Hi, I’m trying to install the gmusic extension. Here is whats in my config file:
[gmusic]
username = my_email@gmail.com
password = my_app_password
Funny thing is, google shows that my app password was last used when I use it (starting mopidy). But this is what I get when I start it:
INFO Starting Mopidy 2.2.0
INFO Loading config from builtin defaults
INFO Loading config from /home/my_username/.config/mopidy/mopidy.conf
INFO Loading config from command line options
INFO Enabled extensions: mpd, http, stream, m3u, softwaremixer, file, local, gmusic
INFO Disabled extensions: none
INFO Starting Mopidy mixer: SoftwareMixer
INFO Starting Mopidy audio
INFO Starting Mopidy backends: StreamBackend, M3UBackend, FileBackend, LocalBackend, GMusicBackend
INFO Audio output set to “autoaudiosink”
INFO Loaded 1365 local tracks using json
ERROR Failed to login to Google Music as "my_email@gmail.com"
ERROR There is no gmusic deviceid set. Registered devices are listed below.
ERROR Unhandled exception in GMusicBackend (urn:uuid:fae29fc2-8ca2-4d03-a689-c94ac026de3a):
Traceback (most recent call last):
File “/usr/lib/python2.7/site-packages/pykka/actor.py”, line 191, in _actor_loop
self.on_start()
File “/usr/lib/python2.7/site-packages/mopidy_gmusic/backend.py”, line 57, in on_start
for device in self.session.api.get_registered_devices():
File “/usr/lib/python2.7/site-packages/gmusicapi/clients/mobileclient.py”, line 824, in get_registered_devices
res = self._make_call(mobileclient.GetDeviceManagementInfo)
File “/usr/lib/python2.7/site-packages/gmusicapi/clients/shared.py”, line 84, in _make_call
return protocol.perform(self.session, self.validate, *args, **kwargs)
File “/usr/lib/python2.7/site-packages/gmusicapi/protocol/shared.py”, line 209, in perform
response = session.send(req_kwargs, cls.required_auth)
File “/usr/lib/python2.7/site-packages/gmusicapi/session.py”, line 84, in send
raise NotLoggedIn
NotLoggedIn
ERROR Actor died: GMusicBackend (urn:uuid:fae29fc2-8ca2-4d03-a689-c94ac026de3a) stopped before handling the message
I am leaving no deviceid because when I set it to “mac” it just has the:
ERROR Failed to login to Google Music as “my_email”
without any python stack trace.
Can anyone help?