-
Notifications
You must be signed in to change notification settings - Fork 22
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
Comments
Can you post the command/series you were downloading? |
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 |
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).
I had to use the |
Yes It's available, English, Spanish and Portuguese. In this page of the episode its described |
Odd... Are you using a VPN or proxy that goes outside of Brazil? The Brazilian subtitles are not available in the United States. |
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. |
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?
The text was updated successfully, but these errors were encountered: