Muhammed Jobe

Results 10 comments of Muhammed Jobe

Just tested using scrapy to connect to the proxy instead of going through splash and that seems to work.

What if the proxy was executed in a docker container too?

Ok ill try that just tried the solution of using http://10.0.2.2, this led to a 504 error

Following the linked yml example, is this correct? ` splash:on_request(function(request) request:set_proxy{ host = "luminati", port = 24000, } end)` ` tor: image: jess/tor-proxy expose: - 9050 logging: driver: "none" restart:...

Now this is the error `loadFinished: RenderErrorInfo(type='Network', code=99, text='Error communicating with HTTP proxy'` Previously it was outputting "Proxy connection refused"

Made some modifications, I think this is right: http://pastebin.com/pqiXGYN4 However still receiving the same "Error communicating with HTTP proxy"

Finally got it working with this `version: '2' services: haproxy: image: haproxy:1.6 ports: # stats - "8036:8036" # splash - "8050:8050" links: - luminati - splash0 - splash1 - splash2...

No i was unable to

@benftwc Hey did you find a work around for this?

This would be awesome 🙏