-
Member
Hey looks awesome thanks for the work. I keep getting this : "IOError: [Errno 2] No such file or directory: 'pokemon.json"
I extracted all the files so I'm not sure why. Ideas?
-
Member
been trying for the past two hours to get this to work..
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa4 in position 1: 'utf8' codec can't decode byte 0xa4 in position 1: invalid start byte in field: ResponseEnvelop.Profile.unknown11
-
Member
Much love again Sync, for some reason though it doesn't really follow the LAT/LNG points I input in CMD after more than a couple of tries it only scans the main geocode.
-
Contributor
Thank you so much for this, working like a charm.
Any chance to have it auto update the map? Saw that guy on reddit having a site that updates every 15 min and even mails him about rare spawns, crazy stuff lol
-
Corporal
Originally Posted by
emailingdude5
...the remaining time shows up...
just replace ur example.py with this:
[Python] # coding: utf-8 from flask import Flask, render_template from flask_googlema - Pastebin.com
it shows a tooltip like this:
Code:
Rattata till 10:15:56 @ XX.xxxxy, YY.yyyyy
-
Member
Originally Posted by
charzy
hmm
i run the prompt but only get 4 lines in cmd
*restarting with stat
* debugger is active!
*debugger pin code 315233479
* runnig on http: 127 etc press control to quit
(then nothing)
I got it once to count to 100% but never again.
Any ideas?
this happens because when you copy/paste coordinantes you for get the (-)
For example:
Right : "-33.87437958757391, 151.210595369339" -st 10
Wrong: "33.87437958757391, 151.210595369339" -st 10
-
Member
Originally Posted by
hoodlum5
been trying for the past two hours to get this to work..
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa4 in position 1: 'utf8' codec can't decode byte 0xa4 in position 1: invalid start byte in field: ResponseEnvelop.Profile.unknown11
This is my issue as well. Anyone know what to do?
-
Member
Working well, wish it worked with my main account though
-
Member
im still trying to figure it out, sent a few pms out waiting on replies back.
-
Contributor
Lines 238-245
Code:
currLat, currLon = pokemon[-3], pokemon[-2]
pokeMarkers.append(
{
'icon': 'static/icons/'+str(pokemon[0])+'.png',
'lat': currLat,
'lng': currLon,
'infobox': (pokemon[1]+': '+str(pokemon[-3])+', '+str(pokemon[-2]) + '<br>Time left: ' +str(pokemon[-1]))
})
line 344
Code:
pokemons.append([poke.pokemon.PokemonId, pokemonsJSON[poke.pokemon.PokemonId - 1]['Name'], poke.Latitude, poke.Longitude, poke.TimeTillHiddenMs / 1000])
will now also display time left for said spawn
-
Member
Anyone have any update with this error ?
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa4 in position 1: 'utf8' codec can't decode byte 0xa4 in position 1: invalid start byte in field: ResponseEnvelop.Profile.unknown11
Ill pay someone if you can help me fix it.
-
Member
I'm receiving a strange error in the browser, it loads all the way through in the command line then I get this. It will worked a few times before receiving this, I've tried uninstalling and reinstalling the modules which didn't help. The only thing that could make it work again for a couple tries is completely uninstalling Python and deleting the Python folder then going through the process all over.

Edit: I've also tried overwriting the extracting of the zip, which didin't help either.
Last edited by oompalompa; 07-17-2016 at 03:42 AM.
-
Member
Originally Posted by
deadmarine
Lines 238-245
Code:
currLat, currLon = pokemon[-3], pokemon[-2]
pokeMarkers.append(
{
'icon': 'static/icons/'+str(pokemon[0])+'.png',
'lat': currLat,
'lng': currLon,
'infobox': (pokemon[1]+': '+str(pokemon[-3])+', '+str(pokemon[-2]) + '<br>Time left: ' +str(pokemon[-1]))
})
line 344
Code:
pokemons.append([poke.pokemon.PokemonId, pokemonsJSON[poke.pokemon.PokemonId - 1]['Name'], poke.Latitude, poke.Longitude, poke.TimeTillHiddenMs / 1000])
will now also display time left for said spawn
just to clarified isit for time spawn only? or show pokemon timespawn and cp of the pokemon aswell?
-
Contributor
Originally Posted by
oompalompa
I'm receiving a strange error in the browser, it loads all the way through in the command line then I get this. It will worked a few times before receiving this, I've tried uninstalling and reinstalling the modules which didn't help. The only thing that could make it work again for a couple tries is completely uninstalling Python and deleting the Python folder then going through the process all over.
Edit: I've also tried overwriting the extracting of the zip, which didin't help either.
server is probably down when you were logging in
https://go.jooas.com/
-
Contributor
Originally Posted by
tr1ppy15
just to clarified isit for time spawn only? or show pokemon timespawn and cp of the pokemon aswell?
Just how much time till they despawn. I might have to look into if i can display cp values.
-
Post Thanks / Like - 1 Thanks
Subversion2 (1 members gave Thanks to deadmarine for this useful post)