mega.py icon indicating copy to clipboard operation
mega.py copied to clipboard

Cannot log in

Open luna-197 opened this issue 3 years ago • 1 comments

When logging in with my email and password I get this:

Traceback (most recent call last):
  File "mega_test.py", line 3, in <module>
    m = Mega.login("email here", "password here")
  File "/home/lithium/.local/lib/python3.8/site-packages/mega/mega.py", line 46, in login
    self._login_user(email, password)
AttributeError: 'str' object has no attribute '_login_user'

luna-197 avatar Mar 03 '21 15:03 luna-197

The same problem here

tomahocbc avatar Apr 09 '21 17:04 tomahocbc