-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Proxy Errors #101
Comments
I just tested the functionality using a socks5 proxy:
and then used this:
also tried from the web interface. The traffic went through the proxy. The difference here is that I use a socks5 proxy without authentication. I don't have access to a proxy with authentication at the moment. I have tried the http proxy with authentication when this was implemented and worked. |
@jj2018jj this is confirmed . I believe that something may have changed in playwright. I will investigate and get back to you |
@gosom Any update on this? Also getting this error when trying to use HTTPS proxies: {"level":"info","component":"scrapemate","time":"2025-01-09T08:41:10.0880056Z","message":"starting scrapemate"} |
If I do a scrape without the -proxies flag, it works as expected.
Also if I use curl and the proxy url to the google maps url then it works as expected.
However when I add the -proxies flag I see these errors in the output and it does not work.
This is with everything installed directly on ubuntu 24.04 ... and not using Docker.
Any tips on what I could be doing wrong?
Update1: I tested a 2nd proxy service and I also tried setting the proxy with
export http_proxy="proxy url here"
andexport https_proxy="proxy url here"
while not using the-proxies
flag ... but it still didn't work.Update 2: I tested a 3rd proxy service using socks5 and the
-proxies
flag and got this error{"level":"error","component":"scrapemate","error":"playwright: Browser does not support socks5 proxy authentication","time":"2024-12-14T22:00:49.630242703Z","message":"error while processing job"}
The text was updated successfully, but these errors were encountered: