Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Handle timeout of response.read() in bullyblinder #10

Closed
hadojae opened this issue May 8, 2017 · 1 comment
Closed

Handle timeout of response.read() in bullyblinder #10

hadojae opened this issue May 8, 2017 · 1 comment
Assignees
Labels

Comments

@hadojae
Copy link
Owner

hadojae commented May 8, 2017

Traceback (most recent call last):
File "/home/$USER/bullyblinder.py", line 1107, in
page = response.read()
File "/usr/local/lib/python2.7/dist-packages/mechanize/_response.py", line 190, in read
self.__cache.write(self.wrapped.read())
File "/usr/lib/python2.7/socket.py", line 355, in read
data = self._sock.recv(rbufsize)
File "/usr/lib/python2.7/httplib.py", line 588, in read
return self._read_chunked(amt)
File "/usr/lib/python2.7/httplib.py", line 648, in _read_chunked
value.append(self._safe_read(amt))
File "/usr/lib/python2.7/httplib.py", line 703, in _safe_read
chunk = self.fp.read(min(amt, MAXAMOUNT))
File "/usr/lib/python2.7/socket.py", line 384, in read
data = self._sock.recv(left)
socket.timeout: timed out

@hadojae hadojae self-assigned this May 8, 2017
@hadojae hadojae added the bug label May 8, 2017
@hadojae
Copy link
Owner Author

hadojae commented May 24, 2017

84a64a2

@hadojae hadojae closed this as completed May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant