Python tornado - [Errno 113] No route to host

1.2k Views Asked by At

I have an error in tornado framework and I can't find any solution at all.

Can anyone had similar problem or know what is the couse of this?

WARNING:tornado.general:error on read
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/tornado/iostream.py", line 644, in _handle_read
    pos = self._read_to_buffer_loop()
  File "/usr/local/lib/python2.6/dist-packages/tornado/iostream.py", line 614, in _read_to_buffer_loop
    if self._read_to_buffer() == 0:
  File "/usr/local/lib/python2.6/dist-packages/tornado/iostream.py", line 726, in _read_to_buffer
    chunk = self.read_from_fd()
  File "/usr/local/lib/python2.6/dist-packages/tornado/iostream.py", line 1005, in read_from_fd
    chunk = self.socket.recv(self.read_chunk_size)
error: [Errno 113] No route to host

I'm usign Python 2.6.6, should I upgrade it to 2.7.9 ?

0

There are 0 best solutions below