Bug 1926 - squeezenetwork.com randomly giving error messages in all languages
: squeezenetwork.com randomly giving error messages in all languages
Status: RESOLVED WORKSFORME
Product: MySqueezebox.com
Classification: Unclassified
Component: Web UI
: unspecified
: All All
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-08-03 15:30 UTC by Kevin Pearsall
Modified: 2005-11-15 10:10 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Pearsall 2005-08-03 15:30:55 UTC
clicking reload on the main page a bunch of times will show this behavior.  (i
was logged in at the time)

the source of the page it gives is this:
<html>
<head>
    <title>SDI::SqueezeNetwork</title>
    <style type="text/css">
        body {
            font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
                         Tahoma, Arial, helvetica, sans-serif;
            color: #ddd;
            background-color: #eee;
            margin: 0px;
            padding: 0px;
        }
        div.box {
            background-color: #ccc;
            border: 1px solid #aaa;
            padding: 4px;
            margin: 10px;
            -moz-border-radius: 10px;
        }
        div.error {
            background-color: #977;
            border: 1px solid #755;
            padding: 8px;
            margin: 4px;
            margin-bottom: 10px;
            -moz-border-radius: 10px;
        }
        div.infos {
            background-color: #797;
            border: 1px solid #575;
            padding: 8px;
            margin: 4px;
            margin-bottom: 10px;
            -moz-border-radius: 10px;
        }
        div.name {
            background-color: #779;
            border: 1px solid #557;
            padding: 8px;
            margin: 4px;
            -moz-border-radius: 10px;
        }
    </style>
</head>
<body>
    <div class="box">
        <div class="error"></div>
        <div class="infos"><pre>
(en) Please come back later
(de) Bitte versuchen sie es spaeter nocheinmal
(nl) Gelieve te komen later terug
(no) Vennligst prov igjen senere
(fr) Veuillez revenir plus tard
(es) Vuelto por favor mas adelante
(pt) Voltado por favor mais tarde
(it) Ritornato prego pi&#65533; successivamente

</pre>
</div>
        <div class="name"></div>
    </div>
</body>
</html>
Comment 1 Kevin Pearsall 2005-11-15 10:10:01 UTC
i haven't seen this in a super long time.  marking as worksforme.