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
sudo python megafs.py ~/megafs/ Password: Email [root]: [email protected] 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 48, in getpath self.hash2path[hash] = path.encode() UnicodeEncodeError: 'ascii' codec can't encode characters in position 68-70: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sudo python megafs.py ~/megafs/
Password:
Email [root]: [email protected]
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 48, in getpath
self.hash2path[hash] = path.encode()
UnicodeEncodeError: 'ascii' codec can't encode characters in position 68-70: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: