change proxies while running
Hello,
I have a question regarding Puppeteer, I want to change the proxies at one point during the process.
Is this achievable ?
for example I have proxy1 and proxy2, I start by using proxy1 and at one point I switch to proxy2.
5 Replies
@HonzaS ? Any idea ?
solid-orange•2y ago
Did you find any solution?
@NeoNomade
No
bump !
xenial-black•2y ago
This is not supported by crawlee right now, so the only think that comes to mind is to try to change some inner property of the crawler during the run. Did you try to change proxy configuration on crawler object?
Yes it gets messed somehow when concurrency is higher than 1.
I’m trying to create a function to do this