export TIZONIA_GMUSICPROXY_DEBUG=1
OK, so I got:
tizonia --gmusic-library
tizonia 0.21.0. Copyright (C) 2020 Juan A. Rubio and contributors
This software is part of the Tizonia project https://tizonia.org
[Google Play Music] [Connecting] : 'evilblade666@gmail.com'.
[2020-04-28 02:33:41,611] [ INFO] [1919939344] [utils:configure_debug_log_handlers:340] - !-- begin debug log --!
[2020-04-28 02:33:41,613] [ INFO] [1919939344] [utils:configure_debug_log_handlers:341] - version: 13.0.0
[2020-04-28 02:33:41,614] [ INFO] [1919939344] [utils:configure_debug_log_handlers:343] - logging to: /home/pi/.cache/gmusicapi/log/gmusicapi.log
[2020-04-28 02:33:41,614] [ INFO] [1919939344] [shared:init:73] - initialized
[2020-04-28 02:33:41,616] [ INFO] [1919939344] [shared:logout:97] - logged out
[Google Play Music] [Authenticating] : 'with user credentials'
[2020-04-28 02:33:41,619] [WARNING] [1919939344] [utils:wrapper:126] - <string>:2: GmusicapiWarning: login is deprecated and may break unexpectedly; prefer Mobileclient.oauth_login
[2020-04-28 02:33:41,650] [DEBUG] [1919939344] [connectionpool:_new_conn:941] - Starting new HTTPS connection (1): android.clients.google.com:443
[2020-04-28 02:33:41,832] [DEBUG] [1919939344] [connectionpool:_make_request:442] - https://android.clients.google.com:443 "POST /auth HTTP/1.1" 403 None
[2020-04-28 02:33:41,844] [ INFO] [1919939344] [mobileclient:_login:135] - failed to authenticate
[2020-04-28 02:33:41,860] [DEBUG] [1919939344] [connectionpool:_new_conn:941] - Starting new HTTPS connection (1): android.clients.google.com:443
[2020-04-28 02:33:42,027] [DEBUG] [1919939344] [connectionpool:_make_request:442] - https://android.clients.google.com:443 "POST /auth HTTP/1.1" 403 None
[2020-04-28 02:33:42,038] [ INFO] [1919939344] [mobileclient:_login:135] - failed to authenticate
[2020-04-28 02:33:42,054] [DEBUG] [1919939344] [connectionpool:_new_conn:941] - Starting new HTTPS connection (1): android.clients.google.com:443
[2020-04-28 02:33:42,194] [DEBUG] [1919939344] [connectionpool:_make_request:442] - https://android.clients.google.com:443 "POST /auth HTTP/1.1" 403 None
[2020-04-28 02:33:42,205] [ INFO] [1919939344] [mobileclient:_login:135] - failed to authenticate
[2020-04-28 02:33:42,533] [DEBUG] [1919939344] [shared:perform:198] - ListTracks(args=[], kwargs={'start_token': None, 'updated_after': None, 'max_results': 20000, 'required_auth': [False, False, False, True]})
[Google Play Music] (NotLoggedIn) :
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/tizgmusicproxy.py", line 415, in enqueue_library
songs = self.gmusic.get_all_songs()
File "/home/pi/.local/lib/python3.5/site-packages/gmusicapi/clients/mobileclient.py", line 279, in get_all_songs
updated_after=updated_after)
File "/home/pi/.local/lib/python3.5/site-packages/gmusicapi/clients/mobileclient.py", line 2071, in _get_all_items
return [s for chunk in generator for s in chunk]
File "/home/pi/.local/lib/python3.5/site-packages/gmusicapi/clients/mobileclient.py", line 2071, in <listcomp>
return [s for chunk in generator for s in chunk]
File "/home/pi/.local/lib/python3.5/site-packages/gmusicapi/clients/mobileclient.py", line 2085, in _get_all_items_incremental
kwargs)
File "/home/pi/.local/lib/python3.5/site-packages/gmusicapi/clients/mobileclient.py", line 43, in _make_call
return super()._make_call(protocol, *args, kwargs)
File "/home/pi/.local/lib/python3.5/site-packages/gmusicapi/clients/shared.py", line 83, in _make_call
return protocol.perform(self.session, self.validate, args, *kwargs)
File "/home/pi/.local/lib/python3.5/site-packages/gmusicapi/protocol/shared.py", line 207, in perform
response = session.send(req_kwargs, required_auth)
File "/home/pi/.local/lib/python3.5/site-packages/gmusicapi/session.py", line 109, in send
raise NotLoggedIn
gmusicapi.exceptions.NotLoggedIn
tizonia exiting (OMX_ErrorInsufficientResources).
[OMX.Aratelia.audio_source.http:port:0]
[OMX_ErrorInsufficientResources]
ls -la ~/.config/tizonia
total 92
drwxr-xr-x 2 joni joni 4096 Apr 28 16:40 .
drwxr-xr-x 3 joni joni 4096 Apr 28 16:06 ..
-rw-r--r-- 1 joni joni 81 Apr 28 16:40 .yourgmusicusername.auth_token
@lopoki
there is an unreleased fix in YouTube, which will come out in v0.22.0
tizonia/tizonia-openmax-il#706
But you are saying that Tizonia can't find the Python modules, that would be unrelated.
Can you post somewhere the full log of the error?