click.hardforum.com

Status
Not open for further replies.
Joined
Oct 1, 2004
Messages
744
not working for me either. trying to read the article Steve posted about the FX-9000's.
Firefox points to:
http://click.hardforum.com/?url=htt...sor&id=1&match=1&source=none&destination=none

and shows in the browser window:

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 with a link to support a dog rescue

http://click.hardforum.com/?url=htt...c5b&id=1&match=1&source=none&destination=none

Code:
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.
 
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.

It dun goofed.
 
I'm bombing with the same server-sdie callstack when following any external link, as well:

Code:
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 just came here to post in my thread about this issue again, since I too am receiving a similar error.

Code:
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.
 
Status
Not open for further replies.
Back
Top