anidl / multi-downloader-nx

Downloader for Crunchyroll, Hidive, AnimeOnegai, and AnimationDigitalNetwork with CLI and GUI
MIT License
267 stars 44 forks source link

[BUG]: Software is unable to download part 239 of the audio on multiple episodes #690

Open CBecker100 opened 4 months ago

CBecker100 commented 4 months ago

Program version

5.0.0

Operating System

Windows

Type

GUI

Service

Hidive

Command used

None by me, the gui does all

Show ID

1033

Episode

1,2

Console Output

Error message from Episode 1:
[ERROR] Part 239 download error:
        Response code 404 (Not Found)
[ERROR] 1 parts not downloaded
[ERROR] DL Stats: {"first":0,"total":245,"completed":238}

Decryption Needed, attempting to decrypt
Started decrypting audio

> "mp4decrypt" --show-progress --key [REDACTED]:[REDACTED] "Z:\multi-downloader-nx-windows-x64-gui\videos\temp-536729.English.audio.enc.m4s" "Z:\multi-downloader-nx-windows-x64-gui\videos\temp-536729.English.audio.m4s"
Decryption done for audio
Subtitle Downloaded: https://dve-subtitles.imggaming.com/536729/807462/vtt/subtitle-en-US-251109-1712180524611.vtt
Subtitle converted: [HD] I've Somehow Gotten Stronger When I Improved My Farm-Related Skills - S01E01 [1080p].01.eng.English.ass
[ERROR] Failed to download media list

--------------------------------------------------------------------

Error message from Episode 2:
[ERROR] Part 239 download error:
        Response code 404 (Not Found)
[ERROR] 1 parts not downloaded
[ERROR] DL Stats: {"first":0,"total":245,"completed":238}

Decryption Needed, attempting to decrypt
Started decrypting audio

> "mp4decrypt" --show-progress --key [REDACTED]:[REDACTED] "Z:\multi-downloader-nx-windows-x64-gui\videos\temp-536762.English.audio.enc.m4s" "Z:\multi-downloader-nx-windows-x64-gui\videos\temp-536762.English.audio.m4s"
Decryption done for audio
Subtitle Downloaded: https://dve-subtitles.imggaming.com/536762/807460/vtt/subtitle-en-US-251108-1712180524168.vtt
Subtitle converted: [HD] I've Somehow Gotten Stronger When I Improved My Farm-Related Skills - S01E02 [1080p].01.eng.English.ass
[ERROR] Failed to download media list

Additional Information

It seems to happen on every episode on the show "I've Somehow Gotten Stronger When I Improved My Farm-Related Skills". Is there something you can do?

Jaynator495 commented 4 months ago

This is a hidive related issue, the parts just actually don't exist, they even error on their website. I could ignore errors when they are 404's and mark the download as finished, but it may cause other issues doing so (particularly if an HTTP proxy is failing in a way that always returns 404s), so I've been hesitant to do that

kuriidev commented 4 months ago

Captura de pantalla 2024-05-23 173816 Captura de pantalla 2024-05-23 172546 mke pasa algo similar

Jaynator495 commented 4 months ago

mke pasa algo similar

These are 2 different problems with the same root, they both due to slow internet or slow server (unfortunately, crunchy has a slow server in the mix, and as far as I'm aware or have been able to do, there isn't a way to force the fast servers for the non-drm stream). The first one is fixable though, I never thought someones download would take so long that the session would expire before it finished... that's my bad. The fix for that was just pushed to the repo