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

Download stop working #45

Open
Ruke805 opened this issue Apr 16, 2020 · 6 comments
Open

Download stop working #45

Ruke805 opened this issue Apr 16, 2020 · 6 comments

Comments

@Ruke805
Copy link

Ruke805 commented Apr 16, 2020

After the unblock problem, another one:

(node:9508) UnhandledPromiseRejectionWarning: TypeError: Cannot read property '0' of undefined
at /media/sdc1/user/lib/node_modules/crunchyroll-dl/index.js:640:37
at processTicksAndRejections (internal/process/task_queues.js:85:5)
at async Promise.all (index 0)
at async main (/media/sdc1/user/lib/node_modules/crunchyroll-dl/index.js:642:28)
(node:9508) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:9508) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Any ideas?

@simplymemes
Copy link
Owner

Can you post the command/series you were downloading?

@Ruke805
Copy link
Author

Ruke805 commented Apr 20, 2020

crunchyroll-dl -i https://www.crunchyroll.com/my-hero-academia/episode-1-izuku-midoriya-origin-730707 -u [email protected] -p password --ignore-dubs -s soft --language ptBR --mux=false -o ":epname [:resolution]"

I just tried now with different series, and the same error

@AlexIsOK
Copy link
Contributor

AlexIsOK commented May 2, 2020

Are you sure the subtitles for that show are available in that language? I tried this with my own account and got an error. When I changed ptBR to enUS the download worked normally(ish).

crunchyroll-dl -i https://www.crunchyroll.com/my-hero-academia/episode-1-izuku-midoriya-origin-730707 -u username -p passwd --ignore-dubs -s soft --mux false --language enUS -o ":epname [:resolution]" --vilos

I had to use the --vilos parameter, soft subs wouldn't work otherwise.

@Ruke805
Copy link
Author

Ruke805 commented May 2, 2020

Yes It's available, English, Spanish and Portuguese. In this page of the episode its described

@AlexIsOK
Copy link
Contributor

AlexIsOK commented May 4, 2020

Odd... Are you using a VPN or proxy that goes outside of Brazil? The Brazilian subtitles are not available in the United States.

@andrewx2020
Copy link

The problem is that there is no longer a "stream_data" field in the Media type. It seems to have been replaces with a bif_url that points to something on vrv. I have no been able to understand it yet.

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