Bugzilla – Bug 1926
squeezenetwork.com randomly giving error messages in all languages
Last modified: 2005-11-15 10:10:01 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� successivamente </pre> </div> <div class="name"></div> </div> </body> </html>
i haven't seen this in a super long time. marking as worksforme.