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