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

配置异常: HTTPConnectionPool(host='music.163.com', port=80): Read timed out. #42

Open
marskid opened this issue Aug 27, 2018 · 3 comments
Labels

Comments

@marskid
Copy link

marskid commented Aug 27, 2018

执行 spider163 mp3 --playlist=2236351380 最后报错:

执行抓取任务遭遇配置异常: HTTPConnectionPool(host='music.163.com', port=80): Read timed out. (read timeout=10)

curl http://music.163.com:80 -v

  • Rebuilt URL to: http://music.163.com:80/
  • Trying 103.65.41.126...
  • Connected to music.163.com (103.65.41.126) port 80 (#0)

GET / HTTP/1.1
Host: music.163.com
User-Agent: curl/7.47.0
Accept: /

< HTTP/1.1 302 Found
< Server: nginx
< Date: Mon, 27 Aug 2018 06:53:22 GMT
< Content-Length: 0
< Connection: keep-alive
< Cache-Control: no-store
< Pragrma: no-cache
< Expires: Thu, 01 Jan 1970 00:00:00 GMT
< Cache-Control: no-cache
< Location: https://music.163.com/
< X-Via: MusicEdgeServer
< X-From-Src: 183.205.107.38
<

  • Connection #0 to host music.163.com left intact

看起来网络正常,请问这怎么解决?

@chengyumeng
Copy link
Owner

换个歌单试一下

@marskid
Copy link
Author

marskid commented Aug 27, 2018

按照示例的歌单编号2033391777

 spider163 mp3 --playlist=2033391777
正在下载歌曲 City Of Stars / May Finally Come True-Emma Stone.mp3
下载成功:0 首,下载失败:1首
+---------------------------------------+------------+-----------+
| 歌曲名字                              | 艺术家     | ID        |
+---------------------------------------+------------+-----------+
| City Of Stars / May Finally Come True | Emma Stone | 445867407 |
+---------------------------------------+------------+-----------+

请问可能是哪方面的问题,详细日志在哪里看?

@chengyumeng
Copy link
Owner

看样子下载功能不可用了,我可能需要修复下

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

2 participants