-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
How to use warp proxy with viewtube ? And in generally how to use the proxy setting ? #2736
Comments
Okay, i looked at the code and found that you use the ProxyAgent class from the undici library. This class supports HTTP and HTTPS proxies but no SOCKS proxies. |
Now when i try While |
Okay i fixed it by using cmj2002/warp-docker#7 I added this to my services:
and then i changed the proxy url to |
Not really a fix, but good enough for me |
Alr mate, here you go. But viewtube still isnt working right ?
|
Thanks. Unfortunately some stuff does not work:
Too bad, |
I've been trying to use the cloudflare Warp proxy on port 1080 with ViewTube, but I've been encountering difficulties. Here's what I've tried so far:
I tried
wget -e use_proxy=yes -e https_proxy=127.0.0.1:1080 -O output.txt https://api.ipify.org/
and it returned that the proxy wasnt reachable(Connecting to 127.0.0.1:1080... failed: Connection refused.)
When running the same command outside the container, it returns my ip.The container gives the same error
[ViewTube] Error 3/31/2024, 1:04:07 PM [ExceptionsHandler] connect ECONNREFUSED 172.17.0.1:1080 - {"stack":["Error: connect ECONNREFUSED 172.17.0.1:1080\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)"]}
Despite these steps, I'm still unable to use the Warp proxy with ViewTube. The application doesn't seem to be routing requests through the proxy.
I'm not sure if this is a configuration issue on my end or a problem with ViewTube's proxy handling. Any help or guidance would be greatly appreciated.
And in generally, is the viewtube proxy a socks5, http or https proxy ?And can i use
environment: - http_proxy=http://127.0.0.1:1080 - https_proxy=https://127.0.0.1:1080
instead of using the VIEWTUBE_PROXY_URL variable ?
The text was updated successfully, but these errors were encountered: