daniel1943

Results 6 comments of daniel1943

Thanks! @jondlm Probably saved me few hours :)

I tried changing the problematic line to: ``` status = 'Proxy check failed: %s:%s is not used while requesting' % (self.proxy.host, self.proxy.port) ``` And now it scrapes but for some...

I narrowed the issue down but I can't figure out how to fix it. In http_mode.py: ``` def set_proxy(self): ``` Doesn't set the instance to proxy. As this in proxy_check:...