Bug 1225 - Crash on 'player settings' for remote client
: Crash on 'player settings' for remote client
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Streaming From SlimServer
: 6.0.0
: PC other
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-29 06:52 UTC by Chris Brooking
Modified: 2008-08-18 10:53 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments
more complete fix (2.54 KB, patch)
2005-03-29 10:20 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Brooking 2005-03-29 06:52:17 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.
Comment 1 Dan Sully 2005-03-29 08:49:50 UTC
Chris - do you have a crash dump?

Thanks
Comment 2 KDF 2005-03-29 10:10:35 UTC
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 {}

Comment 3 KDF 2005-03-29 10:20:14 UTC
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
Comment 4 Dan Sully 2005-03-29 12:18:26 UTC
Commited kdf's fix.
Comment 5 KDF 2005-03-29 12:39:46 UTC
*** Bug 1223 has been marked as a duplicate of this bug. ***
Comment 6 KDF 2005-03-31 11:18:06 UTC
*** Bug 1262 has been marked as a duplicate of this bug. ***