ingbyr / vdm

GUI for command-line video downloader (youtube-dl annie)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

总是显示获取资源失败,仅有一次成功,在网页均可以正常观看视频

Campanula26 opened this issue · comments

Please make sure these boxes are checked before submitting your issue – thank you!

  • You can actually watch the video in your browser, but not download them with GUI-YouGet.
  • Your GUI-YouGet is up-to-date.
  • Your downloading core is up-to-date.
    Please paste the full app/log/debug.log inside the fences:
[PASTE IN ME]

If there's anything else you would like to say(e.g some new features) fill in the box below

[WRITE SOMETHING]

在提交前,请确保您已经检查了以下内容!

  • 你可以在浏览器中观看视频,但不能使用GUI-YouGet下载。
  • 您的GUI-YouGet为最新版。
  • 您的下载引擎为最新版。

请将app/log/debug.log文件内容粘贴在下面:
2018-02-15 16:47:03.213 [JavaFX Application Thread] DEBUG com.ingbyr.guiyouget.Main.(16) - OS: Windows 10 Arch: amd64 Version: 10.0
2018-02-15 16:47:03.216 [JavaFX Application Thread] DEBUG com.ingbyr.guiyouget.Main.(17) - JAVA: 1.8.0_162 Vender: Oracle Corporation
2018-02-15 16:47:03.216 [JavaFX Application Thread] DEBUG com.ingbyr.guiyouget.Main.(18) - Default locale: zh_CN
2018-02-15 16:47:08.658 [Thread-7] DEBUG c.i.g.controllers.UpdatesController.needUpdate(69) - local version: 2018.01.18, remote version: 2018.02.11
2018-02-15 16:47:08.658 [Thread-8] DEBUG c.i.g.controllers.UpdatesController.needUpdate(69) - local version: 0.4.985, remote version: 0.4.1025
2018-02-15 16:47:08.660 [Thread-8] DEBUG c.i.g.controllers.UpdatesController.invoke(32) - [you-get] try to download new version
2018-02-15 16:47:08.660 [Thread-7] DEBUG c.i.g.controllers.UpdatesController.invoke(53) - [youtube-dl] try to download new version
2018-02-15 16:47:08.660 [Thread-8] DEBUG c.i.g.controllers.UpdatesController.downloadYouGet(83) - [you-get] downloading from https://github.com/soimort/you-get/releases/download/v0.4.1025/you-get-0.4.1025-win32.exe
2018-02-15 16:47:08.660 [Thread-7] DEBUG c.i.g.controllers.UpdatesController.downloadYoutubeDL(109) - [youtube-dl] downloading from https://github.com/rg3/youtube-dl/releases/download/2018.02.11/youtube-dl.exe
2018-02-15 16:47:10.228 [Thread-10] DEBUG c.i.g.controllers.UpdatesController.invoke(85) - [you-get] downloading from https://github.com/soimort/you-get/releases/download/v0.4.1025/you-get-0.4.1025-win32.exe
2018-02-15 16:47:10.808 [Thread-8] DEBUG c.i.g.controllers.UpdatesController.invoke(99) - [you-get] failed to update
2018-02-15 16:47:24.838 [Thread-9] DEBUG c.i.g.controllers.UpdatesController.invoke(111) - [youtube-dl] downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/1039520/8f3c088a-0f7b-11e8-98f6-426d7a05a8ca?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20180215%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180215T084710Z&X-Amz-Expires=300&X-Amz-Signature=045081b5a0b30c31c198b7c9d5819c1cacc5bd6a0bab4efd9a6df54e58f9fda0&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dyoutube-dl.exe&response-content-type=application%2Foctet-stream
2018-02-15 16:47:39.845 [Thread-8] DEBUG c.i.g.controllers.UpdatesController.invoke(125) - [youtube-dl] failed to update

[在这里粘贴完整日志]

如果您有其他留言(如需要新特性等),请在下面添加:

[您的留言]经常获取资源失败

