-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gallery-dl 1.28.5 old.reddit [SSL: CERTIFICATE_VERIFY_FAILED] #7077
Comments
That 443/200 error shit seems to be happening to a couple other websites as of the last few days. Sankaku and Bunkr so far. gallery-dl --verbose https://old.reddit.com/r/MadeMeSmile/comments/1iz23ll/just_a_man_and_his_rescued_pelican_being_pals/ |
@UpscaleAnon Thanks for confirming that that old.reddit URL works on Win10 . I still run Win7 and I've been getting that error for the past 1/2 days. 443 and 200 are not errors. 443 means it's connecting over port 443(commonly used for secure HTTPS connections.) 200 means "OK" which is the standard response for successful HTTP requests . That message means that gallery-dl performed a successful(200) request over https(port 443) connection. Read this article on HTTP status codes - https://en.wikipedia.org/wiki/Http_error_code |
Does gallery-dl have a I'd like to test if I would still get the
|
You can disable the certificate validation at least with --no-check-certificate |
Where are you getting your Windows 7 compatible Python interpreters from? |
Still get
Yep! |
Wait a minute, this a
In your first log it uses legacy youtube-dl, while it uses yt-dlp for the second, working one. gallery-dl has not really anything to do with these network errors. |
Okay but why is gallery-dl standalone forwarding cookies to I don't even have youtube-dl. I checked my %PATH%
Nothing. I do have yt-dlp.exe in my %PATH%
Does gallery-dl have internal legacy youtube-dl code? |
You need to check your Python modules ( |
|
Standalone executables can only access the Python modules they were bundled with, and |
I figured there was some internal legacy youtube-dl code as File Activity View showed no read operations by gallery-dl on any other executables in my %PATH% .
I have
Thanks. |
There isn't. gallery-dl cannot use youtube-dl/yt-dlp Setting |
Version 1.28.5 - Standalone Executable (stable/windows)
WORKS Version 1.29.0-dev
Maybe an issue with urllib3 2.2.3?
Thanks!
Related #6314
The text was updated successfully, but these errors were encountered: