Joey Angeja

Results 14 comments of Joey Angeja

So I am only getting objects with 'current_timestamp_ms': 1470569750623, 's2_cell_id': 9290065149094264832 I cant see any forts or pokemon. Am I doing something wrong?

So I never tried this API before they fixed it yesterday so I don't know what the responses looked like without sending the unknown6. But I'm guessing I didn't install...

Anyone figure this out? Modified spiral_poi_search.py so that it uses the utilities.py get_cell_ids, but im still running into the same issue

I've been banging my head on a wall with this problem. Am I missing something?

I'd like to use the pgoapi to build my own application. I will be doing a little more than just a pokemonGo Map. Why am I only getting empty cells?

@dnsBlah 1. Download http://pastebin.com/raw/fCSw0Fz4 as encrypt.c 2. Compile to .so (gcc -shared -o encrypt.so -fPIC encrypt.c) 3. Edit ~/pgoapi-master/pgoapi/pygoapi.py insert this line in the **init** method of PGoApi: self.__signature_lib =...

@dnsBlah self.__signature_lib = "encrypt.so" Is the most important step. if you don't do step 4, you will get an error saying it cant find encrypt.so so thats easy to track...

@dnsBlah Also I forgot to mention.... These should be run after 4 in my previous comment 5. uninstall pygoapi (pip uninstall pygoapi) 6. reinstall python setup.py install

@BigChase if youre using a Mac, you need encrypt.so and you need to compile it yourself. Follow my instructions posted earlier

warnings are fine. Did you change the line about signature lib in pgoapi.py?