Even more precise location of nearby pokemon ON MAP! menu

Shout-Out

User Tag List

Page 26 of 36 FirstFirst ... 222324252627282930 ... LastLast
Results 376 to 390 of 533
  1. #376
    AJones's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I updated to the latest version now it doesn't work anymore. I use the same .bat as before but the localhost connection gets rejected and nothing else shows up.

    Edit: Nvm. It never did anything because I had to re-do the pip install for the new modules. Now it works again.
    Last edited by AJones; 07-18-2016 at 04:01 PM.

    Even more precise location of nearby pokemon ON MAP!
  2. #377
    sammyboyb's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Track only one pokemon type

    Originally Posted by [sync] View Post
    What did you use for location in the parameters?
    is it possible to only track one pokemon type so say if i only wanted to track bulbosaur only locations that had him would show up? Please reply asap. Thank you

  3. #378
    KrespoG's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    178
    Join Date
    Nov 2009
    Posts
    299
    Thanks G/R
    24/58
    Trade Feedback
    27 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did the same step for 10. time now and it worked for the first time now, hope it stays like this. Thanks for this guide btw

  4. #379
    bboystyle82's Avatar Active Member
    Reputation
    34
    Join Date
    Jan 2014
    Posts
    325
    Thanks G/R
    41/28
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now im getting "jinja2.exceptions.TemplateNotFound" error after being able to login and get the coordinates loading...

  5. #380
    Merudo's Avatar Sergeant
    Reputation
    27
    Join Date
    Jul 2016
    Posts
    35
    Thanks G/R
    0/25
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting "Wrong username/password" errors... even though it logs in properly at the beginning.

  6. #381
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a way to get it to remove the expired ones ?

  7. #382
    mingyosukk's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone tell me how to get the coordinates to my place ? cuz just placing "Oslo, Norway" does not work : / and i got some coordinates from google.maps but got placed down in the artic ?

  8. #383
    Loyepop's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else getting this problem? Imgur: The most awesome images on the Internet

  9. #384
    Liiaam's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Getting this:
    Completed: 17.0%
    [-] looping: step 18 of 100
    Completed: 18.0%
    [-] looping: step 19 of 100
    Exception in thread search_thread:
    Traceback (most recent call last):
    File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner
    self.run()
    File "C:\Python27\lib\threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
    File "C:\Pogo\example.py", line 575, in main
    pokemonsJSON, ignore, only)
    File "C:\Pogo\example.py", line 638, in process_step
    disappear_timestamp = time.time() + poke.TimeTillHiddenMs \
    UnboundLocalError: local variable 'poke' referenced before assignment

    127.0.0.1 - - [19/Jul/2016 00:10:56] "GET / HTTP/1.1" 200 -


    Usually loads around 10-20% of the map and then that happens, tried reinstalling.
    I installed it on my friends PC about an hour ago and it was fine also his sprites were bigger and his coundown timers were better, what gives (i tried reinstalling the Pogo folder).

  10. #385
    Doomnezau's Avatar Member
    Reputation
    3
    Join Date
    Dec 2012
    Posts
    117
    Thanks G/R
    24/2
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    don't know what to do. i get this error

    UnicodeEncodeError: 'charmap' codec can't encode character u'\u2640' in position 34: character maps to <undefined>



    "Traceback (most recent call last):
    File "C:\Python27\lib\site-packages\flask\app.py", line 2000, in __call__
    return self.wsgi_app(environ, start_response)
    File "C:\Python27\lib\site-packages\flask\app.py", line 1991, in wsgi_app
    response = self.make_response(self.handle_exception(e))
    File "C:\Python27\lib\site-packages\flask\app.py", line 1567, in handle_exception
    reraise(exc_type, exc_value, tb)
    File "C:\Python27\lib\site-packages\flask\app.py", line 1988, in wsgi_app
    response = self.full_dispatch_request()
    File "C:\Python27\lib\site-packages\flask\app.py", line 1641, in full_dispatch_request
    rv = self.handle_user_exception(e)
    File "C:\Python27\lib\site-packages\flask\app.py", line 1544, in handle_user_exception
    reraise(exc_type, exc_value, tb)
    File "C:\Python27\lib\site-packages\flask\app.py", line 1639, in full_dispatch_request
    rv = self.dispatch_request()
    File "C:\Python27\lib\site-packages\flask\app.py", line 1625, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
    File "C:\Pogo\example.py", line 762, in fullmap
    clear_stale_pokemons()
    File "C:\Pogo\example.py", line 690, in clear_stale_pokemons
    pokemon['name'], pokemon['lat'], pokemon['lng'])
    File "C:\Python27\lib\encodings\cp437.py", line 12, in encode
    return codecs.charmap_encode(input,errors,encoding_map)
    UnicodeEncodeError: 'charmap' codec can't encode character u'\u2640' in position 34: character maps to <undefined>"
    Last edited by Doomnezau; 07-18-2016 at 06:42 PM.

  11. #386
    Snuschowder's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Doomnezau View Post
    don't know what to do. i get this error

    UnicodeEncodeError: 'charmap' codec can't encode character u'\u2640' in position 34: character maps to <undefined>



    "Traceback (most recent call last):
    File "C:\Python27\lib\site-packages\flask\app.py", line 2000, in __call__
    return self.wsgi_app(environ, start_response)
    File "C:\Python27\lib\site-packages\flask\app.py", line 1991, in wsgi_app
    response = self.make_response(self.handle_exception(e))
    File "C:\Python27\lib\site-packages\flask\app.py", line 1567, in handle_exception
    reraise(exc_type, exc_value, tb)
    File "C:\Python27\lib\site-packages\flask\app.py", line 1988, in wsgi_app
    response = self.full_dispatch_request()
    File "C:\Python27\lib\site-packages\flask\app.py", line 1641, in full_dispatch_request
    rv = self.handle_user_exception(e)
    File "C:\Python27\lib\site-packages\flask\app.py", line 1544, in handle_user_exception
    reraise(exc_type, exc_value, tb)
    File "C:\Python27\lib\site-packages\flask\app.py", line 1639, in full_dispatch_request
    rv = self.dispatch_request()
    File "C:\Python27\lib\site-packages\flask\app.py", line 1625, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
    File "C:\Pogo\example.py", line 762, in fullmap
    clear_stale_pokemons()
    File "C:\Pogo\example.py", line 690, in clear_stale_pokemons
    pokemon['name'], pokemon['lat'], pokemon['lng'])
    File "C:\Python27\lib\encodings\cp437.py", line 12, in encode
    return codecs.charmap_encode(input,errors,encoding_map)
    UnicodeEncodeError: 'charmap' codec can't encode character u'\u2640' in position 34: character maps to <undefined>"
    Also getting this, any fix?

  12. #387
    kamikaza12's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works exelect!
    Used exact GPS coordinates for location.
    Is there a way to maybe "uncheck" unneeded pokemons like ratata and pigy (because they block all map and you cant see anything else )
    Last edited by kamikaza12; 07-18-2016 at 07:38 PM.

  13. #388
    skiierx131's Avatar Active Member
    Reputation
    44
    Join Date
    Jun 2007
    Posts
    346
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mingyosukk View Post
    Can anyone tell me how to get the coordinates to my place ? cuz just placing "Oslo, Norway" does not work : / and i got some coordinates from google.maps but got placed down in the artic ?
    Go to google maps and look at the address bar, you'll see something like this for Oslo

    https://www.google.com/maps/@59.8939528,10.6450358,11z

    59.8939528 10.6450358 is the exact GPS coordinates. However that does put you in the ocean, just off the coast of Oslo. Move the map around to get better ones. Something like 59.916509 10.75499

  14. #389
    Universe0's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    3/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am getting "wrong username/password". Is it because the PTC server is offline?

  15. #390
    kamikaza12's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Universe0 View Post
    I am getting "wrong username/password". Is it because the PTC server is offline?
    You can use the google auth. Just add -a google before "-u YourUsername.

    And you can use -i rattata,zubat etc if you want to ignore some pokemons. (Readme.md is your friend).
    I suggest you check if there is an updates for this release if you have some errors.

Page 26 of 36 FirstFirst ... 222324252627282930 ... LastLast

Similar Threads

  1. [Hack] [iOS] Pokemon GO - Fake Location, Find Rare Pokemon, Teleport and more!
    By deleteduser2025j in forum Pokemon GO Hacks|Cheats
    Replies: 22
    Last Post: 10-27-2016, 01:20 PM
  2. [Bug] Helping Fixing Bug on Pokemon Go Precise Location
    By Loyepop in forum Pokemon GO Chat
    Replies: 1
    Last Post: 07-18-2016, 10:31 PM
  3. [Guide] Get precise location of nearby Pokemon
    By Syncness in forum Pokemon GO Hacks|Cheats
    Replies: 123
    Last Post: 07-17-2016, 07:43 PM
  4. skip even MORE trash in SP!
    By Canttouchdis in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 09-01-2007, 11:56 AM
  5. Making my imba hunter even more imba :)
    By Opey in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 10-16-2006, 03:33 AM
All times are GMT -5. The time now is 03:42 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search