Closed GaganMalik025 closed 1 year ago
Does the same appear when using v3.0.0-dev.5?. Note that compress / -c
does not exist anymore in this version and you have to login a bit differently.
Use your account credentials as login:
$ crunchy --credentials "user:password" archive -l en-US https://www.crunchyroll.com/series/GRW4DXNEY/legend-of-the-galactic-heroes-die-neue-these
Use the etp_rt
cookie as login:
$ crunchy --etp-rt "<etp-rt cookie>" archive -l en-US https://www.crunchyroll.com/series/GRW4DXNEY/legend-of-the-galactic-heroes-die-neue-these
I actually did try those commands earlier but every time it gave me
=> An error occurred: unknown flag: --credentials
or
=> An error occurred: unknown flag: --etp-rt
Because of this, I fell back on those previous commands which I believe are for earlier versions
Also when I am not using --compress
and just downloading all the episodes straight, all the episodes are downloaded 2 times, like even the list which appears showing all the episodes, there are 24 episodes instead of 12 for season 1 (example). I thought "atleast it's downloading" but after episode 6-7 I think the download automatically stopped with that same error I mentioned above, something about input not full blocks
I actually did try those commands earlier but every time it gave me => An error occurred: unknown flag: --credentials or => An error occurred: unknown flag: --etp-rt Because of this, I fell back on those previous commands which I believe are for earlier versions
They only work in the 3.0.0-dev versions.
Also when I am not using --compress and just downloading all the episodes straight, all the episodes are downloaded 2 times, like even the list which appears showing all the episodes, there are 24 episodes instead of 12 for season 1 (example). I thought "atleast it's downloading" but after episode 6-7 I think the download automatically stopped with that same error I mentioned above, something about input not full blocks
That episodes are downloaded twice is caused by Crunchyroll flagging all japanese audio as english 🙃. The block error occurs because Crunchyroll delivers broken/invalid streaming data which can't be handled correctly. Both issues are addressed in v3.0.0-dev.5. The handling of incorrect flagging of japenese audio as english should work all the time. The handling of the broken blocks error was also addressed, by implementing a retry and more accurate error messages if the maximum retries were exceeded.
So I unzipped v3.0.0-dev5, ran the build and again tried to run crunchy --etp-rt "<token>"
command. Still the same error that --etp-rt is unrecognised.
So I previously was using v2.3.3 and I think it was installed using "go" because even to this day whenever I use "crunchy" it points to C:\Users\User\scoop\apps\crunchyroll-go\2.3.3 how can I change this to one that I just downloaded (v3.0.0-dev.6)?
It is fixed now. Help from discord. Thanks
So my command is
crunchy archive -c "The Legend of Galactic Heroes.zip" -l en-US https://beta.crunchyroll.com/series/GRW4DXNEY/legend-of-the-galactic-heroes-die-neue-these
This is what happens next -
Any idea what's happening? Also, the URL doesn't work as is. I have to replace 'www' with 'beta' and only then it works.