leclaida

Results 16 comments of leclaida

you would need to upgrade the pgoapi to the latest one (or a later commit that includes proxy support). then when the pgoapi request is initiated, add proxy_config = {'http'...

there is an issue somewhere in the login for accessing the pgoapi, at least it looks that way to me. double check your username/passwords and make sure these accts have...

should not be a resource issue on the pi. your error log shows there is some connection error when accessing the pgoapi. from your sypmtoms (works on small scan, upper...

where is the pgoapi.py that you edited? paste the path here.

yeah so you can see in the error that the pgoapi that it is calling is here: D:\Program Files\Python27\lib\site-packages\pgoapi\pgoapi.py this got installed from pip install -r requirements.txt try to either:...

haha i'm giving you more errors. now it likely won't run even w/o proxies. so i can tell you updated the pgoapi to the latest because now it is looking...

i edited my comment in case you wanted to have a look. right now you are sending blank device ids to the server.

can you paste the lines from your worker.log that pertain to this?

from what i can tell, you're not receiving any data when using your proxy. either the proxies you use are overloaded or they aren't configured correctly.