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

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

Open
yuis-ice opened this issue Jan 17, 2020 · 3 comments
Open

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

yuis-ice opened this issue Jan 17, 2020 · 3 comments

Comments

@yuis-ice
Copy link

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
Copy link

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
Copy link

@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
Copy link

chz8494 commented Apr 11, 2020

I had this error and installed aria2 then start working perfectly

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

4 participants