You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get this setup with Heroku and having a challenge getting my server live and accessible. Whenver I access the app page in my browser I can see in the log the following issue:
app[web.1]: File "/app/geemusic/utils/music.py", line 17, in init
app[web.1]: raise Exception("Unsuccessful login. Aborting!"
app[web.1]: Exception: Unsuccessful login. Aborting!
heroku[router]: at =error code=H13 desc -"COnnection closed without response" method=GET [then some more info]
DEBUG in music [/app/geemusic/utils/music.py:28]
When I keep refreshing the page I then get a bunch of H10 App Crashed errors.
It looks like I am having difficulty with the login credentials but I have checked them over and over on heroku, and even tried turning off 2-factor authentication to see if it would work with my standard password and not the app-specific password I generated but no dice.
Any ideas?
The text was updated successfully, but these errors were encountered:
try to use the gmusicapi to login locally on a computer with all the same environment variables setup. Per the README though, it definitely states you need to turn 2factor auth off and use an app password supplied from google. That's what I use for mine.
api = GMusicWrapper.generate_api(logger=app.logger)
Thanks for the help! I have been trying to use gmusicapi but struggling figuring it out. I have no coding experience so a bit slow at this. I will figure it out eventually but wanted to let you know I did get your input and appreciate it!
I am trying to get this setup with Heroku and having a challenge getting my server live and accessible. Whenver I access the app page in my browser I can see in the log the following issue:
app[web.1]: File "/app/geemusic/utils/music.py", line 17, in init
app[web.1]: raise Exception("Unsuccessful login. Aborting!"
app[web.1]: Exception: Unsuccessful login. Aborting!
heroku[router]: at =error code=H13 desc -"COnnection closed without response" method=GET [then some more info]
DEBUG in music [/app/geemusic/utils/music.py:28]
When I keep refreshing the page I then get a bunch of H10 App Crashed errors.
It looks like I am having difficulty with the login credentials but I have checked them over and over on heroku, and even tried turning off 2-factor authentication to see if it would work with my standard password and not the app-specific password I generated but no dice.
Any ideas?
The text was updated successfully, but these errors were encountered: