init_gplay - Incorrect credentials, login failed
Dapipminmonkey opened this issue · 5 comments
I attempted to follow the instructions given, but whenever I run ./manage.py init_gplay I receive "Incorrect credentials, login failed". I have a Googel Apps account (but have also tried my gmail account), and I am not using 2 Factor Auth.
Am seeing the same issue here. Were you able to get past this?
I have this problem too and I'm certain my Google credentials are correct.
This is probably due to gmusicapi - Google seems to change the authentication method reasonably often. I don't have time, but if someone wants to investigate, the docs are here: https://unofficial-google-music-api.readthedocs.org/en/latest/
Sup, guys.
I was able to get this fixed. Here is my pull request.
Simply get this change and run sudo pip install -r requirements.txt
(will update your gmusicapi version) again.
PS: if you will run into some errors on updating gmusicapi, try to:
- upgrade you pip (
sudo pip install --upgrade pip
) - try installing following:
sudo apt-get install python-dev libffi-dev libssl-dev
Cheers!