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,866 of 1866
-
-
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 -
Could someone please help me out with this error concerning Devine....
devine 3.3.3 requires urllib3<3.0.0,>=2.2.1, but you have urllib3 1.26.20 which is incompatible. Does anyone know what I have to upgrade..... Please....
I have already tried to install urllib3 2.2.1 but it seems to have made matters worse with the following error...
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-auth 2.22.0 requires urllib3<2.0, but you have urllib3 2.2.1 which is incompatible.
Successfully installed urllib3-2.2.1
C:\freevine-1.1.7>pip install urllib3==2.0
Collecting urllib3==2.0
Downloading urllib3-2.0.0-py3-none-any.whl.metadata (6.6 kB)
WARNING: The candidate selected for download or install is a yanked version: 'urllib3' candidate (version 2.0.0 at https://files.pythonhosted.org/packages/ca/25/fe81738a115a2f1005b19bd69b6253b7b5cd6c91...3-none-any.whl (from https://pypi.org/simple/urllib3/) (requires-python:>=3.7))
Reason for being yanked: Truncated response bodies when streaming a large compressed body. Upgrade to at least 2.0.2 (See: https://github.com/urllib3/urllib3/issues/3009)
Downloading urllib3-2.0.0-py3-none-any.whl (123 kB)
Installing collected packages: urllib3
Attempting uninstall: urllib3
Found existing installation: urllib3 2.2.1
Uninstalling urllib3-2.2.1:
Successfully uninstalled urllib3-2.2.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
devine 3.3.3 requires urllib3<3.0.0,>=2.2.1, but you have urllib3 2.0.0 which is incompatible.
google-auth 2.22.0 requires urllib3<2.0, but you have urllib3 2.0.0 which is incompatible.
Successfully installed urllib3-2.0.0
I assumed it was asking for urllib3 2.2.1,... but that was wrong, I then tried 2.0.0 but that's wrong as well. Can someone please help. -
Look in pyproject.toml. Find urllib and change the upper bound to the value 3.1.26.20. Then try the install again..
Edit
You also might take the opportunity to change from poetry to uv
just run that in the pyproject.toml folder and thenCode:uvx migrate-to-uv
will workCode:uv run devine
Last edited by phased; 18th Nov 2025 at 15:58.
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