I’m in the same situation. I can’t find where the addon has installed (also running Hassio). The addon reports it has correctly entered sleep mode for 3600 seconds, waiting for the config - but I can’t work out how/where to execute /GMusicProxy -o
I’m running hassio on my linux server,
i suppose you are using some kind of raspberry image?
If it is not possible to get to OS shell to run docker commands
there is Portainer add-on available:
With Portainer you can manage containers and get to exec console with web browser.
Follow instructions when installing add-on, disable protection mode and start Portainer,
then go to Settings and on Hidden containers remove add-on type from filter list.
Then you can see docker containers on Containers section
find addon-gmusicproxy container and click “>_” button on quick actions
Defaults are command /bin/bash as root, keep those and push Connect and you will have exec console, happy days
There you can type "/GMusicProxy -o " command and make credentials file
you can use ‘cat /data/mobileclient.cred’ after to check that file was generated
I just tried betting this Oauth working via Portainer but got the following error:
bash-5.0# /GMusicProxy -o
Visit the following url: Sign in - Google Accounts
Follow the prompts, then paste the auth code here and hit enter: [redacted]
/usr/lib/python3.8/site-packages/oauth2client/_helpers.py:255: UserWarning: Cannot access /root/.local/share/gmusicapi/mobileclient.cred: No such file or directory
warnings.warn(_MISSING_FILE_MESSAGE.format(filename))
2020-03-17 07:35:29,617 - gmusicapi.Mobileclient1 (shared:183) [WARNING]: could not retrieve oauth credentials from ‘’/root/.local/share/gmusicapi/mobileclient.cred’’
Done.
UserWarning: Cannot access /root/.local/share/gmusicapi/mobileclient.cred: No such file or directory
warnings.warn(_MISSING_FILE_MESSAGE.format(filename))
2020-04-06 13:07:14,388 - gmusicapi.Mobileclient1 (shared:176) [WARNING]: could not retrieve oauth credentials from ''/root/.local/share/gmusicapi/mobileclient.cred''
Done.
Hi,
does /data/mobileclient.cred file get generated, dispite those warnings ?
I think it’s just looking cred file from default location,
after restarting addon gmusicproxy should find credentials file from /data.