• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Link errors

  • Thread starter Deleted member 133315
  • Start date
D

Deleted member 133315

Guest
When clicking on any links to external websites, I get this kind of error;

Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1042, in _execute getattr(self, self.request.method.lower())(*args, **kwargs) File "/mnt/vol/project/rewrite.py", line 156, in get merchant_info, full, top_level = get_merchant_info(raw_url) File "/mnt/vol/project/rewrite.py", line 75, in get_merchant_info merchant_info = r.hgetall(top_level) File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 1249, in hgetall return self.execute_command('HGETALL', name) File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 365, in execute_command connection.send_command(*args) File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 301, in send_command self.send_packed_command(self.pack_command(*args)) File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 283, in send_packed_command self.connect() File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 231, in connect raise ConnectionError(self._error_message(e)) ConnectionError: Error 111 connecting 10.212.130.185:6379. Connection refused.
 
I am getting this as well. The page has a [N] (Newzon) page logo.

I have the Newzon opt-out for Chrome installed.

This happens with any link to external websites.
 
Even when I click on the HardOCP link from the forum

Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1042, in _execute
getattr(self, self.request.method.lower())(*args, **kwargs)
File "/mnt/vol/project/rewrite.py", line 156, in get
merchant_info, full, top_level = get_merchant_info(raw_url)
File "/mnt/vol/project/rewrite.py", line 75, in get_merchant_info
merchant_info = r.hgetall(top_level)
File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 1249, in hgetall
return self.execute_command('HGETALL', name)
File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 365, in execute_command
connection.send_command(*args)
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 301, in send_command
self.send_packed_command(self.pack_command(*args))
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 283, in send_packed_command
self.connect()
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 231, in connect
raise ConnectionError(self._error_message(e))
ConnectionError: Error 111 connecting 10.212.130.185:6379. Connection refused.
 
Same here. I disabled Newzon in Chrome and still get the error.
 
is that what the green N is ? i dont have newzon installed.
 
it has to do with click.hardforum.com that's presumably broke.
I have no add-ins in IE and getting the same error when trying to click through on a link.
 
We are getting this fixed now. It is a universal problem for all users currently.
 
The hard drive storing the database filled up unexpectedly with large log files, preventing any connections to the database and causing the error.

The error was not specifically NewZon related, but since both the outbound click handling and NewZon use click.hardforum.com, you saw the green [N] favicon with the error.

Sorry for the inconvenience, the problem has been fixed.
 
The hard drive storing the database filled up unexpectedly with large log files,
thats-what-she-said.gif
 
FWIW, we use click.hardforum.com to analyze outbound traffic from the forums primarily to record clicks to e-tailers. We do not collect any data other than WHERE the click went. No data is collected to link any clicks with user names or IP addresses, so in that regard it is totally anonymous. We have done this every since Newegg kicked us out of its commission program.

To give you an idea the about data being collected, it is pretty simple. I just took a copy and paste from the logs this morning so you see what is being pulled. This is the extent of the click data for etailers being collected.

domain clicks
amazon.com 974
newegg.com 459
ebay.com 246
dell.com 186
microsoft.com 142
monoprice.com 91
gamersgate.com 71
walmart.com 25
tigerdirect.com 21
bestbuy.com 16
newegg.ca 13
logitech.com 10
greenmangaming.com 9
lenovo.com 7
buy.com 7
creative.com 6
superbiiz.com 5
cowboom.com 2
origin.com 1
 
Back
Top