We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password: Traceback (most recent call last): File "megafs.py", line 130, in fs = MegaFS(client) File "megafs.py", line 24, in init path = self.getpath(files, file_h) File "megafs.py", line 40, in getpath path = self.getpath(files, files[hash]['p']) + "/" + files[hash]['a']['n'] File "megafs.py", line 40, in getpath path = self.getpath(files, files[hash]['p']) + "/" + files[hash]['a']['n'] File "megafs.py", line 40, in getpath path = self.getpath(files, files[hash]['p']) + "/" + files[hash]['a']['n'] File "megafs.py", line 40, in getpath path = self.getpath(files, files[hash]['p']) + "/" + files[hash]['a']['n'] File "megafs.py", line 40, in getpath path = self.getpath(files, files[hash]['p']) + "/" + files[hash]['a']['n'] TypeError: 'bool' object has no attribute 'getitem'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Password:
Traceback (most recent call last):
File "megafs.py", line 130, in
fs = MegaFS(client)
File "megafs.py", line 24, in init
path = self.getpath(files, file_h)
File "megafs.py", line 40, in getpath
path = self.getpath(files, files[hash]['p']) + "/" + files[hash]['a']['n']
File "megafs.py", line 40, in getpath
path = self.getpath(files, files[hash]['p']) + "/" + files[hash]['a']['n']
File "megafs.py", line 40, in getpath
path = self.getpath(files, files[hash]['p']) + "/" + files[hash]['a']['n']
File "megafs.py", line 40, in getpath
path = self.getpath(files, files[hash]['p']) + "/" + files[hash]['a']['n']
File "megafs.py", line 40, in getpath
path = self.getpath(files, files[hash]['p']) + "/" + files[hash]['a']['n']
TypeError: 'bool' object has no attribute 'getitem'
The text was updated successfully, but these errors were encountered: