Pages

Sunday, October 05, 2008

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

I get the following error in Firefox 3.0.3 when trying to access Bloomberg.com

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

Clearing cache and cookies solves the problem! (Tools -> Clear Private Data; it is enough to select only cache and cookies)

10 comments:

  1. No this is not the solution it dosent worked for me :S

    ReplyDelete
  2. Doesn't work for me either, no matter how many pages recommend doing this

    ReplyDelete
  3. Did'nt worked for me either.

    ReplyDelete
  4. Worked for me also .. Thanks :)

    ReplyDelete
  5. Worked for me also .. Thanks :)

    ReplyDelete
  6. address bar "about:config"
    find network.http.use-cache
    set it to false

    find network.http.accept-encoding

    erase the string entirely or
    set it as;
    gzip,deflate,compress;q=0.7 or gzip,deflate;q=0.9,compress;q=0.7

    then restart firefox & test

    right-click the above settings
    & select "reset" if thease fail

    ReplyDelete
  7. Thanks @ Wap_Tek
    Deleting the string entirely worked for me

    ReplyDelete
  8. i was using
    ob_start("ob_gzhandler");
    and got this error but when i change it to
    ob_start();
    error was gone

    ReplyDelete