commented

2018-02-25 15:06:58.795 [JavaFX Application Thread] DEBUG com.ingbyr.guiyouget.Main.(16) - OS: Windows 10 Arch: amd64 Version: 10.0
2018-02-25 15:06:58.797 [JavaFX Application Thread] DEBUG com.ingbyr.guiyouget.Main.(17) - JAVA: 1.8.0_162 Vender: Oracle Corporation
2018-02-25 15:06:58.798 [JavaFX Application Thread] DEBUG com.ingbyr.guiyouget.Main.(18) - Default locale: zh_CN
2018-02-25 15:08:07.312 [JavaFX Application Thread] DEBUG c.i.g.controllers.MainController.requestMediaInfo(18) - download engine is you-get
2018-02-25 15:08:07.323 [Thread-5] DEBUG c.i.guiyouget.engine.DownloadEngine.build(25) - run command [I:\GUI-YouGet\app\engine\you-get.exe, --json, https://v.qq.com/x/cover/t6udtxyvbhbbxv2/z0024xgmy6h.html?ptag=baidu.aladdin.doco]
2018-02-25 15:08:07.712 [Thread-5] ERROR c.i.g.c.MediaListController.invoke(43) - java.lang.RuntimeException: Unexpected character at position 2: 'M (77)'
2018-02-25 15:08:12.144 [JavaFX Application Thread] DEBUG c.i.g.controllers.MainController.requestMediaInfo(18) - download engine is youtube-dl
2018-02-25 15:08:12.150 [Thread-6] DEBUG c.i.guiyouget.engine.DownloadEngine.build(25) - run command [I:\GUI-YouGet\app\engine\youtube-dl.exe, -j, https://v.qq.com/x/cover/t6udtxyvbhbbxv2/z0024xgmy6h.html?ptag=baidu.aladdin.doco]
2018-02-25 15:08:15.561 [Thread-6] ERROR c.i.g.c.MediaListController.invoke(32) - java.lang.RuntimeException: Unexpected character at position 2: 'W (87)'

2018-03-10 09:23:13.301 [JavaFX Application Thread] DEBUG com.ingbyr.guiyouget.Main.(25) - OS: Windows 10 Arch: amd64 Version: 10.0
2018-03-10 09:23:13.303 [JavaFX Application Thread] DEBUG com.ingbyr.guiyouget.Main.(26) - JAVA: 1.8.0_162 Vender: Oracle Corporation
2018-03-10 09:23:13.303 [JavaFX Application Thread] DEBUG com.ingbyr.guiyouget.Main.(27) - Default Locale: zh_CN Current Locale:zh_CN
2018-03-10 09:23:43.125 [JavaFX Application Thread] DEBUG c.i.g.controllers.MainController.requestMediaInfo(18) - download engine is youtube-dl
2018-03-10 09:23:43.154 [Thread-5] DEBUG c.i.guiyouget.engine.DownloadEngine.build(25) - run command [D:\GUI-YouGet\app\engine\youtube-dl.exe, -j, "https://www.youtube.com/watch?v=1mJs2vmZpSg"]
2018-03-10 09:24:06.394 [Thread-5] ERROR c.i.g.c.MediaListController.invoke(32) - java.lang.RuntimeException: Unexpected character at position 4: 'R (82)'
2018-03-10 09:27:43.169 [JavaFX Application Thread] DEBUG c.i.g.controllers.MainController.requestMediaInfo(18) - download engine is youtube-dl
2018-03-10 09:27:43.174 [Thread-6] DEBUG c.i.guiyouget.engine.DownloadEngine.build(25) - run command [D:\GUI-YouGet\app\engine\youtube-dl.exe, -j, "http://www.youtube.com/watch?v=1mJs2vmZpSg"]
2018-03-10 09:28:05.865 [Thread-6] ERROR c.i.g.c.MediaListController.invoke(32) - java.lang.RuntimeException: Unexpected character at position 4: 'R (82)'