anidl / multi-downloader-nx

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

[BUG]: [ERROR] Unable to download selected episode 1 [WARN] No full streams found! #734

Closed kokoboko5 closed 4 months ago

kokoboko5 commented 4 months ago

Program version

5.1.4

Operating System

Windows

Type

CLI

Service

Crunchyroll

Command used

aniDL --service "crunchy" -s G6WEC315N -e 1 --novids --noaudio --chapters false --dlsubs ar

Show ID

G6WEC315N

Episode

1

Console Output

=== Multi Downloader NX 5.1.4 ===

USER: ********
Your Country: ********

[S:G6WEC315N] No Longer Allowed in Another World (Season: 1) [SIMULCAST, SUB]
  - Subtitles: en, es-419, es-ES, pt-BR, fr, de, ar, it, ru
 ✓[01|E:GG1U2J9Q1] ☆ 1 - I Must Commit Double-Suicide! [23m40s, SUB, STREAM]
    - Subtitles: en, es-419, es-ES, pt-BR, fr, de, ar, it, ru

Requesting: [GG1U2J9Q1] No Longer Allowed in Another World - 1 - I Must Commit Double-Suicide!
[WARN] No full streams found!
[ERROR] Unable to download selected episode 1

Additional Information

No response

Jaynator495 commented 4 months ago

Do you have mp4decrypt and a CDM?

kokoboko5 commented 4 months ago

Do you have mp4decrypt and a CDM?

Yes I have image

image

I found out what caused this problem

It was in the bin-path.yml file

By default it was like this

ffmpeg: "ffmpeg.exe" mkvmerge: "mkvmerge.exe" ffprobe: "ffprobe.exe" mp4decrypt: "mp4decrypt.exe"

After I modified it

ffmpeg: ".\bin\ffmpeg.exe" mkvmerge: ".\bin\mkvmerge.exe" ffprobe: ".\bin\ffprobe.exe" mp4decrypt: ".\bin\mp4decrypt.exe"

The script is now working

RexGhidorah commented 3 months ago

The script is now working

I tried your solution and now it's more broken cries image