MegaFS icon indicating copy to clipboard operation
MegaFS copied to clipboard

UnicodeEncodeError: 'ascii' codec can't encode characters in position 68-70: ordinal not in range(128)

Open rudamaia opened this issue 9 years ago • 0 comments

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)

rudamaia avatar Sep 17 '15 17:09 rudamaia