Bug 2358 - Cannot change current formats
: Cannot change current formats
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Audio
: 6.2.0
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Dan Sully
http://192.168.1.10:9000/index.html?p...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-10-24 17:57 UTC by James Rome
Modified: 2008-09-15 14:37 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Rome 2005-10-24 17:57:53 UTC
In the main server page, I try to edit my slimserver2 settings:
Player Firmware Version: 26
The IP address for this player is: 192.168.1.150:17110
The ethernet MAC address for this player is: 00:04:20:05:b8:25
Wireless Signal Strength: 56%

When I pick Current formats, select the first entry, and click "Change", I get
404 Not Found: setup.html
Try adding page=server.
Comment 1 James Rome 2005-10-24 18:01:20 UTC
My server is on SUSE 9.3 Linux
Comment 2 Dan Sully 2005-10-24 18:02:30 UTC
James - which skin are you using?
Comment 3 James Rome 2005-10-25 06:56:28 UTC
The default skin
Comment 4 Dan Sully 2005-10-25 10:29:32 UTC
Are you accessing SlimServer via Apache Proxy? Have you changed the webRoot at all?
Comment 5 James Rome 2005-10-25 11:06:13 UTC
No proxy. It on my Linux server. I unzipped the new 6.2 into a clean
/use/local/slimserver, unzipped the latest AlienBBC, and that was my install.
Comment 6 KDF 2005-10-26 00:28:54 UTC
hmm. I'm not seeing the 404 after clicking change on the current formats. The
page refreshes and says the new titleformat is chosen.  However, if I then try
to select a player from the pulldown list on the right I DO then get the 404
error reported.  Does that fit?

Something is going wrong with the playerchooser javascript.  however, it will
have to wait until morning for me to look at it.
Comment 7 James Rome 2005-10-26 05:42:22 UTC
Yes, I always choose the player first. Thanks for verifying this. Let me know
when I can get a fix.
Comment 8 James Rome 2005-10-26 05:57:16 UTC
Let me clarify. From the home page, I pick the player I want to modify under
Settings, and then the player screen gives the 404 message. I do not use the
pulldown list on the right.
Comment 9 KDF 2005-10-26 09:03:20 UTC
well, I can't seem to trigger the problem that way around, but I'll fix what I'm seeing.  Hopefully the 
different symptoms are the same cause.
Comment 10 KDF 2005-10-26 14:04:01 UTC
my possible fix is to change HTML/Default/setup.html line 14 to:
<form method="post" action="setup.html?page=[% page %]&player=[% player
%]&playerid=[% playerid %]">

The form has to keep certain query params in the url to avoid some page handling
problems.

all skins using POST for forms will probably need this, depending on how the
pages end up being refreshed in various ways.
Comment 11 KDF 2005-10-26 21:58:12 UTC
i've put in a fix that got rid of the case I was seeing.  it will be in the
6.2.1 nightly build as of Oct 27 please try it out and let me know if that works.

committed to trunk at change 4863
committed to 6_2_x at change 4866
Comment 12 James Rome 2005-10-27 13:56:24 UTC
That fixed it! Thanks