Unrud / video-downloader

Download videos from websites like YouTube and many others (based on yt-dlp)
GNU General Public License v3.0
751 stars 95 forks source link

video-downloader 0.10.10: Exception: unsupported version of Python. #175

Open rjakubo opened 1 year ago

rjakubo commented 1 year ago

Hi,

currently i use the latest version 0.10.10 of video-downloader on ubuntu 18.04. When i try to perform a download, the following exception occurs:

screenshot1

I perform the download also directly with the latest standalone x64 binary of yt-dlp from release 2022.10.04. It works fine with python 3.6.9. Therefore i don't understand why the exception occurs. As i see, this problem was already reported #146. Is the check for the python version activated again?

Best regards, Robert

Unrud commented 1 year ago

The problem is caused by AppArmor. It's fixed in Ubuntu 20.04. The error message is a red herring. Duplicate of #173.

rjakubo commented 1 year ago

Thank's for your feedback. But I don't get the issue with AppArmor on Ubuntu 18.04. The download, e.g. of some youtube video, works without any problems when I use for that the latest standalone x64 binary of yt-dlp from release 2022.10.04.

Unrud commented 1 year ago

The download, e.g. of some youtube video, works without any problems when I use for that the latest standalone x64 binary of yt-dlp from release 2022.10.04.

Yes, the issue only affects the Snap version. The Flatpak version works too.

rjakubo commented 1 year ago

ok