You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name and version of the operating system and python version (run python --version)
Linux dibbler 6.11.5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.11.5-1 (2024-10-27) x86_64 GNU/Linux (Debian Testing)
Python 3.12.7+
What is the issue:
Deprecation Warning:
Inte ett nedladdningsfel i sig så vitt jag kan förstå utan att det snarare beror på att det är en missmatch mellan koden och den pythonversion som jag har i burken. Varningen dök upp efter senaste uppdateringen av Testing. Sannolikt så kommer det att bli varningar lite mest överallt allt eftersom python kommer att uppdateras lite mer allmänt.
svtplay-dl versions:
4.101
Operating system and Python version:
Name and version of the operating system and python version (run
python --version
)Linux dibbler 6.11.5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.11.5-1 (2024-10-27) x86_64 GNU/Linux (Debian Testing)
Python 3.12.7+
What is the issue:
Deprecation Warning:
Inte ett nedladdningsfel i sig så vitt jag kan förstå utan att det snarare beror på att det är en missmatch mellan koden och den pythonversion som jag har i burken. Varningen dök upp efter senaste uppdateringen av Testing. Sannolikt så kommer det att bli varningar lite mest överallt allt eftersom python kommer att uppdateras lite mer allmänt.
Varningen:
/usr/bin/svtplay-dl:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
from pkg_resources import load_entry_point
The text was updated successfully, but these errors were encountered: