download-online-video / chrome-avgle-helper

👏 A Chrome extension for Avgle and other interesting video sites. Downloader inside
GNU General Public License v3.0
318 stars 65 forks source link

error: download "seg-{1..50}-v1-a1.ts", please try again! failed! #31

Open yuis-ice opened 4 years ago

yuis-ice commented 4 years ago

I got error error: download "seg-{1..50}-v1-a1.ts", please try again! failed! while I was doing download the video by bash download-FC2-PPV-1017101.sh

I was on VPN but even without VPN I got same error.

I tested by URL here: https://avgle.com/video/9s7GjGCikG9/%E6%B1%97%E3%81%A7%E3%81%90%E3%81%A3%E3%81%97%E3%82%87%E3%82%8A%E6%BF%A1%E3%82%8C%E3%81%9F%E5%A4%8F%E6%9C%8D%E5%B0%91%E5%A5%B3-%E9%80%8F%E3%81%91%E3%82%8B%E4%B8%8B%E7%9D%80-%E7%B4%A0%E8%82%8C%E3%81%AB%E5%BC%B5%E3%82%8A%E4%BB%98%E3%81%8F%E5%88%B6%E6%9C%8D%E3%82%92%E7%9D%80%E3%81%95%E3%81%9B%E3%81%9F%E3%81%BE%E3%81%BE%E3%83%8F%E3%83%A1%E3%81%BE%E3%81%8F%E3%82%8B-%E9%88%B4%E6%9C%A8%E5%BF%83%E6%98%A5-ssni-251

brendonjkding commented 4 years ago

I got same error on mac, but actually the files are successfully downloaded.

It seems that _download return false by mistake.

_download with_referer "$2" "$3" || download_ok=false;

I just change it to

_download with_referer "$2" "$3" || download_ok=true;

Then the script runs successfully.

devhyunjae commented 4 years ago

@brendonjkding @vide0 followed like you said and have this error at the end

Status Legend:
(OK):download completed.
-e >> ok:    downloaded {1402..1409}/1409

-e >> ok:    all files are downloaded!
-e >> ok:    Concat file concat.list generated
-e >> start: Converting ts file to mp4 files ...
[concat @ 0x7fba1d801c00] Line 1: unknown keyword '-e'
concat.list: Invalid data found when processing input
-e >> error: ffmpeg convert response exception!
chz8494 commented 4 years ago

I had this error and installed aria2 then start working perfectly