Bugzilla – Bug 1225
Crash on 'player settings' for remote client
Last modified: 2008-08-18 10:53:41 UTC
When streaming remotely to an external IP, slimserver will crash when the 'player settings' link is clicked for the remote client. This occurs in multiple skins, on Win2k3 server.
Chris - do you have a crash dump? Thanks
if i recall teh post correctly, the crash was: Can't locate object method "playingModeOptions" via package "Slim::Player::HTTP" at D:/slim/server/Slim/Web/Setup.pm line 157. to fix, add the following at line 1098 (or anywhere, really) of Client.pm: sub playingModeOptions {}
Created attachment 382 [details] more complete fix this adds the one line above, which stops the crash. it also alters setup to not bother making the setup calls for non-"player" clients
Commited kdf's fix.
*** Bug 1223 has been marked as a duplicate of this bug. ***
*** Bug 1262 has been marked as a duplicate of this bug. ***