Skip to content
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

Enable/add socks proxy support (for windows build) #1424

Closed
c33s opened this issue Apr 2, 2021 · 5 comments
Closed

Enable/add socks proxy support (for windows build) #1424

c33s opened this issue Apr 2, 2021 · 5 comments

Comments

@c33s
Copy link

c33s commented Apr 2, 2021

gallery-dl --proxy socks5://proxy.company.com:1080 https://gallery.com/1515
[gallery][error] HttpError: InvalidSchema: Missing dependencies for SOCKS support.
@mikf
Copy link
Owner

mikf commented Apr 2, 2021

.exe for v1.17.2 now has embedded PySocks and supports SOCKS proxies.
The `executables action still needs to be updated, though.

@catshitz
Copy link

v1.19.0 no longer supports socks5
[cyberdrop][error] HttpError: InvalidSchema: Missing dependencies for SOCKS support.

@mikf
Copy link
Owner

mikf commented Oct 13, 2021

@catshitz I'm aware. I changed the way Windows executables get built and forgot to include PySocks. Will be fixed in the next release.
The executables from https://github.com/mikf/gallery-dl/actions/runs/1296444613 should still have working socks5 support, although they might trigger AV software.

@eduard93
Copy link

1.24.2 installed via pip still shows [error] HttpError: InvalidSchema: Missing dependencies for SOCKS support.

@mikf
Copy link
Owner

mikf commented Jan 5, 2023

@eduard93 pip install pysocks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants