VideoHelp Forum




+ Reply to Thread
Page 57 of 58
FirstFirst ... 7 47 55 56 57 58 LastLast
Results 1,681 to 1,710 of 1716
  1. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    Originally Posted by iamkennethy_ View Post
    Image
    [Attachment 87345 - Click to enlarge]


    did a re-install with devine, python 3.12 and set up everything, looking back at some threads, and other threads, and i got this error. can somebody who's as much as an expert help me out with this?

    i also need someone help me out doing a complete re-install with everything so i can get devine to work properly.
    ^^ i need help with this.
    Quote Quote  
  2. Originally Posted by iamkennethy_ View Post
    Originally Posted by iamkennethy_ View Post
    Image
    [Attachment 87345 - Click to enlarge]


    did a re-install with devine, python 3.12 and set up everything, looking back at some threads, and other threads, and i got this error. can somebody who's as much as an expert help me out with this?

    i also need someone help me out doing a complete re-install with everything so i can get devine to work properly.
    ^^ i need help with this.
    Hi iamkennethy,

    I'm in no way and expert but I'll try to help you using a guide already on the site which I used to setup devine but adapted it a bit myself when I ran into errors
    I used the guide here - https://forum.videohelp.com/threads/414154-Devine-Modular-Movie-TV-and-Music-Archival-...oftware/page44 post number #1304

    When you get to the section

    Code:
    # Poetry "1.8.4"
    (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --version 1.8.4
    
    #Exit the Administrator Console!!!;
    exit;
    change the poetry version to this

    Code:
    # Poetry "2.1.3"
    (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --version 2.1.3
    
    #Exit the Administrator Console!!!;
    exit;
    then run this command from command prompt as admin

    Code:
    pip install poetry-plugin-shell
    Then after that carry on and follow the guide, you may get errors on this section as I'm not sure if these files exist now

    #########################
    #[5] # Download WVD, PEM:
    #########################

    Code:
    # Download WVD File; 
    Invoke-WebRequest `
    https://files.videohelp.com/u/33133/samsung_sm-a025g_16.0.0_929e205b_22589_l3.wvd `
    -OutFile $home\wvd\samsung_sm-a025g_16.0.0_929e205b_22589_l3.wvd `
    #Fin; 
    
    # Download BBC PEM; 
    Invoke-WebRequest `
    https://raw.githubusercontent.com/sdhtele/VT/18f0e652d3e1a532ca85510469ff175390056b98/vinetrimmer/certs/bbciplayer.pem `
    -OutFile $home\wvd\bbciplayer.pem `
    #Fin;
    If you have your own .wvd and .pem just copy them to the C:\Users\Your User Name\wvd [folder]

    Also installing this helped for me if you're using windows https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
    Last edited by kev043; 11th Jun 2025 at 11:37.
    Quote Quote  
  3. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    Originally Posted by kev043 View Post
    Originally Posted by iamkennethy_ View Post
    Originally Posted by iamkennethy_ View Post
    Image
    [Attachment 87345 - Click to enlarge]


    did a re-install with devine, python 3.12 and set up everything, looking back at some threads, and other threads, and i got this error. can somebody who's as much as an expert help me out with this?

    i also need someone help me out doing a complete re-install with everything so i can get devine to work properly.
    ^^ i need help with this.
    Hi iamkennethy,

    I'm in no way and expert but I'll try to help you using a guide already on the site which I used to setup devine but adapted it a bit myself when I ran into errors
    I used the guide here - https://forum.videohelp.com/threads/414154-Devine-Modular-Movie-TV-and-Music-Archival-...oftware/page44 post number #1304

    When you get to the section

    Code:
    # Poetry "1.8.4"
    (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --version 1.8.4
    
    #Exit the Administrator Console!!!;
    exit;
    change the poetry version to this

    Code:
    # Poetry "2.1.3"
    (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --version 2.1.3
    
    #Exit the Administrator Console!!!;
    exit;
    then run this command from command prompt as admin

    Code:
    pip install poetry-plugin-shell
    Then after that carry on and follow the guide, you may get errors on this section as I'm not sure if these files exist now

    #########################
    #[5] # Download WVD, PEM:
    #########################

    Code:
    # Download WVD File; 
    Invoke-WebRequest `
    https://files.videohelp.com/u/33133/samsung_sm-a025g_16.0.0_929e205b_22589_l3.wvd `
    -OutFile $home\wvd\samsung_sm-a025g_16.0.0_929e205b_22589_l3.wvd `
    #Fin; 
    
    # Download BBC PEM; 
    Invoke-WebRequest `
    https://raw.githubusercontent.com/sdhtele/VT/18f0e652d3e1a532ca85510469ff175390056b98/vinetrimmer/certs/bbciplayer.pem `
    -OutFile $home\wvd\bbciplayer.pem `
    #Fin;
    If you have your own .wvd and .pem just copy them to the C:\Users\Your User Name\wvd [folder]

    Also installing this helped for me if you're using windows https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
    just did it, but i feel like i am missing something because when i retried downloading smth off tubi, i still got this error. do i have to upgrade, add or remove anything?
    Image
    [Attachment 87367 - Click to enlarge]
    Quote Quote  
  4. Did you follow all the steps from this guide but change the parts I said? Did all the steps go through with no errors? also how have you got your devine.yaml set?
    Quote Quote  
  5. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    Originally Posted by kev043 View Post
    Did you follow all the steps from this guide but change the parts I said? Did all the steps go through with no errors? also how have you got your devine.yaml set?
    Image
    [Attachment 87371 - Click to enlarge]

    Image
    [Attachment 87372 - Click to enlarge]

    how its set up
    Quote Quote  
  6. 2nd Army Bridgeburners. WhiskeyJack's Avatar
    Join Date
    Aug 2024
    Location
    Torshavn
    Search PM
    Originally Posted by iamkennethy_ View Post
    Originally Posted by kev043 View Post
    Originally Posted by iamkennethy_ View Post
    Originally Posted by iamkennethy_ View Post
    Image
    [Attachment 87345 - Click to enlarge]


    did a re-install with devine, python 3.12 and set up everything, looking back at some threads, and other threads, and i got this error. can somebody who's as much as an expert help me out with this?

    i also need someone help me out doing a complete re-install with everything so i can get devine to work properly.
    ^^ i need help with this.
    Hi iamkennethy,

    I'm in no way and expert but I'll try to help you using a guide already on the site which I used to setup devine but adapted it a bit myself when I ran into errors
    I used the guide here - https://forum.videohelp.com/threads/414154-Devine-Modular-Movie-TV-and-Music-Archival-...oftware/page44 post number #1304

    When you get to the section

    Code:
    # Poetry "1.8.4"
    (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --version 1.8.4
    
    #Exit the Administrator Console!!!;
    exit;
    change the poetry version to this

    Code:
    # Poetry "2.1.3"
    (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --version 2.1.3
    
    #Exit the Administrator Console!!!;
    exit;
    then run this command from command prompt as admin

    Code:
    pip install poetry-plugin-shell
    Then after that carry on and follow the guide, you may get errors on this section as I'm not sure if these files exist now

    #########################
    #[5] # Download WVD, PEM:
    #########################

    Code:
    # Download WVD File; 
    Invoke-WebRequest `
    https://files.videohelp.com/u/33133/samsung_sm-a025g_16.0.0_929e205b_22589_l3.wvd `
    -OutFile $home\wvd\samsung_sm-a025g_16.0.0_929e205b_22589_l3.wvd `
    #Fin; 
    
    # Download BBC PEM; 
    Invoke-WebRequest `
    https://raw.githubusercontent.com/sdhtele/VT/18f0e652d3e1a532ca85510469ff175390056b98/vinetrimmer/certs/bbciplayer.pem `
    -OutFile $home\wvd\bbciplayer.pem `
    #Fin;
    If you have your own .wvd and .pem just copy them to the C:\Users\Your User Name\wvd [folder]

    Also installing this helped for me if you're using windows https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
    just did it, but i feel like i am missing something because when i retried downloading smth off tubi, i still got this error. do i have to upgrade, add or remove anything?
    Image
    [Attachment 87367 - Click to enlarge]

    did you correct the file mentioned earlier for Tubi? This https://forum.videohelp.com/threads/414154-Devine-Modular-Movie-TV-and-Music-Archival-...39#post2759911

    Also, there may be a formetting issue with your devine.yaml, specifically the keyvaults section
    it's imperitive that you have
    Code:
    key_vaults:
    - type: SQLite
      name: Local Vault
      path: C:\Users\owner\AppData\Local\devine\key_store.db
    the t in type needs to be two spaces from the edge
    Last edited by WhiskeyJack; 12th Jun 2025 at 15:24.
    Quote Quote  
  7. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    Originally Posted by WhiskeyJack View Post
    Originally Posted by iamkennethy_ View Post
    Originally Posted by kev043 View Post
    Originally Posted by iamkennethy_ View Post
    Originally Posted by iamkennethy_ View Post
    Image
    [Attachment 87345 - Click to enlarge]


    did a re-install with devine, python 3.12 and set up everything, looking back at some threads, and other threads, and i got this error. can somebody who's as much as an expert help me out with this?

    i also need someone help me out doing a complete re-install with everything so i can get devine to work properly.
    ^^ i need help with this.
    Hi iamkennethy,

    I'm in no way and expert but I'll try to help you using a guide already on the site which I used to setup devine but adapted it a bit myself when I ran into errors
    I used the guide here - https://forum.videohelp.com/threads/414154-Devine-Modular-Movie-TV-and-Music-Archival-...oftware/page44 post number #1304

    When you get to the section

    Code:
    # Poetry "1.8.4"
    (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --version 1.8.4
    
    #Exit the Administrator Console!!!;
    exit;
    change the poetry version to this

    Code:
    # Poetry "2.1.3"
    (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --version 2.1.3
    
    #Exit the Administrator Console!!!;
    exit;
    then run this command from command prompt as admin

    Code:
    pip install poetry-plugin-shell
    Then after that carry on and follow the guide, you may get errors on this section as I'm not sure if these files exist now

    #########################
    #[5] # Download WVD, PEM:
    #########################

    Code:
    # Download WVD File; 
    Invoke-WebRequest `
    https://files.videohelp.com/u/33133/samsung_sm-a025g_16.0.0_929e205b_22589_l3.wvd `
    -OutFile $home\wvd\samsung_sm-a025g_16.0.0_929e205b_22589_l3.wvd `
    #Fin; 
    
    # Download BBC PEM; 
    Invoke-WebRequest `
    https://raw.githubusercontent.com/sdhtele/VT/18f0e652d3e1a532ca85510469ff175390056b98/vinetrimmer/certs/bbciplayer.pem `
    -OutFile $home\wvd\bbciplayer.pem `
    #Fin;
    If you have your own .wvd and .pem just copy them to the C:\Users\Your User Name\wvd [folder]

    Also installing this helped for me if you're using windows https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
    just did it, but i feel like i am missing something because when i retried downloading smth off tubi, i still got this error. do i have to upgrade, add or remove anything?
    Image
    [Attachment 87367 - Click to enlarge]

    did you correct the file mentioned earlier for Tubi? This https://forum.videohelp.com/threads/414154-Devine-Modular-Movie-TV-and-Music-Archival-...39#post2759911

    Also, there may be a formetting issue with your devine.yaml, specifically the keyvaults section
    it's imperitive that you have
    Code:
    key_vaults:
    - type: SQLite
      name: Local Vault
      path: C:\Users\owner\AppData\Local\devine\key_store.db
    the t in type needs to be two spaces from the edge
    Image
    [Attachment 87384 - Click to enlarge]

    fixed it and got this error, (tried doing a test on ripping an episode off of pluto)
    Last edited by iamkennethy_; 12th Jun 2025 at 19:27.
    Quote Quote  
  8. 2nd Army Bridgeburners. WhiskeyJack's Avatar
    Join Date
    Aug 2024
    Location
    Torshavn
    Search PM
    Post up your newly edited devine.yaml
    If possible, not a screenshot
    Quote Quote  
  9. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    Originally Posted by WhiskeyJack View Post
    Post up your newly edited devine.yaml
    If possible, not a screenshot
    directories:
    services: C:\Users\owner\Downloads\devine\services
    temp: C:\Users\Owner\AppData\Local\devine\temp
    downloads: C:\Users\owner\Downloads\devine\downloads
    cookies: C:\Users\Owner\AppData\Local\devine\cookies
    cache: C:\Users\Owner\AppData\Local\devine\cache
    logs: C:\Users\Owner\AppData\Local\devine\Logs
    wvds: C:\Users\Owner\AppData\Local\devine\wvds
    cdm:
    default: 22594_l3
    credentials:
    TUBI:
    PLUTO:
    key_vaults:
    type: SQLite
    name: Local Vault
    path: C:\Users\owner\AppData\Local\devine\key_store.db

    tag: ''
    downloader: aria2c

    profiles:
    default: default

    dl:
    sub_format: subrip

    i put my credentials on the thing but i didnt put it here for a reason
    Quote Quote  
  10. 2nd Army Bridgeburners. WhiskeyJack's Avatar
    Join Date
    Aug 2024
    Location
    Torshavn
    Search PM
    try this, do note the formatting.

    Code:
    directories:
        services: C:\Users\owner\Downloads\devine\services
        temp: C:\Users\Owner\AppData\Local\devine\temp
        downloads: C:\Users\owner\Downloads\devine\downloads
        cookies: C:\Users\Owner\AppData\Local\devine\cookies
        cache: C:\Users\Owner\AppData\Local\devine\cache
        logs: C:\Users\Owner\AppData\Local\devine\Logs
        wvds: C:\Users\Owner\AppData\Local\devine\wvds
    cdm:
        default: 22594_l3
    credentials:
        TUBI:
        PLUTO:
    key_vaults:
    - type: SQLite
      name: Local Vault
      path: C:\Users\owner\AppData\Local\devine\key_store.db
    
    tag: ''
    downloader: aria2c
    
    profiles:
    default: default
    
    dl:
    sub_format: subrip
    Quote Quote  
  11. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    ok thank you

    UPDATE: yooo it works, tysm. ive been dealing with this and nobody helped me, and thank god you was there.
    Quote Quote  
  12. 2nd Army Bridgeburners. WhiskeyJack's Avatar
    Join Date
    Aug 2024
    Location
    Torshavn
    Search PM
    Originally Posted by iamkennethy_ View Post
    ok thank you

    UPDATE: yooo it works, tysm. ive been dealing with this and nobody helped me, and thank god you was there.
    You're welcome. I've noticed your posts earlier, and seen the advice given, but I'm surprised no-one picked up on the errors given.
    Glad it's working for you now.
    Quote Quote  
  13. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    Originally Posted by iamkennethy_ View Post
    y'all know how to fix this?
    Quote Quote  
  14. 2nd Army Bridgeburners. WhiskeyJack's Avatar
    Join Date
    Aug 2024
    Location
    Torshavn
    Search PM
    that's a service issue, not your installation. And that video is not available for me, sorry

    But at a guess, try editing the __init__.py file in the TUBI folder in devine services.
    specifically line 17 to
    Code:
    from devine.core.tracks import Chapter, Subtitle, Track, Tracks
    As I said, that video isn't available to me, and I'm assuming you are using StabbedbyBricks devine services from https://cdm-project.com/stabbedbybrick/devine-services

    This is the previous version of said file.
    https://cdm-project.com/stabbedbybrick/devine-services/src/commit/6567f745472f113661c4...BI/__init__.py
    Last edited by WhiskeyJack; 13th Jun 2025 at 16:21.
    Quote Quote  
  15. Originally Posted by iamkennethy_ View Post
    Originally Posted by iamkennethy_ View Post
    y'all know how to fix this?
    Hi there, I'm glad you're sort of getting there, I was going to post my devine.yaml to help you out.

    What service and video is failing for you? maybe I can test it.
    Quote Quote  
  16. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    Originally Posted by WhiskeyJack View Post
    that's a service issue, not your installation. And that video is not available for me, sorry

    But at a guess, try editing the __init__.py file in the TUBI folder in devine services.
    specifically line 17 to
    Code:
    from devine.core.tracks import Chapter, Subtitle, Track, Tracks
    As I said, that video isn't available to me, and I'm assuming you are using StabbedbyBricks devine services from https://cdm-project.com/stabbedbybrick/devine-services

    This is the previous version of said file.
    https://cdm-project.com/stabbedbybrick/devine-services/src/commit/6567f745472f113661c4...BI/__init__.py
    Image
    [Attachment 87395 - Click to enlarge]


    alright so this is the error im getting rn. also is there a cookies extension for edge (it says firefox and chromium on the github thing) bc i put the cookies in the tubi folder and in the folder where cookies are located (what it says in the yaml file), and it didnt solve the error
    Quote Quote  
  17. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    Originally Posted by iamkennethy_ View Post
    Originally Posted by WhiskeyJack View Post
    that's a service issue, not your installation. And that video is not available for me, sorry

    But at a guess, try editing the __init__.py file in the TUBI folder in devine services.
    specifically line 17 to
    Code:
    from devine.core.tracks import Chapter, Subtitle, Track, Tracks
    As I said, that video isn't available to me, and I'm assuming you are using StabbedbyBricks devine services from https://cdm-project.com/stabbedbybrick/devine-services

    This is the previous version of said file.
    https://cdm-project.com/stabbedbybrick/devine-services/src/commit/6567f745472f113661c4...BI/__init__.py
    Image
    [Attachment 87395 - Click to enlarge]


    alright so this is the error im getting rn. also is there a cookies extension for edge (it says firefox and chromium on the github thing) bc i put the cookies in the tubi folder and in the folder where cookies are located (what it says in the yaml file), and it didnt solve the error

    resolved this issue by renaming the cookies to js "TUBI" and now im getting "HTTPError: 400 Client Error: Bad Request for url:
    https://uapi.adrise.tv/cms/content"
    Quote Quote  
  18. Hi,

    Does anyone have any idea why devine won't download this:

    Code:
    devine dl iP https://www.bbc.co.uk/iplayer/episode/b088pm6z/not-going-out-series-8-1-romance
    Seems to be something weird about Series 8, the other series download just fine.
    get_Iplayer downloads this okay, but in 720p whereas the rest of the series are available at 1080p.

    The only thing of note I can see in the output is this:
    Code:
    Track's HLS playlist has no segments, expecting an invariant M3U8 playlist.
    Quote Quote  
  19. Originally Posted by dodgydodgy View Post
    Hi,

    Does anyone have any idea why devine won't download this:

    Code:
    devine dl iP https://www.bbc.co.uk/iplayer/episode/b088pm6z/not-going-out-series-8-1-romance
    Seems to be something weird about Series 8, the other series download just fine.
    get_Iplayer downloads this okay, but in 720p whereas the rest of the series are available at 1080p.

    The only thing of note I can see in the output is this:
    Code:
    Track's HLS playlist has no segments, expecting an invariant M3U8 playlist.
    I'm not sure, but maybe there's some kind of broken structure in the season. Try downloading it episode by episode.
    https://www.bbc.co.uk/iplayer/episode/b088pm6z/not-going-out-series-8-1-romance?series...ral-8-b088pm0k
    Quote Quote  
  20. Originally Posted by ListyDoM View Post
    I'm not sure, but maybe there's some kind of broken structure in the season. Try downloading it episode by episode.
    https://www.bbc.co.uk/iplayer/episode/b088pm6z/not-going-out-series-8-1-romance?series...ral-8-b088pm0k
    .
    I get the same result with that - it fails to dl the video track, and only downloads the audio and subtitles.
    Quote Quote  
  21. screen
    Image Attached Thumbnails Click image for larger version

Name:	Screenshot_635.jpg
Views:	6
Size:	71.0 KB
ID:	87418  

    Quote Quote  
  22. Originally Posted by dodgydodgy View Post
    Originally Posted by ListyDoM View Post
    I'm not sure, but maybe there's some kind of broken structure in the season. Try downloading it episode by episode.
    https://www.bbc.co.uk/iplayer/episode/b088pm6z/not-going-out-series-8-1-romance?series...ral-8-b088pm0k
    .
    I get the same result with that - it fails to dl the video track, and only downloads the audio and subtitles.
    Hmm, indeed, 1080p does not want to load, probably some issue with the video file
    Image Attached Thumbnails Click image for larger version

Name:	Screenshot_636.jpg
Views:	5
Size:	41.3 KB
ID:	87419  

    Quote Quote  
  23. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    Originally Posted by iamkennethy_ View Post
    Originally Posted by iamkennethy_ View Post
    Originally Posted by WhiskeyJack View Post
    that's a service issue, not your installation. And that video is not available for me, sorry

    But at a guess, try editing the __init__.py file in the TUBI folder in devine services.
    specifically line 17 to
    Code:
    from devine.core.tracks import Chapter, Subtitle, Track, Tracks
    As I said, that video isn't available to me, and I'm assuming you are using StabbedbyBricks devine services from https://cdm-project.com/stabbedbybrick/devine-services

    This is the previous version of said file.
    https://cdm-project.com/stabbedbybrick/devine-services/src/commit/6567f745472f113661c4...BI/__init__.py
    Image
    [Attachment 87395 - Click to enlarge]


    alright so this is the error im getting rn. also is there a cookies extension for edge (it says firefox and chromium on the github thing) bc i put the cookies in the tubi folder and in the folder where cookies are located (what it says in the yaml file), and it didnt solve the error

    resolved this issue by renaming the cookies to js "TUBI" and now im getting "HTTPError: 400 Client Error: Bad Request for url:
    https://uapi.adrise.tv/cms/content"
    hello? is this a service thing, installation error, do i need to fix anything or....??
    Quote Quote  
  24. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  25. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    ok, yea, ik im acting like an ass but now i cant even rip anything from tubi after i updated it with the newest folder and added it into service and im getting this same exact error and yea i get it, tubi's being an ass with devine and having issues n allat but before i updated the tubi service with the latest it was letting me download things, but now its not letting me do anything.

    and yes i know some people aren't experts and don't know how to fix stuff like this, but still though, i still need help getting through this error. and i get it some of y'all got a life, busy n allat.

    im sorry to anyone whos seeing this but i just dont like the fact people act careless to help me with something i need help getting past through so i can keep continuing to rip shows. (i do not use a vpn btw, i am from the united states)
    Quote Quote  
  26. 2nd Army Bridgeburners. WhiskeyJack's Avatar
    Join Date
    Aug 2024
    Location
    Torshavn
    Search PM
    Originally Posted by iamkennethy_ View Post

    hello? is this a service thing, installation error, do i need to fix anything or....??
    You're gonna have to post an issue here https://cdm-project.com/stabbedbybrick/devine-services since it is stabbedbybricks services you are using.
    As I said it's a services issue. And as I post above, I cannot access the video in question to see what is causing what's wrong.
    Quote Quote  
  27. Originally Posted by iamkennethy_ View Post
    ok, yea, ik im acting like an ass but now i cant even rip anything from tubi after i updated it with the newest folder and added it into service and im getting this same exact error and yea i get it, tubi's being an ass with devine and having issues n allat but before i updated the tubi service with the latest it was letting me download things, but now its not letting me do anything.

    and yes i know some people aren't experts and don't know how to fix stuff like this, but still though, i still need help getting through this error. and i get it some of y'all got a life, busy n allat.

    im sorry to anyone whos seeing this but i just dont like the fact people act careless to help me with something i need help getting past through so i can keep continuing to rip shows. (i do not use a vpn btw, i am from the united states)
    What is it you're trying to download of TUBI? as I've just tested and what I tested downloaded fine. Have you got any services to work okay?
    Quote Quote  
  28. Member
    Join Date
    Jun 2025
    Location
    United Kingdom
    Search PM
    Hi, everybody – and thank you for all the useful contributions which has enabled me to successfully install and run Devine over the past few months. As mentioned by others, in recent weeks, I have been unable to download anything from ITV(X); Devine just hangs on "Fetching Title Metadata". I have double-checked that I have the latest version of Stabbedbybrick's ITV service installed, which I had done a few months ago already, but even reinstalling it again hasn't made any difference. Any other suggestions of things I can try? All other services work without any issues, so I don't think there's anything wrong with my main installation.
    Image
    [Attachment 87516 - Click to enlarge]
    Quote Quote  
  29. Member
    Join Date
    Dec 2024
    Location
    United States
    Search PM
    Originally Posted by kev043 View Post
    Originally Posted by iamkennethy_ View Post
    ok, yea, ik im acting like an ass but now i cant even rip anything from tubi after i updated it with the newest folder and added it into service and im getting this same exact error and yea i get it, tubi's being an ass with devine and having issues n allat but before i updated the tubi service with the latest it was letting me download things, but now its not letting me do anything.

    and yes i know some people aren't experts and don't know how to fix stuff like this, but still though, i still need help getting through this error. and i get it some of y'all got a life, busy n allat.

    im sorry to anyone whos seeing this but i just dont like the fact people act careless to help me with something i need help getting past through so i can keep continuing to rip shows. (i do not use a vpn btw, i am from the united states)
    What is it you're trying to download of TUBI? as I've just tested and what I tested downloaded fine. Have you got any services to work okay?
    https://tubitv.com/series/300015509/everybody-hates-chris

    i downloaded this show early 2025, it worked fine, but it doesnt work no more. tried to do some other shows but they failed, with the same exact error. mind you, i already posted the issue on the cdm project site thing where the services are. pluto is doing good
    Last edited by iamkennethy_; 20th Jun 2025 at 12:54.
    Quote Quote  



Similar Threads

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