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
Hello ! Since yesterday, i can't listen to music from mopidy with YTMusic
Here is the error
Exception in thread Thread-11: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/local/lib/python3.10/dist-packages/mopidy_ytmusic/repeating_timer.py", line 18, in run self._method() File "/usr/local/lib/python3.10/dist-packages/mopidy_ytmusic/backend.py", line 99, in _refresh_youtube_player self.playback.update_cipher(playerurl=url) File "/usr/local/lib/python3.10/dist-packages/mopidy_ytmusic/playback.py", line 25, in update_cipher self.PyTubeCipher = Cipher(js=response.text) File "/usr/local/lib/python3.10/dist-packages/pytube/cipher.py", line 43, in __init__ self.throttling_plan = get_throttling_plan(js) File "/usr/local/lib/python3.10/dist-packages/pytube/cipher.py", line 411, in get_throttling_plan transform_plan_raw = find_object_from_startpoint(raw_code, match.span()[1] - 1) AttributeError: 'NoneType' object has no attribute 'span'
I can browse and do any other thing but when i try to play a song, this error comes :
ERROR 2023-09-26 20:25:15,364 [5089:YTMusicBackend-9 (_actor_loop)] mopidy_ytmusic YTMusic unable to get image url for ytmusic:album:UC3h3N52byIalJmQDyFPCIzw ERROR 2023-09-26 20:25:16,015 [5089:YTMusicBackend-9 (_actor_loop)] mopidy_ytmusic YTMusic unable to get image url for ytmusic:album:UCRx2c140FoCiH2uWdzoU9LQ ERROR 2023-09-26 20:25:17,109 [5089:YTMusicBackend-9 (_actor_loop)] mopidy_ytmusic YTMusic unable to get image url for ytmusic:album:UCXfgsHb3CPw_o40WjW9Lqbg ERROR 2023-09-26 20:25:19,352 [5089:YTMusicBackend-9 (_actor_loop)] mopidy_ytmusic translate_uri error "'NoneType' object has no attribute 'get_signature'" WARNING 2023-09-26 20:25:19,353 [5089:Core-12 (_actor_loop)] mopidy.core.tracklist Track is not playable: ytmusic:track:4j7Fa2PCMow ERROR 2023-09-26 20:25:27,100 [5089:YTMusicBackend-9 (_actor_loop)] mopidy_ytmusic translate_uri error "'NoneType' object has no attribute 'get_signature'" WARNING 2023-09-26 20:25:27,101 [5089:Core-12 (_actor_loop)] mopidy.core.tracklist Track is not playable: ytmusic:track:4j7Fa2PCMow
The text was updated successfully, but these errors were encountered:
Hello ! Since yesterday, i can't listen to music from mopidy with YTMusic
Here is the error
Exception in thread Thread-11: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/local/lib/python3.10/dist-packages/mopidy_ytmusic/repeating_timer.py", line 18, in run self._method() File "/usr/local/lib/python3.10/dist-packages/mopidy_ytmusic/backend.py", line 99, in _refresh_youtube_player self.playback.update_cipher(playerurl=url) File "/usr/local/lib/python3.10/dist-packages/mopidy_ytmusic/playback.py", line 25, in update_cipher self.PyTubeCipher = Cipher(js=response.text) File "/usr/local/lib/python3.10/dist-packages/pytube/cipher.py", line 43, in __init__ self.throttling_plan = get_throttling_plan(js) File "/usr/local/lib/python3.10/dist-packages/pytube/cipher.py", line 411, in get_throttling_plan transform_plan_raw = find_object_from_startpoint(raw_code, match.span()[1] - 1) AttributeError: 'NoneType' object has no attribute 'span'
I can browse and do any other thing but when i try to play a song, this error comes :
ERROR 2023-09-26 20:25:15,364 [5089:YTMusicBackend-9 (_actor_loop)] mopidy_ytmusic YTMusic unable to get image url for ytmusic:album:UC3h3N52byIalJmQDyFPCIzw ERROR 2023-09-26 20:25:16,015 [5089:YTMusicBackend-9 (_actor_loop)] mopidy_ytmusic YTMusic unable to get image url for ytmusic:album:UCRx2c140FoCiH2uWdzoU9LQ ERROR 2023-09-26 20:25:17,109 [5089:YTMusicBackend-9 (_actor_loop)] mopidy_ytmusic YTMusic unable to get image url for ytmusic:album:UCXfgsHb3CPw_o40WjW9Lqbg ERROR 2023-09-26 20:25:19,352 [5089:YTMusicBackend-9 (_actor_loop)] mopidy_ytmusic translate_uri error "'NoneType' object has no attribute 'get_signature'" WARNING 2023-09-26 20:25:19,353 [5089:Core-12 (_actor_loop)] mopidy.core.tracklist Track is not playable: ytmusic:track:4j7Fa2PCMow ERROR 2023-09-26 20:25:27,100 [5089:YTMusicBackend-9 (_actor_loop)] mopidy_ytmusic translate_uri error "'NoneType' object has no attribute 'get_signature'" WARNING 2023-09-26 20:25:27,101 [5089:Core-12 (_actor_loop)] mopidy.core.tracklist Track is not playable: ytmusic:track:4j7Fa2PCMow
The text was updated successfully, but these errors were encountered: