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

Traceback (most recent call last) #10

Open
em616 opened this issue Sep 4, 2015 · 2 comments
Open

Traceback (most recent call last) #10

em616 opened this issue Sep 4, 2015 · 2 comments

Comments

@em616
Copy link

em616 commented Sep 4, 2015

just with -q option

Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run
result = self._run(_self.args, *_self.kwargs)
File "elite-proxy-finder.py", line 247, in proxy_checker_req
time_or_error = self.error_handler(str(e))
TypeError: str returned non-string (type SysCallError)
<Greenlet at 0xb642b9dcL: <bound method find_http_proxy.proxy_checker_req of <main.find_http_proxy instance at 0xb644f44c>>('179.124.212.137:80')> failed with TypeError

Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run
result = self._run(_self.args, *_self.kwargs)
File "elite-proxy-finder.py", line 247, in proxy_checker_req
time_or_error = self.error_handler(str(e))
TypeError: str returned non-string (type SysCallError)
<Greenlet at 0xb583066cL: <bound method find_http_proxy.proxy_checker_req of <main.find_http_proxy instance at 0xb644f44c>>('118.143.114.130:8080')> failed with TypeError

@DanMcInerney
Copy link
Owner

Do you still get this? I can't reproduce.

gevent 1.0.1
requests 2.7.0

@mraxlux
Copy link

mraxlux commented Apr 1, 2017

I do get it on debian 8. Python 2.7.9

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

No branches or pull requests

3 participants