Replies: 1 comment 1 reply
-
|
Does this happen only to the items that are in the queue when you quit and reopen? Or does nothing play? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Fresh install of Nuclear v1.13.0 (
.deb, Linux x86_64). The YouTube plugin loads and reports as enabled, but the streaming provider never actually registers. Every track in the queue shows "Playback error" and nothing plays.The Spotify metadata plugin (
nuclear-plugin-something) works fine — search results, album art, artist info all load correctly. Only the streaming side is broken.Steps to Reproduce
nuclear-music-player_1.13.0_amd64.debon a fresh systemExpected Behavior
YouTube streaming provider registers and tracks play.
Actual Behavior
All queued tracks show "Playback error". No audio plays.
Logs
From
~/.local/share/com.nuclearplayer/logs/nuclear-music-player.log:The YouTube plugin's
onEnablecallsapi.Providers.register()with aStreamingProvider(kind:streaming), but the streaming system never picks it up. This happens consistently across multiple restarts.The metadata provider from
nuclear-plugin-something(kind:metadata) registers and works fine — search and artist pages populate correctly.Environment
Additional Context
yt-dlpworks correctly from the command linesrc/ytdlp.rs) but it is never reached because the plugin's streaming provider does not register in the first placeapi.Providers.register()silently fails forStreamingProvidertypesBeta Was this translation helpful? Give feedback.
All reactions