![]() |
Playback Error when using shuffle - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Playback Error when using shuffle (/t-playback-error-when-using-shuffle) Pages:
1
2
|
Playback Error when using shuffle - johan-nl - 2024-07-24 I have a problem with Jellyfin and it's really annoying. When going to my music collection, then show genres, for some genres I can't use the shuffle function, an error pops up saying: Playback error - Unable to find a valid media source to play. This happens using Firefox, the iOS app AND the Android app. Jellyfin 10.9.7 running on Debian 12 inside a VM. The shuffle function works fine for some genres. I hope someone has an idea how to fix this. Thanks, Johan RE: Playback Error when using shuffle - TheDreadPirate - 2024-07-24 Do the genres that have this issue only have a single entry in them? RE: Playback Error when using shuffle - Host-in-the-Shell - 2024-07-24 I have a similar issue which happens in the WebOS jellyfin app, Jellyfin Media Player and on a browser (Firefox). The particular genre I tried to shuffle has over 100 TV shows; furthermore, the problem happens with movies as well: my favorite genre, horror, has 671 films, and when I try to shuffle I get a Playback error immediately too, but mine says "No player found for the requested media" instead. Not sure if it's related, but wanted to mention it since it's similar but happening with TV Shows and Movies instead. RE: Playback Error when using shuffle - TheDreadPirate - 2024-07-24 Hmmm. I get the same error as Host-in-the-Shell. @Host-in-the-Shell - I'm on my work PC and don't have access to the browser console. Can you open your browser dev console and see if you notice anything? AFAICT, this message only occurs in this function in jellyfin-web. https://github.com/jellyfin/jellyfin-web/blob/release-10.9.z/src/components/playback/playbackmanager.js#L2523 It passes in the item(s) and play options, so one or both of those is not being passed in. https://github.com/jellyfin/jellyfin-web/blob/release-10.9.z/src/components/playback/playbackmanager.js#L2874 RE: Playback Error when using shuffle - Host-in-the-Shell - 2024-07-24 Only message I got back that seems relevant was "No player found for the requested media: undefined main.jellyfin.bundle.js:2:142706". RE: Playback Error when using shuffle - johan-nl - 2024-07-24 TheDreadPirate: not entirely sure what you mean with one entry, but in a genre I tried today there are 4 albums in total, all MP3 format. I made a playlist consisting of a few songs off of all 4 albums and I can shuffle that fine. RE: Playback Error when using shuffle - TheDreadPirate - 2024-07-24 Go ahead and submit a github issue for jellyfin-web. https://github.com/jellyfin/jellyfin-web/issues RE: Playback Error when using shuffle - Host-in-the-Shell - 2024-07-24 @TheDreadPirate Me or OP? If it's me, I don't use GitHub or any other Microsoft related services. RE: Playback Error when using shuffle - Host-in-the-Shell - 2024-08-08 (2024-07-24, 06:36 PM)TheDreadPirate Wrote: Go ahead and submit a github issue for jellyfin-web. Sorry to bump this, but just asking again if this refers to my post or OPs, since I'm willing to dust off my abandoned github account to report the shuffle issue if needed. RE: Playback Error when using shuffle - TheDreadPirate - 2024-08-08 Either of you, really. |