-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Using uc option with proxy in multiprocessing repeats same ip #2101
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
Comments
This does seem to still be an issue, I can take a look into if you haven't started yourself yet @mdmintz, thanks! Though to me the problem is not only goes with multiprocessing, but also a regular headless2 mode doesn't seem to be working well with authenticated proxy. (ip-auth proxy goes well, so I guess the issue is related to the browser extension) |
You have to enable that option for multiple proxies. See the documentation: #1832
|
@mdmintz Is this something that needs to be enabled even when I use single authenticated proxy single-threaded? Thanks! |
@punkerpunker If using a single proxy (either single-threaded or multi-threaded), you won't need the option. Using |
Thanks @mdmintz! What I am trying to communicate, is that after the upgrade to version 117, extension that's wrapping a user authenticated proxy doesn't work in headless2 mode. I am not the owner of the original issue, felt it is related. I can open a new one. |
@punkerpunker Are you using SeleniumBase |
I just double checked it - yes, that's the case with the latest version of seleniumbase @mdmintz |
@punkerpunker Can you be more specific on your issue? You mentioned several topics, but that you only had one issue. Which of these most-closely resembles the issue you're experiencing?
If it's the last one, (5), check your user-agent, and see if |
I found the issue, it's most-certainly number 5. The workaround right now is to specify the |
I opened another ticket for it: #2114 |
@punkerpunker - resolved in |
Hi, using this code in multiprocessing and different proxy, repeats ip:
driver = Driver(uc=True, proxy=proxy_dict['http'], headless=headless, uc_cdp_events=api,incognito=True)
Thanks
The text was updated successfully, but these errors were encountered: