stevenleeg / geemusic

A bridge between Google Music and Amazon's Alexa
GNU General Public License v3.0
664 stars 181 forks source link

Cannot log in #313

Open bluemantwo opened 2 years ago

bluemantwo commented 2 years ago

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