On 05/13/2010 10:55 PM, Russell Blau wrote:
> "David Gerard"<dger...@gmail.com>  wrote in message
> news:aanlktin9qhcgvataegsdrwjuc-jegj-iwdg6f9oyt...@mail.gmail.com...
>> There's a few comments on the Wikimedia blog saying they can't access
>> en:wp any more using their BlackBerry. Though we tried it here on an
>> 8900 and it works. Any other reports?
>
> Works fine using Opera Mini.
>
> Trying to load any page on the native Blackberry Browser, with JavaScript
> disabled, results in a browser crash with message "Uncaught exception:
> java.lang.ClassCastException"  (after the page has fully loaded).  Trying
> with JavaScript enabled (while not logged in) results in "HTTP Error 413:
> Request Entity Too Large", even on a page known to be very small.

Error 413 generally means, in plain English, "URL too long".  I'd 
suspect some script is trying to do an API query using a very long URL, 
and the fact that this only happens when JS is enabled lends support to 
this.

Assuming that the Blackberry browser doesn't have particularly good JS 
debugging support, it might be worth looking at the same page in e.g. FF 
+ Firebug, with JS and net debugging enabled, and looking for any 
requests with suspiciously long URLs.

I've no idea what might be causing the other problems, though.

-- 
Ilmari Karonen

_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to