-
Notifications
You must be signed in to change notification settings - Fork 12
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
feature requests #10
Comments
Could you add a bit more detail about what's happening here?
Could you use the Otherwise it sounds like you might need to change your system proxy settings. |
Hi, Im looking at that proxy server thing and it doesn't have a way to authenticate, thats why im using the proxy extension and it works fine. Yeah the WebSocket issue, it happens when i first start up the browser using uc.start, looks like sometimes it doesn't immediately start working and it throws the error that the server rejected the connection with error code 500, and then later on in my code i will have another browser.get and that actually works but since i have an error catcher it breaks all together. Ive implemented a retry loop for the websocket connection function on the connection.py file and it doesn't seem to solve the issue when it flat out refuses to connect. |
Use this to setup a proxy for your browser or tab and pass forward the credentials:
|
I would love if the websocket issue was fixed, Im aware this is a nodriver fork and its an issue there and here.
it sometimes connects but fails to send anything/navigate to pages but after a while it does work but since that initial break it throws the error or sometimes just refuses to connect all together and it breaks.
I would also like a built in proxy handler, at the moment im using the extension method to run a proxy in the browser. seems to work fine but i would like if it could be inside the library instead.
The text was updated successfully, but these errors were encountered: