• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Scripting error on Gunbroker website

wpshooter

Golden Member
I am getting at random times the following scripting error being displayed when I am on Gunbroker.com website site. I am Linux Mint 13 operating system - using Firefox browser. The options given with the scripting error message are to STOP trying the script or to CANCEL.

Any idea as to what is causing the scripting error and how to get rid of it ???

I have written to Gunbroker about this but they don't seem to be concerned about finding a fix for it.

Thanks.

A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: http://choices.truste.com/ca?aid=va...0&h=250&plc=tr&c=1675154791_8_864424&js=2:195
 
I don't think that's a script we can download. I took a look at the server with curl:
Code:
$ curl -Is http://choices.truste.com
HTTP/1.1 404 Not Found
Content-length: 955
Content-Type: text/html;charset=utf-8
Date: Sun, 16 Jun 2013 20:09:48 GMT
Vary: Accept-Encoding
Connection: keep-alive
It's "Not Found" but it has a length of 955 bytes. The keep-alive connection is probably why it seems to hang.
 
Back
Top