Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when launching mopidy #78

Open
TiagonewDEV opened this issue Sep 26, 2023 · 0 comments
Open

Error when launching mopidy #78

TiagonewDEV opened this issue Sep 26, 2023 · 0 comments

Comments

@TiagonewDEV
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant