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

出现bad handshake: SysCallError(-1, 'Unexpected EOF') #112

Open
Tarrence opened this issue Dec 10, 2018 · 1 comment
Open

出现bad handshake: SysCallError(-1, 'Unexpected EOF') #112

Tarrence opened this issue Dec 10, 2018 · 1 comment

Comments

@Tarrence
Copy link

出现如下错误是什么意思? 我在anaconda python3.6 win10
During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "tumblr-photo-video-ripper.py", line 299, in
CrawlerScheduler(sites, proxies=proxies)
File "tumblr-photo-video-ripper.py", line 150, in init
self.scheduling()
File "tumblr-photo-video-ripper.py", line 163, in scheduling
self.download_media(site)
File "tumblr-photo-video-ripper.py", line 167, in download_media
self.download_videos(site)
File "tumblr-photo-video-ripper.py", line 170, in download_videos
self._download_media(site, "video", START)
File "tumblr-photo-video-ripper.py", line 194, in _download_media
proxies=self.proxies)
File "C:\Users\renhl1\Anaconda3\lib\site-packages\requests\api.py", line 70, in get
return request('get', url, params=params, **kwargs)
File "C:\Users\renhl1\Anaconda3\lib\site-packages\requests\api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "C:\Users\renhl1\Anaconda3\lib\site-packages\requests\sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\renhl1\Anaconda3\lib\site-packages\requests\sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "C:\Users\renhl1\Anaconda3\lib\site-packages\requests\adapters.py", line 497, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",)

@dixudx
Copy link
Owner

dixudx commented Dec 12, 2018

@Tarrence 代理配置了吗

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

2 participants