Hi Everyone...
Really hoping someone can remind me of what I need to do:.... Although still downloading fine I am seeing an error... (seems I may have accidently updated some python items by mistake). my error: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (5.2.0)/charset_normalizer (2.0.12) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
How would I go about correcting this please.. all i can remember is something along the lines of pip install --- but then is it ==... (all i can think is that i need to downgrade something) . for more clarity see screenshot.
[Attachment 89458 - Click to enlarge]
+ Reply to Thread
Results 1,861 to 1,864 of 1864
-
-
I'm getting this error with ALL4, ITVX, My5
And this error with STVCode:/ __ \/ ____/ | / / _/ | / / ____/ / / / / __/ | | / // // |/ / __/ / /_/ / /___ | |/ // // /| / /___ /_____/_____/ |___/___/_/ |_/_____/ ⠀ v3.3.3 Copyright © 2019-2025 rlaphoenix https://github.com/devine-dl/devine Service Config loaded Loaded Cdm Widevine CDM: 4464 (L3) Loaded 0 Vaults ────────────────────────────── Service: ALL4 ─────────────────────────────── Service is not Geoblocked in your region + Using cached Tokens... Authenticated with Service ────────────────────────────── Series: Hunted ────────────────────────────── 8 Seasons, 48 Episodes ────────────────────────────── Hunted S08E01 ─────────────────────────────── Cached 1 Key to 0/0 Vaults Cached 1 Key to 0/0 Vaults 1 Video └── [H.264, SDR] | en | 1920x1080 @ 6298 kb/s, 25.000 FPS ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --:-- FAILED 1 Audio └── [AAC] | en | 2.0 | 135 kb/s ⠴ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --:-- FAILED 1 Subtitle └── [VTT] | en ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 00:00 Downloaded 5 Chapters ├── 00:00:00.000 | Chapter 01 ├── 00:14:04.480 | Chapter 02 ├── 00:25:24.280 | Chapter 03 ├── 00:37:47.440 | Chapter 04 └── 00:46:28.120 | Credits Widevine(AAAASnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAACoIARIQzk/GfJHBXChbM 4/ghJH4LxoIcmJtY2g0dHYiCDEyODkyNDU5MgA=) └── ce4fc67c91c15c285b338fe08491f82f:440d4f908e3dd529ed0a8b4bbd1915ca* ❌ Download Failed... 'charmap' codec can't decode byte 0x81 in position 121: character maps to <undefined> An unexpected error occurred in one of the download workers. See the error trace above for more information.
Anyone know of a fix?Code:/ __ \/ ____/ | / / _/ | / / ____/ / / / / __/ | | / // // |/ / __/ / /_/ / /___ | |/ // // /| / /___ /_____/_____/ |___/___/_/ |_/_____/ ⠀ v3.3.3 Copyright © 2019-2025 rlaphoenix https://github.com/devine-dl/devine Service Config loaded Loaded Cdm Widevine CDM: 4464 (L3) Loaded 0 Vaults ─────────────────────────────── Service: STV ─────────────────────────────── Service is not Geoblocked in your region ───────────────────────────── Series: Accused ────────────────────────────── 2 Seasons, 10 Episodes ───────────────────── Accused S01E01 1. Willy's Story ────────────────────── No Widevine PSSH was found for this track, is it DRM free? No Widevine PSSH was found for this track, is it DRM free? 1 Video └── [H.264, SDR] | en | 1024x576 @ 1794 kb/s, 25.000 FPS ⠦ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --:-- FAILED 1 Audio └── [AAC] | en | 127 kb/s ⠦ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --:-- FAILED 1 Subtitle └── [VTT] | en ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 00:00 Downloaded 5 Chapters ├── 00:00:00.000 ├── 00:10:41.400 ├── 00:20:18.000 ├── 00:33:02.704 └── 00:47:44.000 ❌ Download Failed... 'charmap' codec can't decode byte 0x81 in position 116: character maps to <undefined> An unexpected error occurred in one of the download workers. See the error trace above for more information. -
First id check your config. I noticed it says on yours, loaded 0 vaults.
It should say:
Type for config info:Service Config loaded
Loaded Cdm Widevine CDM: 4464 (L3)
Loaded 1 Vaults
As for the actual error, do you have all the dependencies installed?Code:devine env info
I am assuming (although not an expert by a very very long way) the dependency Unidecode isn't installed. Which could mean that a few dependencies aren't.The error message "'charmap' codec can't decode byte" typically occurs in Python when trying to read a file that contains characters not supported by the specified encoding. To resolve this, you can try opening the file with a different encoding, such as 'utf-8', which can handle a wider range of characters.
Just a few things that you could look at.Code:[tool.poetry.dependencies] python = ">=3.9,<4.0" appdirs = "^1.4.4" Brotli = "^1.1.0" click = "^8.1.7" construct = "^2.8.8" crccheck = "^1.3.0" jsonpickle = "^3.0.4" langcodes = { extras = ["data"], version = "^3.4.0" } lxml = "^5.2.1" pproxy = "^2.7.9" protobuf = "^4.25.3" pycaption = "^2.2.6" pycryptodomex = "^3.20.0" pyjwt = "^2.8.0" pymediainfo = "^6.1.0" pymp4 = "^1.4.0" pymysql = "^1.1.0" pywidevine = { extras = ["serve"], version = "^1.8.0" } PyYAML = "^6.0.1" requests = { extras = ["socks"], version = "^2.31.0" } rich = "^13.7.1" "rlaphoenix.m3u8" = "^3.4.0" "ruamel.yaml" = "^0.18.6" sortedcontainers = "^2.4.0" subtitle-filter = "^1.4.9" Unidecode = "^1.3.8" urllib3 = "^2.2.1" chardet = "^5.2.0" curl-cffi = "^0.7.0b4"
-
Cheers for the pointer regarding the dependencies.
It was working up until a few days ago. I've figured out that I've got two versions of Python and for some reason it was using the version without the dependencies (all of a sudden) so I've copied them all over and it's working like a charm again.
I will say that I haven't recently installed a 2nd version of Python, I've had both versions for a while
Similar Threads
-
How do I completely remove the music and sound effects from a movie?
By cns00 in forum EditingReplies: 1Last Post: 15th Jan 2024, 13:11 -
Which software can remove music from show but keep character dialogue?
By Mohamed61020 in forum AudioReplies: 6Last Post: 2nd Jul 2023, 22:32 -
Software for simple music videos?
By dewiclements in forum Software PlayingReplies: 3Last Post: 26th Jul 2022, 02:21 -
H.264 for archival and editing - no go?
By malling in forum Capturing and VCRReplies: 8Last Post: 20th Aug 2019, 00:51 -
Movie music too loud but dialogue too quiet fix needed
By hokkom in forum AudioReplies: 121Last Post: 4th May 2019, 09:51



Quote