modrzew / pokeminer

Pokemon location scraper
MIT License
220 stars 62 forks source link

Proxy - Max retries exceeded with url #235

Open WhenDaBoostHitU opened 7 years ago

WhenDaBoostHitU commented 7 years ago

Can not seem to get the proxy working. I keep receiving these errors:

ServerBusyOrOfflineException details: SOCKSHTTPSConnectionPool(host='pgorelease.nianticlabs.com', port=443): Max retries exceeded with url: /plfe/rpc (Caused by NewConnectionError('<requests.packages.urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x000000001B162470>: Failed to establish a new connection: Connection closed unexpectedly',))

Would this be caused by the proxy server I'm using?

Aiyubi commented 7 years ago

My guess: the server you want to use is permanently blocked. (like amazon cloud is always blocked) But really am not sure

WhenDaBoostHitU commented 7 years ago

Hmm, that makes sense. I'll play around with different ones and see what happens. I've tried quite a few so far.

Aiyubi commented 7 years ago

are you sure those are all socks proxys?

WhenDaBoostHitU commented 7 years ago

Yeah, they are all SOCKS5

WhenDaBoostHitU commented 7 years ago

I setup a proxy server on another machine I have on a completely different network and WAN IP. This IP I'm using I know 100% that it's not blocked. Still get the same errors.