handyman5 / acd_fuse

FUSE filesystem driver for Amazon Cloud Drive
Other
186 stars 23 forks source link

IndexError: list index out of range #28

Open dlobashevsky opened 9 years ago

dlobashevsky commented 9 years ago

Output:

Trying to login from cached sessionfile /tmp/acd_fuse/sessionfile Cached session failed; trying auth login email****

password**

Traceback (most recent call last): File "./acd", line 473, in fs.main() File "./acd", line 88, in main self.session = pyacd.login(self.email, self.password) File "/usr/lib64/python2.7/site-packages/amazon_cloud_drive-0.0.6-py2.7.egg/pyacd/auth.py", line 45, in login IndexError: list index out of range

Files debug.log and sessionfile was created but has zero size

It's my first run of acd_fuse.