VideoHelp Forum





Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Page 23 of 23
FirstFirst ... 13 21 22 23
Results 661 to 672 of 672
  1. Originally Posted by vidsrme View Post
    Originally Posted by kim1406 View Post
    I used
    Code:
    uv run unshackle dl -l org,en -ns
    for no subtitles.
    I got the following problem
    did you add this to your yaml?

    Code:
    dl:
      sub_format: srt
    I didn't, just added it on the command line, and didn't work, so I tried without downloading subtitles [-s].

    Now getting the above mentioned new error
    Code:
    CalledProcessError: Command '[WindowsPath('packager-win-x64.EXE'),
    'input=Temp\\Audio_f7d2fe35.mp4,stream=0,output=Temp\\Audio_f7d2fe35_decrypted.m
    p4,output_format=MP4', '--enable_raw_key_decryption', '--keys',
    'label=0:key_id=0100a5d159fd35928736ef91a22a98b2:key=4cf9e0eceed92867587c58a9da2
    a5b67,label=1:key_id=00000000000000000000000000000000:key=4cf9e0eceed92867587c58
    a9da2a5b67', '--temp_dir', WindowsPath('Temp')]' returned non-zero exit status
    1.
    
         ❌ Download Failed...
            An unexpected error occurred in one of the download workers.
            Binary call failed, Process exit code: 1
            See the error trace above for more information.
    Quote Quote  
  2. Originally Posted by kim1406 View Post
    Originally Posted by vidsrme View Post
    Originally Posted by kim1406 View Post
    I used
    Code:
    uv run unshackle dl -l org,en -ns
    for no subtitles.
    I got the following problem
    did you add this to your yaml?

    Code:
    dl:
      sub_format: srt
    I didn't, just added it on the command line, and didn't work, so I tried without downloading subtitles [-s].

    Now getting the above mentioned new error
    Code:
    CalledProcessError: Command '[WindowsPath('packager-win-x64.EXE'),
    'input=Temp\\Audio_f7d2fe35.mp4,stream=0,output=Temp\\Audio_f7d2fe35_decrypted.m
    p4,output_format=MP4', '--enable_raw_key_decryption', '--keys',
    'label=0:key_id=0100a5d159fd35928736ef91a22a98b2:key=4cf9e0eceed92867587c58a9da2
    a5b67,label=1:key_id=00000000000000000000000000000000:key=4cf9e0eceed92867587c58
    a9da2a5b67', '--temp_dir', WindowsPath('Temp')]' returned non-zero exit status
    1.
    
         ❌ Download Failed...
            An unexpected error occurred in one of the download workers.
            Binary call failed, Process exit code: 1
            See the error trace above for more information.
    The code goes in your yaml, not the command line. For the third time - add it to your yaml.

    You're missing shaka packager. Download and add it to your PATH or put it in your Unshackle folder.

    Then post the result of "uv run unshackle env check"
    Last edited by vidsrme; 27th Jan 2026 at 04:43.
    Quote Quote  
  3. [QUOTE=vidsrme;2791396][QUOTE=kim1406;2791388][QUOTE=vidsrme;2791387]
    Originally Posted by kim1406 View Post
    I used [CODE]u
    You're missing shaka packager. Download and add it to your PATH or put it in your Unshackle folder.

    Then post the result of "uv run unshackle env check"
    Here is the result:

    Code:
                                Environment Dependencies
      ┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
      ┃ Category   ┃ Tool             ┃   Status   ┃ Req  ┃ Purpose              ┃
      ┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
      │ Core       │ FFmpeg           │     ✓      │  Y   │ Media processing     │
      │            │ FFprobe          │     ✓      │  Y   │ Media analysis       │
      │            │ MKVToolNix       │     ✓      │  Y   │ MKV muxing           │
      │            │ mkvpropedit      │     ✓      │  Y   │ MKV metadata         │
      │ DRM        │ shaka-packager   │     ✓      │  Y   │ DRM decryption       │
      │            │ mp4decrypt       │     ✓      │  -   │ DRM decryption       │
      │ HDR        │ dovi_tool        │     ✗      │  -   │ Dolby Vision         │
      │            │ HDR10Plus_tool   │     ✗      │  -   │ HDR10+ metadata      │
      │ Download   │ aria2c           │     ✓      │  -   │ Multi-thread DL      │
      │            │ N_m3u8DL-RE      │     ✗      │  -   │ HLS/DASH/ISM         │
      │ Subtitle   │ SubtitleEdit     │     ✗      │  -   │ Sub conversion       │
      │            │ CCExtractor      │     ✓      │  -   │ CC extraction        │
      │ Player     │ FFplay           │     ✓      │  -   │ Simple player        │
      │            │ MPV              │     ✗      │  -   │ Advanced player      │
      │ Network    │ HolaProxy        │     ✗      │  -   │ Proxy service        │
      │            │ Caddy            │     ✗      │  -   │ Web server           │
      └────────────┴──────────────────┴────────────┴──────┴──────────────────────┘
    
    
      Total: 9/16  All required tools installed ✓
    Quote Quote  
  4. Originally Posted by kim1406 View Post

    Here is the result:

    Code:
    Total: 9/16  All required tools installed ✓
    Ok so did you try to download something?
    Quote Quote  
  5. Originally Posted by vidsrme View Post
    Originally Posted by kim1406 View Post

    Here is the result:

    Code:
    Total: 9/16  All required tools installed ✓
    Ok so did you try to download something?
    Yes, but, still have a problem with subtitles. I added those lines in the yaml file:
    Code:
    dl:
      best: true
      sub_format: srt
      downloads: 4
      workers: 16
      lang:
        - en
        - ar
    Here is the problem:
    Code:
         1 Video
         └── [H.264, SDR] | en-US | 1920x800 @ 10241 kb/s, 23.976 FPS
              ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 03:42 • Downloaded
         1 Audio
         └── [DD+] | en-US | 6.0 | 258 kb/s | United States
              ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 00:28 • Downloaded
         9 Subtitles
         ├── [VTT] | de
         │    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 00:02 • FAILED
         ├── [VTT] | en-US | United States
         │    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 00:02 • FAILED
         ├── [VTT] | es-419 | Latin America
         │   ⠇ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | fr-FR
         │   ⠇ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | it
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | nl
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | pt-BR | Brazil
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | en-US | United States (SDH)
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         └── [VTT] | it | SDH
             ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         3 Chapters
         ├── 00:00:00.000 | Chapter 1
         ├── 01:38:32.907 | Credits
         └── 01:44:06.740 | Chapter 2
    
         ❌ Download Failed...
            Download Error (#db4f5f87956dcb58): Reached max-file-not-found
         count=5 (4),
         https://akm.prd.media.h264.io/gcs/b476be40-f7f5-4d1b-bb7a-3f8f5dbaad5c
         /t/02c622/en-US_cc.vtt
            An unexpected error occurred in one of the download workers.
            See the error trace above for more information.
    When not downloading subtitles, it will work.
    Thanks
    Quote Quote  
  6. Originally Posted by kim1406 View Post
    When not downloading subtitles, it will work. Thanks
    I dunno about subs, try experimenting and see what works (en-US instead of just "en") also you got "ar" in your yaml and that's not available.

    Also try changing "downloader" in your yaml (aria2c/requests/n_m3u8dl_re) sometimes that can affect downloads. Otherwise maybe someone else can advise.
    Last edited by vidsrme; 27th Jan 2026 at 07:27.
    Quote Quote  
  7. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Originally Posted by kim1406 View Post

    Code:
                                Environment Dependencies
      ┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
      ┃ Category   ┃ Tool             ┃   Status   ┃ Req  ┃ Purpose              ┃
      ┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
      │ Core       │ FFmpeg           │     ✓      │  Y   │ Media processing     │
      │            │ FFprobe          │     ✓      │  Y   │ Media analysis       │
      │            │ MKVToolNix       │     ✓      │  Y   │ MKV muxing           │
      │            │ mkvpropedit      │     ✓      │  Y   │ MKV metadata         │
      │ DRM        │ shaka-packager   │     ✓      │  Y   │ DRM decryption       │
      │            │ mp4decrypt       │     ✓      │  -   │ DRM decryption       │
      │ HDR        │ dovi_tool        │     ✗      │  -   │ Dolby Vision         │
      │            │ HDR10Plus_tool   │     ✗      │  -   │ HDR10+ metadata      │
      │ Download   │ aria2c           │     ✓      │  -   │ Multi-thread DL      │
      │            │ N_m3u8DL-RE      │     ✗      │  -   │ HLS/DASH/ISM         │
      │ Subtitle   │ SubtitleEdit     │     ✗      │  -   │ Sub conversion       │
      │            │ CCExtractor      │     ✓      │  -   │ CC extraction        │
      │ Player     │ FFplay           │     ✓      │  -   │ Simple player        │
      │            │ MPV              │     ✗      │  -   │ Advanced player      │
      │ Network    │ HolaProxy        │     ✗      │  -   │ Proxy service        │
      │            │ Caddy            │     ✗      │  -   │ Web server           │
      └────────────┴──────────────────┴────────────┴──────┴──────────────────────┘
    
    
      Total: 9/16  All required tools installed ✓
    replace your binaries
    https://files.videohelp.com/u/301156/binaries.zip
    Code:
                                Environment Dependencies
      ┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
      ┃ Category   ┃ Tool             ┃   Status   ┃ Req  ┃ Purpose              ┃
      ┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
      │ Core       │ FFmpeg           │     ✓      │  Y   │ Media processing     │
      │            │ FFprobe          │     ✓      │  Y   │ Media analysis       │
      │            │ MKVToolNix       │     ✓      │  Y   │ MKV muxing           │
      │            │ mkvpropedit      │     ✓      │  Y   │ MKV metadata         │
      │ DRM        │ shaka-packager   │     ✓      │  Y   │ DRM decryption       │
      │            │ mp4decrypt       │     ✓      │  -   │ DRM decryption       │
      │ HDR        │ dovi_tool        │     ✓      │  -   │ Dolby Vision         │
      │            │ HDR10Plus_tool   │     ✓      │  -   │ HDR10+ metadata      │
      │ Download   │ aria2c           │     ✓      │  -   │ Multi-thread DL      │
      │            │ N_m3u8DL-RE      │     ✓      │  -   │ HLS/DASH/ISM         │
      │ Subtitle   │ SubtitleEdit     │     ✓      │  -   │ Sub conversion       │
      │            │ CCExtractor      │     ✓      │  -   │ CC extraction        │
      │ Player     │ FFplay           │     ✓      │  -   │ Simple player        │
      │            │ MPV              │     ✓      │  -   │ Advanced player      │
      │ Network    │ HolaProxy        │     ✗      │  -   │ Proxy service        │
      │            │ Caddy            │     ✗      │  -   │ Web server           │
      └────────────┴──────────────────┴────────────┴──────┴──────────────────────┘
    
    
      Total: 14/16  All required tools installed ✓
    Quote Quote  
  8. Originally Posted by iamghost View Post
    Originally Posted by kim1406 View Post

    [CODE]
    replace your binaries
    https://files.videohelp.com/u/301156/binaries.zip
    Code:
                                Environment Dependencies
      ┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
      ┃ Category   ┃ Tool             ┃   Status   ┃ Req  ┃ Purpose              ┃
      ┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
      │ Core       │ FFmpeg           │     ✓      │  Y   │ Media processing     │
      │            │ FFprobe          │     ✓      │  Y   │ Media analysis       │
      │            │ MKVToolNix       │     ✓      │  Y   │ MKV muxing           │
      │            │ mkvpropedit      │     ✓      │  Y   │ MKV metadata         │
      │ DRM        │ shaka-packager   │     ✓      │  Y   │ DRM decryption       │
      │            │ mp4decrypt       │     ✓      │  -   │ DRM decryption       │
      │ HDR        │ dovi_tool        │     ✓      │  -   │ Dolby Vision         │
      │            │ HDR10Plus_tool   │     ✓      │  -   │ HDR10+ metadata      │
      │ Download   │ aria2c           │     ✓      │  -   │ Multi-thread DL      │
      │            │ N_m3u8DL-RE      │     ✓      │  -   │ HLS/DASH/ISM         │
      │ Subtitle   │ SubtitleEdit     │     ✓      │  -   │ Sub conversion       │
      │            │ CCExtractor      │     ✓      │  -   │ CC extraction        │
      │ Player     │ FFplay           │     ✓      │  -   │ Simple player        │
      │            │ MPV              │     ✓      │  -   │ Advanced player      │
      │ Network    │ HolaProxy        │     ✗      │  -   │ Proxy service        │
      │            │ Caddy            │     ✗      │  -   │ Web server           │
      └────────────┴──────────────────┴────────────┴──────┴──────────────────────┘
    
    
      Total: 14/16  All required tools installed ✓
    Thanks, I replaced the binaries and got exactly same as the above. However, it didn't solve the problem. I changed the downloader to n_m3u8dl_re and got the following:

    Code:
     1 Video
         └── [H.264, SDR] | en-US | 1920x800 @ 10241 kb/s, 23.976 FPS
             ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • Parsing streams...
         1 Audio
         └── [DD+] | en-US | 6.0 | 258 kb/s | United States
             ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • Parsing streams...
         9 Subtitles
         ├── [VTT] | de
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • FAILED
         ├── [VTT] | en-US | United States
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • FAILED
         ├── [VTT] | es-419 | Latin America
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • FAILED
         ├── [VTT] | fr-FR
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • FAILED
         ├── [VTT] | it
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | nl
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | pt-BR | Brazil
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | en-US | United States (SDH)
         │   ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         └── [VTT] | it | SDH
             ⠏ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         3 Chapters
         ├── 00:00:00.000 | Chapter 1
         ├── 01:38:32.907 | Credits
         └── 01:44:06.740 | Chapter 2
    
           ❌ Download Failed...
            [WinError 3] The system cannot find the path specified:
         'Temp\\Audio_94782b72.mp4_segments'
            An unexpected error occurred in one of the download workers.
            See the error trace above for more information.
    I then changed it to requests and got same error when using aria2c as a downloader:
    Code:
     1 Video
         └── [H.264, SDR] | en-US | 1920x800 @ 10241 kb/s, 23.976 FPS
              ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 04:19 • Downloaded
         1 Audio
         └── [DD+] | en-US | 6.0 | 258 kb/s | United States
              ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • 00:32 • Downloaded
         9 Subtitles
         ├── [VTT] | de
         │   ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • FAILED
         ├── [VTT] | en-US | United States
         │   ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • FAILED
         ├── [VTT] | es-419 | Latin America
         │   ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | fr-FR
         │   ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | it
         │   ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | nl
         │   ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | pt-BR | Brazil
         │   ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         ├── [VTT] | en-US | United States (SDH)
         │   ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         └── [VTT] | it | SDH
             ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ • --:-- • SKIPPED
         3 Chapters
         ├── 00:00:00.000 | Chapter 1
         ├── 01:38:32.907 | Credits
         └── 01:44:06.740 | Chapter 2
    
         
         ❌ Download Failed...
            404 Client Error: Not Found for url:
         https://akm.prd.media.h264.io/gcs/b476be40-f7f5-4d1b-bb7a-3f8f5dbaad5c
         /t/02c622/en-US_cc.vtt
            An unexpected error occurred in one of the download workers.
            See the error trace above for more information.
    Need your help.
    Thanks.
    Quote Quote  
  9. Thank you for posting those binaries, that is something worth archiving.
    Quote Quote  
  10. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Originally Posted by kim1406 View Post

    Need your help.
    Thanks.
    post video url, you have hide them
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!