HTTPX no socks4/4a proxy support #2876
Unanswered
KRRT7
asked this question in
Potential Issue
Replies: 1 comment
-
I keep facing this issue as well. I need to use socks to run neokray over a vless vpn. But constantly run into this error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using Socks4/4a proxies i get an
File "C:\Users\Divine\Desktop\Devel\HTTPX_SOCKS_MWE\venv\Lib\site-packages\httpx\_config.py", line 337, in __init__ raise ValueError(f"Unknown scheme for proxy URL {url!r}") ValueError: Unknown scheme for proxy URL URL('socks4://47.113.219.226:8082')
error, the code i use to get this error is
the proxies.txt file looks like this
Beta Was this translation helpful? Give feedback.
All reactions