-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Having trouble playing any track from YTMusic #32
Comments
Are you running the latest version? Because this looks like the issue @impliedchaos just fixed. |
I ran "sudo python3 -m pip install Mopidy-YTMusic" to try to fix the problem but it didn't make a difference. Is there more to the update process than this? I am very new with Mopidy and apologize for my ignorance |
Try adding the |
Perfect! That worked without a hitch and I am back to listening to my playlists. Thanks a lot for your quick and helpful response! Is the upgrade process noted anywhere in the documentation? Because if so, I did not see it |
I have 0.3.0 installed and I am getting the same error. |
The error I'm getting on 0.3.0: |
Same error here: |
No change after update to Mopidy-YTMusic-0.3.1: |
The only reason this would happen is if it was unable to get the URL to the current player javascript file. Which should generate an error like "YTMusic unable to extract player URL". So is this the only error? |
I still have the same issue too after upgrading to 0.3.1. I also tried uninstalling and re-authenticating. Is there somewhere I can look for additional errors? Thanks for the help!
|
Some additional logs after turning the verbosity up:
|
Thanks, since you turned up the verbosity, maybe we can check some things. First, can you search for all errors: Then, let's specifically look for any issues with the following: Thanks again. |
grep ERROR [mopidy log filename] returns: Nothing returns for grep signatureTimestamp [mopidy log file]. grep "layer URL" [mopidy log file] returns |
I was having the same issue, and found that before these
Which appears to be this pytube bug: pytube/pytube#1099 which they fix in 11.0.1 I hot patched the pytube in my virtualenv with the regex change from that issue and am able to use mopidy-ytmusic again, but I have a feeling the other changes in 11.0 will break other things so I doubt it can just be drop-in replaced. |
Thank you, @stuartf! I'll look into updating this ASAP. |
Closed this on accident. I've pushed out v0.30.2 that requires the new PyTube. Fortunately we only use a single method from PyTube.Cipher so this was a drop in replacement. |
I haven't tested thoroughly, but playback seems to work good now in 0.30.2. Thanks everyone for thier help! |
Confirmed, this is working for me as well. |
I am facing the same problem, but I suppose I have updated packages.
Packages:
|
I am having trouble playing any track. I have not had any issues before today and I already ran the re-auth several times. I am not sure if I am missing something. I am running Mopidy as a service and making sure I am using the right commands for re-auth. You can see the error messages attached and any help is greatly appreciated
May 29 17:55:34 raspberrypi mopidy[18121]: ERROR [YTMusicBackend-3] mopidy_ytmusic No streams found for DddHGLDc4J0. Falling back to youtube-dl. May 29 17:55:34 raspberrypi mopidy[18121]: WARNING [Core-11] mopidy.core.tracklist Track is not playable: ytmusic:track:DddHGLDc4J0 May 29 17:55:35 raspberrypi mopidy[18121]: ERROR [YTMusicBackend-3] mopidy_ytmusic No streams found for tcig6XUIp5c. Falling back to youtube-dl. May 29 17:55:35 raspberrypi mopidy[18121]: WARNING [Core-11] mopidy.core.tracklist Track is not playable: ytmusic:track:tcig6XUIp5c May 29 17:55:35 raspberrypi mopidy[18121]: ERROR [YTMusicBackend-3] mopidy_ytmusic No streams found for SjAgP7GwsGA. Falling back to youtube-dl. May 29 17:55:35 raspberrypi mopidy[18121]: WARNING [Core-11] mopidy.core.tracklist Track is not playable: ytmusic:track:SjAgP7GwsGA May 29 17:55:36 raspberrypi mopidy[18121]: ERROR [YTMusicBackend-3] mopidy_ytmusic No streams found for pOOItvMnMB0. Falling back to youtube-dl. May 29 17:55:36 raspberrypi mopidy[18121]: WARNING [Core-11] mopidy.core.tracklist Track is not playable: ytmusic:track:pOOItvMnMB0 May 29 17:55:38 raspberrypi mopidy[18121]: ERROR [YTMusicBackend-3] mopidy_ytmusic No streams found for fFQ82ZMpaL8. Falling back to youtube-dl. May 29 17:55:38 raspberrypi mopidy[18121]: WARNING [Core-11] mopidy.core.tracklist Track is not playable: ytmusic:track:fFQ82ZMpaL8
The text was updated successfully, but these errors were encountered: