Since today I'm no longer able to vote (up and down, including upvoting comments), view total number of votes, star a question and accept an answer on SO and Meta SO. The mouse cursor isn't even transformed to a pointing hand when hovering over a vote count (even though I have enough rep in SO).

After loading a page I get the error

vote is not defined (question-page l. 41)
vote.init(67540);

I also can't see a preview in this editor page, nor do I get suggestions for tags, because

editorReady is not defined (ask l. 140)
editorReady('ask', true/* confirm navigation after wmd keypress */);

A further look reveals that one of the JavaScript files, question.js?v=a76c70d076c3 (which contains vote and editorReady), can't be loaded:

Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

A look at the response headers doesn't reveal anything to me that makes sense (regarding this issue):

HTTP/1.1 206 Partial Content
Cache-Control: max-age=604800
Content-Type: application/x-javascript
Last-Modified: Fri, 03 Dec 2010 08:29:13 GMT
Accept-Ranges: bytes
Etag: "a2a6b62ac492cb1:0"
Date: Fri, 03 Dec 2010 19:09:43 GMT
Content-Length: 31907
Content-Range: bytes 2588-34494/34495

I only get this issue in Firefox 4.0b7, not in Chromium (where I get 200 OK and Content-Encoding: gzip, and FF really accepts Gzip), though before today everything was fine.

share|improve this question
Have you tried clearing your cache and/or hard refreshing the page. It sounds like the JavaScript is messed up. – ChrisF Dec 3 '10 at 19:37

1 Answer

up vote 2 down vote accepted

Ctrl + F5 shall fix it.

Did I mention <kbd> is back?

share|improve this answer
I'd be more excited if they made <kbd> not look like suck on SE sites :) – Michael Mrozek Dec 3 '10 at 20:24
@Michael good point! Although the SE design allows for exciting new artwork - I mean after all, the tag is for building castles and stuff. – Pekka 웃 Dec 3 '10 at 20:26
I forgot to mention I already did that (and checked the browser indeed sent no-cache headers), but miraculously it worked! And Pekka, was <kbd> gone? – Marcel Korpel Dec 3 '10 at 21:36
@Marcel yup: meta.stackoverflow.com/questions/23624/… – Pekka 웃 Dec 3 '10 at 21:37
:D This is really hilarious! – Marcel Korpel Dec 3 '10 at 21:51

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged