Jump to content

Bug: shuffle doesn't work in genre view


echoghost

Recommended Posts

echoghost

hitting the shuffle button when in a genre view just shows a spinner with nothing actually happening. 

Note i don't mean using filters to filter a view to a specific genre I mean selecting a movie, then in the list of Genres hitting a link that takes you to a view of media for a specific genre, the link ends up looking like http://<embyserver>/web/index.html#!/list/list.html?genreId=<genreID>&serverId=<serverID> 

 

pressing shuffle on that page just results in an endless spinner overlayed on the media files 

 

chrome dev tools gives me this in the console:

playbackmanager.js?v=3.5.2.0:1 Uncaught (in promise) TypeError: Cannot read property 'getDeviceProfile' of undefined
    at playAfterBitrateDetect (playbackmanager.js?v=3.5.2.0:1)
    at onBitrateDetectionFailure (playbackmanager.js?v=3.5.2.0:1)
    at playbackmanager.js?v=3.5.2.0:1
playAfterBitrateDetect @ playbackmanager.js?v=3.5.2.0:1
onBitrateDetectionFailure @ playbackmanager.js?v=3.5.2.0:1
(anonymous) @ playbackmanager.js?v=3.5.2.0:1
Promise.then (async)
(anonymous) @ playbackmanager.js?v=3.5.2.0:1
Promise.then (async)
playInternal @ playbackmanager.js?v=3.5.2.0:1
(anonymous) @ playbackmanager.js?v=3.5.2.0:1
Promise.then (async)
playWithIntros @ playbackmanager.js?v=3.5.2.0:1
(anonymous) @ playbackmanager.js?v=3.5.2.0:2
Promise.then (async)
PlaybackManager.self.play @ playbackmanager.js?v=3.5.2.0:2
PlaybackManager.shuffle @ playbackmanager.js?v=3.5.2.0:3
shuffle @ list.js?v=3.5.2.0:1

should also note this affects the android apps (both tv/mobile) too. The above js error is why i posted this bug here rather than in the android section, felt like the added information i get from the web view was more useful 

affects all genres/libraries that i have enabled.

 

i also took a look in the network tab, the only request emby makes after hitting shuffle is to http://<server>/emby/System/Endpoint which gives the response

{"IsLocal":true,"IsInNetwork":true} 
Link to comment
Share on other sites

  • 3 months later...
echoghost

so... this is still broken. any update? i felt like i gave as much information as is needed to fix this, was kinda hoping emby would be better with bug reports than plex

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...