yeomanspc wrote: 
> Thanks,
> I have restarted several times.  I also have 2 x NAS (1 as backup) and
> both have the same issue, and it appears have for quite some time.  But
> not so for the Windows server, so I do not think it is a local network
> issue.  Also, one of the machines is on a DMZ so not going through the
> router firewall, and they are on different WANs

It still might be a network issue. What happens is that LMS tries to
contact mysqueezebox.com to get a list of your players, and expects a
JSON-formatted response. Instead, it gets a web page (that's the
"<html><head>..." part in the error msg). Ususally, this means that
something (router etc.) blocks it from accessing msb.com and returns an
error/info page instead.

Try running

Code:
--------------------
      wget -O - http://www.mysqueezebox.com/api/v1/players
--------------------
 
from your server (as the same user as LMS) and check it's output.

It should be something like

Code:
--------------------
    
  {"players":[],"error":"Session cookie required","strings" ....
  
--------------------

but I'd suspect you'll get some web page instead.



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=100564

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to