-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Question] Proxy documentation #123
Comments
this working for me |
i got about:blank proxy not working |
in hostname:port:username:password format works |
please provide minimal working code. |
import asyncio async def main():
if name == "main": I tried this with my proxies and it always loads about:blank |
I found a work around for anyone that needs it. If you go to a page that isnt google related like a card and middle mouse click the link the proxy will start to work |
Describe your question
I've tried getting my proxy service to work with Botright. I have it working with a urllib example and with normal playwright. When I try to convert it to a string and use it in Botright, it does not connect. Can you please add a working example to the Botright documentation?
`botright.modules.proxy_manager.ProxyCheckError: Could not get IP-Address of Proxy (Proxy is Invalid/Timed Out)
Expected behavior
Connects to proxy successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Adding http:// from the start does not change anything.
Removing args does not change anything
The text was updated successfully, but these errors were encountered: