Open mohammadhoseinazaddel opened 1 week ago
In version 2.4.12 (2024-11-15):
httpx-socks
has been integrated into the compiled versions (Windows and Linux) - enabling support for HTTP/SOCKS proxies.Config -> Settings -> Proxy URL
, or you can use the environment variables: HTTP_PROXY
, HTTPS_PROXY
.In version 2.4.12 (2024-11-15):
httpx-socks
has been integrated into the compiled versions (Windows and Linux) - enabling support for HTTP/SOCKS proxies.- proxy settings have been added under:
Config -> Settings -> Proxy URL
, or you can use the environment variables:HTTP_PROXY
,HTTPS_PROXY
.
Thnk you man thank youuu i will try it soon and give you feedback dor your attempt
i wanted to use proxy on it to connect through it but I got Exception: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx using
File "httpx_client.py", line 762, in _init_proxy_transport
File "httpx_transports\default.py", line 178, in init
in windows desktop
I set HTTP_PROXY=socks5://127.0.0.1:2080 and HTTsP_PROXY=socks5://127.0.0.1:2080
pip install httpx[socks]
. Type: ImportErrorMessage: Using SOCKS proxy, but the 'socksio' package is not installed. Make sure to install httpx usingpip install httpx[socks]
. Traceback: File "httpx_client.py", line 705, in init File "httpx_client.py", line 708, in