Difference between revisions of "Squeezebox Server"
From Amahi Wiki
Line 1: | Line 1: | ||
== App Fix for Squeezebox Server Upgrade == | == App Fix for Squeezebox Server Upgrade == | ||
[[Category:Apps]] | [[Category:Apps]] | ||
− | Squeezebox Server does not work correctly at the moment. It may show the error message | + | Squeezebox Server does not work correctly at the moment. It may show the error message: |
+ | {{Text|The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.}} | ||
'''The following steps resolve the issue:''' | '''The following steps resolve the issue:''' |
Revision as of 16:24, 13 August 2011
App Fix for Squeezebox Server Upgrade
Squeezebox Server does not work correctly at the moment. It may show the error message:
Text |
---|
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
|
The following steps resolve the issue:
Open terminal on the HDA do the following (accept all defaults):
bash code |
---|
cpan install CGI::Cookie
|
Start squeezeboxserver:
bash code |
---|
service squeezeboxserver start
|