-
Member
Originally Posted by
awp2004
why does this not Work with Google account, any idea what makes the difference? Is there a way to change your acc into a pkmn trainer acc; I am lvl 20.... (I did consider creating a trainer acc when i started out, bummer lol)
Why would you want to risk your main account with this? You just use a burner pokemon trainer account for this, generate a map and then go there with your main account.
-
Member
Need some help, getting some weird errors......
register_background_thread: not running inside Flask so not starting thread
also
* Debugger is Active!
usage: example.py [-h] -u USERNAME -p PASSWORD -1 LOCATION -st STEP_LIMIT [-d]
* Debugger pin code: 301-790-937
example.py: error: argument -1/ --location is required
my input was:
cd C:/Pogo
pip install -r requirements.txt
example.py -u xxx -p xxx -1 "40.76852219976109, -73.97233168772004" -st 10
google maps loads in 127.0.0.1:5000 but it bring me in out in the ocean, and no pokes on the map when i drag to where those coords are. any ideas?
-
Member
I'm getting wrong username/password a lot. I wonder if it is case sensitive? I can log in to the website just fine.
I made a pokemon trainer account and put it in. Doesn't seem to work.
Edit: Actually, it is working! I just opened my map and see pokes all over my city. The password error seems like a false error, hehe.
Last edited by AJones; 07-17-2016 at 09:25 PM.
-
Member
Originally Posted by
kmafia5
Need some help, getting some weird errors......
register_background_thread: not running inside Flask so not starting thread
also
* Debugger is Active!
usage: example.py [-h] -u USERNAME -p PASSWORD -1 LOCATION -st STEP_LIMIT [-d]
* Debugger pin code: 301-790-937
example.py: error: argument -1/ --location is required
my input was:
cd C:/Pogo
pip install -r requirements.txt
example.py -u xxx -p xxx -1 "40.76852219976109, -73.97233168772004" -st 10
google maps loads in 127.0.0.1:5000 but it bring me in out in the ocean, and no pokes on the map when i drag to where those coords are. any ideas?
The argument is the letter L not the number 1.
The error is saying exactly that - says the argument -1 is bad and that it needs a location (the l- argument)
example.py -u xxx -p xxx -l "40.76852219976109, -73.97233168772004" -st 10
-
Post Thanks / Like - 1 Thanks
kmafia5 (1 members gave Thanks to xCry0x for this useful post)
-
Active Member
Seems like a neat Little Tool. I Wonder how this info is gathered. Because firstly, some locations are off. Secondly, some monsters are missing despite there being a cooldown. Handy, but also made me go for a few that werent there, plus I also found rare pokemons on the way that wasnt listed?
Last edited by awp2004; 07-17-2016 at 09:28 PM.
-
Post Thanks / Like - 1 Thanks
kmafia5 (1 members gave Thanks to awp2004 for this useful post)
-
Member
feel like an idiot, thought it was weird that he"used" 1 but i didnt question it XD
-
Member
also getting username/password error after map has loaded in and no mons are showing up. dc'ed credentials and they are correct, got into website
edit: after refreshing multiple times it is working confirmed.
Last edited by kmafia5; 07-17-2016 at 09:28 PM.
-
Member
Will the map update automatically or will I have to refresh the tab to get updated pokemon
-
Member
I got it working and it's very helpful but is there a way to highlight certain pokemon or remove common pokemon from the map? Or make the icons bigger?
I can't tell what pokemon I'm looking at from the map view alone unless I click on them.
-
Member
Anyone know the command to rescan the map
-
Active Member
Originally Posted by
twicedead
Anyone else has experienced this? I figure this is the reason why my map looks half way loaded. I contsantly get wrong username/password after about 25% completion. Is it just server issues?
I have this too. I dk what they are using "username" for. They have a "Login" which equals your username. then there is a username which Refers to the prefix of your email before the @. I do not understand what they would use this for..
-
Member
Wow, this actually works flawlessly. I found a Tentacruel on the map, figured out where I was and went there. He was there as promised. This is amazing!
-
Member
Originally Posted by
Malkira
Anyone know the command to rescan the map
I also would like to know how to update the map. Refreshing the chrome tab gives the same timestamps. Eventually the map info becomes outdated. I can just run the script again but I would think there is an easier way to do so.
-
Member
Originally Posted by
AngelsAdvance
I also would like to know how to update the map. Refreshing the chrome tab gives the same timestamps. Eventually the map info becomes outdated. I can just run the script again but I would think there is an easier way to do so.
Ok -- the script is basically sending out a probe that is detecting what pokemon are in an area. The only way to refresh what is there is to send the probe out again, eg rerun the script.
The map is just a visual display that the probe populates when it runs.
-
Member
http://puu.sh/q5rlL.png
This site can’t be reached
localhost refused to connect.
Search Google for localhost 5000
ERR_CONNECTION_REFUSED
How do i fix this?