LussacZheng / video-downloader-deploy

Video Downloaders (you-get, youtube-dl, lux) One-Click Deployment Batch. || 视频下载器 (you-get, youtube-dl, lux) 一键配置脚本。
549 stars 99 forks source link

无法更新 #22

Closed sinoshon closed 3 years ago

sinoshon commented 3 years ago

网络一切正常,一直提示如下,烦请帮看看,Thanks♪(・ω・)ノ

==================================================== 请输入选项的序号并按回车: 3

正在检查网络连接 (如果长时间无响应,请确认网络是否正常,或前往高级设置关闭"网络连接测试")... 无法访问 GitHub ,请检查网络连接。

LussacZheng commented 3 years ago

你能通过浏览器正常访问 测试链接 吗?(目前应显示 1.7.0-beta3

运行 下载视频.bat ,依次执行以下命令:

md _test & cd _test

set "_url=https://raw.githubusercontent.com/LussacZheng/video-downloader-deploy/master/res/scripts/CurrentVersion"

..\..\res\wget.exe --no-check-certificate %_url% -O NetTest.txt && echo 网络正常 || echo 网络异常

将输出复制到此处。 之后你可以自行删除 Download\_test\ 文件夹。

sinoshon commented 3 years ago

我用的VPN是全局代理,能正常访问github网站。而且我在在 Deploy.bat 的高级设置中也配置了全局代理。

按照您上面的代码测试结果如下:

--2021-04-06 21:13:17-- https://raw.githubusercontent.com/LussacZheng/video-downloader-deploy/master/res/scripts/CurrentVersion Connecting to 127.0.0.1:1080... failed: Bad file descriptor. 网络异常

Thanks♪(・ω・)ノ!

LussacZheng commented 3 years ago

请确认一下你的本地端口是不是 1080 。