jeroenmeulenaar / python3-mega

Wrapper around the Mega API - python3 version
18 stars 13 forks source link

Login from_credentials error #7

Open aoterolorenzo opened 5 years ago

aoterolorenzo commented 5 years ago

Traceback (most recent call last): File "boot.py", line 6, in m = Mega.from_credentials(email, password) File "/VirtualEnvs/TEST/lib/python3.7/site-packages/python_mega-0.1.0-py3.7.egg/mega/mega.py", line 28, in from_credentials File "/VirtualEnvs/TEST/lib/python3.7/site-packages/python_mega-0.1.0-py3.7.egg/mega/mega.py", line 54, in login_user File "/VirtualEnvs/TEST/lib/python3.7/site-packages/python_mega-0.1.0-py3.7.egg/mega/mega.py", line 76, in _login_common TypeError: 'int' object is not subscriptable

hadaev8 commented 5 years ago

Same

nicourrrn commented 5 years ago

When I debuged the code I finded that error in function "login_user", where res type is int.

amirmohammadian commented 4 years ago

me too