VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 27 of 27
FirstFirst ... 17 25 26 27
Results 781 to 785 of 785
Thread
  1. Originally Posted by mkjustuk View Post
    I have a Debian machine running NordVPN and it works, so your base setup will be fine. I'd chack the ccextractor you have downloaded as its suggesting it might not be compatible with your version of Deb.
    What version of ccextractor are you using? I installed this one ccextractor_0.94-dmo4_amd64.deb

    Originally Posted by PunchDrunkL0ve View Post
    Glad to hear.

    my cfg file looks like this:
    Code:
    dl:
      sub_format: srt
    That's exactly how I had it as well, and have it on my windows machine like that but just doesn't like it on Debian.


    Tried downloading from UKTV but goes straight to failing on the subs and says:

    ❌ Download Failed...
    An unexpected error occurred in one of the download workers.
    See the error trace above for more information.

    Using this command:

    devine dl --sub-format srt UKTV https://u.co.uk/shows/jamali-maddix-follow-the-leader/series-1/episode-1/6361425730112
    Last edited by SaLTy; 17th Sep 2024 at 14:45.
    Quote Quote  
  2. Member
    Join Date
    Dec 2023
    Location
    Spain
    Search Comp PM
    Originally Posted by SaLTy View Post
    What version of ccextractor are you using? I installed this one ccextractor_0.94-dmo4_amd64.deb
    That looks right, my package list shows:

    ccextractor 1:0.94-dmo4 amd64
    Quote Quote  
  3. Member
    Join Date
    Dec 2023
    Location
    Spain
    Search Comp PM
    Originally Posted by SaLTy View Post

    CalledProcessError: Command '[PosixPath('/usr/local/bin/ccextractor'), '-trim',
    '-nobom', '-noru', '-ru1', '-o',
    PosixPath('/tmp/devine/Subtitle_ccextractor-d4d91e4a_en.srt'),
    PosixPath('/tmp/devine/Video_d4d91e4a_repack.mp4')]' returned non-zero exit
    status 4.
    I checked my directories and I have ccextractor showing in /usr/bin and not in /usr/local/bin
    Maybe try checking your paths (echo $PATH) for it's presence and copy it around?
    Quote Quote  
  4. Originally Posted by mkjustuk View Post
    Originally Posted by SaLTy View Post

    CalledProcessError: Command '[PosixPath('/usr/local/bin/ccextractor'), '-trim',
    '-nobom', '-noru', '-ru1', '-o',
    PosixPath('/tmp/devine/Subtitle_ccextractor-d4d91e4a_en.srt'),
    PosixPath('/tmp/devine/Video_d4d91e4a_repack.mp4')]' returned non-zero exit
    status 4.
    I checked my directories and I have ccextractor showing in /usr/bin and not in /usr/local/bin
    Maybe try checking your paths (echo $PATH) for it's presence and copy it around?
    I moved it to /usr/bin but it's still having the issues. It's really random as I can download from ALL4 and MY5 using the default downloader (not with aria2c even though that is located in /usr/bin as well) and without adding --sub-format srt. Other sites like STV and UKTV fail straight away.
    Quote Quote  
  5. Originally Posted by SaLTy View Post
    Originally Posted by mkjustuk View Post
    I have a Debian machine running NordVPN and it works, so your base setup will be fine. I'd chack the ccextractor you have downloaded as its suggesting it might not be compatible with your version of Deb.
    What version of ccextractor are you using? I installed this one ccextractor_0.94-dmo4_amd64.deb

    Originally Posted by PunchDrunkL0ve View Post
    Glad to hear.

    my cfg file looks like this:
    Code:
    dl:
      sub_format: srt
    That's exactly how I had it as well, and have it on my windows machine like that but just doesn't like it on Debian.


    Tried downloading from UKTV but goes straight to failing on the subs and says:

    ❌ Download Failed...
    An unexpected error occurred in one of the download workers.
    See the error trace above for more information.

    Using this command:

    devine dl --sub-format srt UKTV https://u.co.uk/shows/jamali-maddix-follow-the-leader/series-1/episode-1/6361425730112
    im getting the same error on windows.


    I tired different downloaders(default and aria2c) and different paths to temp/cache etc.. but no luck. tired different VPNs and different vpn endpoints but still the same. The logs files dont seem to shed any light on whats going on.

    I confirmed all the prerequisites are installed and path are valid as i can auto complete and run the commands in powershell. I renamed all shaka-packager and ccextractor from the repo names to just shaka-packager.exe and ccextractor.exe

    Anyone have any other suggestions. Having to wait for 10+ mins for a file to download to confirm if my changes work in torture.


    IS there a way for the downloaded files to be saved until decrypted so i dont have to download them everytime?

    Image
    [Attachment 82322 - Click to enlarge]



    my config
    HTML Code:
    directories:
        services: 'C:\Users\winvictim\AppData\Local\devine\services'
        WVDs: 'C:\Users\winvictim\AppData\Local\devine\utils\wvd\ANDROID_8159_l3.wvd'
        downloads: 'C:\Users\winvictim\AppData\Local\devine\downloads'
        temp: 'C:\Users\winvictim\AppData\Local\devine\temp'
        cache: 'C:\Users\winvictim\AppData\Local\devine\cache'
    
    cdm:
        default: ANDROID_8159_l3
    
    #downloader:
    #    aria2c
    
    dl:
        sub_format: srt
        
    key_vaults:
      - type: SQLite
        name: Local Vault
        path: C:\Users\winvictim\AppData\Local\devine\key_store.db
    
    tag: 'NOGRP'
    
    profiles:
      default: default

    Error i am seeing
    HTML Code:
    │ C:\Users\winvictim\AppData\Local\Programs\Python\Python311\Lib\site-packages │
    │ \devine\core\drm\widevine.py:291 in decrypt                                  │
    │                                                                              │
    │   288 │   │   │   p.wait()                                                   │
    │   289 │   │   │                                                              │
    │   290 │   │   │   if p.returncode != 0 or had_error:                         │
    │ > 291 │   │   │   │   raise subprocess.CalledProcessError(p.returncode, argu │
    │   292 │   │   │                                                              │
    │   293 │   │   │   path.unlink()                                              │
    │   294 │   │   │   if not stream_skipped:                                     │
    └──────────────────────────────────────────────────────────────────────────────┘
    CalledProcessError: Command
    '['input=C:\\Users\\winvictim\\AppData\\Local\\devine\\temp\\Video_930f14ce.mp4,
    stream=0,output=C:\\Users\\winvictim\\AppData\\Local\\devine\\temp\\Video_930f14
    ce_decrypted.mp4,output_format=MP4', '--enable_raw_key_decryption', '--keys',
    'label=0:key_id=47da0115a5f0f319dc1f2d28f83185ce:key=ee67c5e0ce5019e9532dd151683
    d4b03,label=1:key_id=00000000000000000000000000000000:key=ee67c5e0ce5019e9532dd1
    51683d4b03', '--temp_dir',
    WindowsPath('C:/Users/winvictim/AppData/Local/devine/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  



Similar Threads

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