Sixline / VortexDM

Vortex Download Manager (VortexDM) - An open-source Python Internet download manager with a high speed multi-connection engine. It downloads general files and videos. Developed in Python, based on "PycURL" and "youtube_dl".
GNU General Public License v3.0
31 stars 13 forks source link

VDM don't work #10

Closed piksg closed 11 months ago

piksg commented 1 year ago

With any YouTube video I've been getting this error:

-------------------- VDM -------------------- Starting VDM version: 2022.1.0 Frozen operating system: Os: Windows - Platform: Windows-10-10.0.17763 - Machine: AMD64 Python version: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] current working directory: C:\Users\psg\Soft\VortexDM FFMPEG: C:\Users\psg\Soft\VortexDM\ffmpeg.exe, version: N-107804-gaa9eabb7a5-20220816 Tkinter version: 8.6.12 AwesomeTkinter version: 2021.11.8 Pillow version: 9.2.0 PyCUrl version: PycURL/"7.45.1" libcurl/7.84.0-DEV OpenSSL/3.0.5 (Schannel) zlib/1.2.12 c-ares/1.18.1 WinIDN libssh2/1.9.0_DEV nghttp2/1.46.0

controller.get_d_list()> sending d_list url watchdog active! systray disabled in settings ... Gui Loading time: 1.24 seconds [youtube] Extracting URL: https://www.youtube.com/watch?v=T07bHOGe__8 [youtube] T07bHOGe8: Downloading webpage [youtube] T07bHOGe8: Downloading ios player API JSON [youtube] T07bHOGe8: Downloading android player API JSON [youtube] T07bHOGe8: Downloading m3u8 information [info] T07bHOGe8: Downloading subtitles: en [info] T07bHOGe8: Downloading subtitles: en controller.create_video_playlist: unsupported operand type(s) for *: 'NoneType' and 'int'

badbabykosh commented 12 months ago

Ditto.....here is output...

>> -------------------- VDM --------------------
>> Starting VDM version: 2022.1.0 Non-Frozen
>> operating system: Os: Linux - Platform: Linux-6.2.6-76060206-generic-x86_64-with-glibc2.35 - Machine: x86_64
Distribution: ('Pop!_OS', '22.04', 'jammy')
>> Python version: 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0]
>> current working directory: /home/kosh/.local/lib/python3.10/site-packages/vdm
>> FFMPEG: /usr/bin/ffmpeg, version: 4.4.2-0ubuntu0.22.04.1
>> Tkinter version: 8.6.12
>> AwesomeTkinter version: 2021.11.8
>> Pillow version: 9.0.1
>> PyCUrl version: PycURL/7.45.1 libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.14
>> 
>> controller.get_d_list()> sending d_list
>> url watchdog active!
>> systray disabled in settings ...
>> Gui Loading time: 1.11 seconds 
url_watchdog, new url:  https://www.youtube.com/watch?v=c-9KNscPGeY
>> creating video playlist
>> [youtube] c-9KNscPGeY: Downloading webpage
>> ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
>> no video streams detected
Sixline commented 12 months ago

The latest version of yt-dlp broke something. If you can revert to a previous working version you should be okay. Stand by for a fix.

Sixline commented 11 months ago

Fixed, use latest release.