Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ConnectionError: Error while reading from socket: ('Connection closed by server.',) #75

Open
vontio opened this issue Jun 18, 2015 · 0 comments

Comments

@vontio
Copy link

vontio commented Jun 18, 2015

redis-monitor.py throw exception after run in some minutes

Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "./redis-monitor.py", line 103, in run
for command in commands:
File "./redis-monitor.py", line 59, in listen
yield self.parse_response()
File "./redis-monitor.py", line 53, in parse_response
return self.connection.read_response()
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 569, in read_response
response = self._parser.read_response()
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 224, in read_response
response = self._buffer.readline()
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 162, in readline
self._read_from_socket()
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 137, in _read_from_socket
(e.args,))
ConnectionError: Error while reading from socket: ('Connection closed by server.',)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant