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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I am using an app specific password, but I keep getting login error. Is login still working?
14:20:53 web.1 | started with pid 1671 14:20:59 web.1 | /home/pi/geemusic/.venv/lib/python3.6/site-packages/decorator.py:232: GmusicapiWarning: login is deprecated and may break unexpectedly; prefer Mobileclient.oauth_login 14:20:59 web.1 | return caller(func, *(extras + args), **kw) 14:20:59 web.1 | Traceback (most recent call last): 14:20:59 web.1 | File "server.py", line 1, in 14:20:59 web.1 | from geemusic import app 14:20:59 web.1 | File "/home/pi/geemusic/geemusic/init.py", line 30, in 14:20:59 web.1 | api = GMusicWrapper.generate_api(logger=app.logger) 14:20:59 web.1 | File "/home/pi/geemusic/geemusic/utils/music.py", line 362, in generate_api 14:20:59 web.1 | **kwargs) 14:20:59 web.1 | File "/home/pi/geemusic/geemusic/utils/music.py", line 18, in init 14:20:59 web.1 | raise Exception("Unsuccessful login. Aborting!") 14:20:59 web.1 | Exception: Unsuccessful login. Aborting! 14:21:00 web.1 | exited with code 1 14:21:00 system | sending SIGTERM to all processes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using an app specific password, but I keep getting login error. Is login still working?
14:20:53 web.1 | started with pid 1671
14:20:59 web.1 | /home/pi/geemusic/.venv/lib/python3.6/site-packages/decorator.py:232: GmusicapiWarning: login is deprecated and may break unexpectedly; prefer Mobileclient.oauth_login
14:20:59 web.1 | return caller(func, *(extras + args), **kw)
14:20:59 web.1 | Traceback (most recent call last):
14:20:59 web.1 | File "server.py", line 1, in
14:20:59 web.1 | from geemusic import app
14:20:59 web.1 | File "/home/pi/geemusic/geemusic/init.py", line 30, in
14:20:59 web.1 | api = GMusicWrapper.generate_api(logger=app.logger)
14:20:59 web.1 | File "/home/pi/geemusic/geemusic/utils/music.py", line 362, in generate_api
14:20:59 web.1 | **kwargs)
14:20:59 web.1 | File "/home/pi/geemusic/geemusic/utils/music.py", line 18, in init
14:20:59 web.1 | raise Exception("Unsuccessful login. Aborting!")
14:20:59 web.1 | Exception: Unsuccessful login. Aborting!
14:21:00 web.1 | exited with code 1
14:21:00 system | sending SIGTERM to all processes
The text was updated successfully, but these errors were encountered: