Even more precise location of nearby pokemon ON MAP! menu

User Tag List

Page 30 of 36 FirstFirst ... 262728293031323334 ... LastLast
Results 436 to 450 of 533
  1. #436
    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)
    Originally Posted by wmr0919 View Post
    No I can just tell you exactly what I do and occasionally when I do have an error like that, I'll just restart it and voila. With what you see below, I'm filtering for only the pokemon I want, the GPS location is in San Fran. This additionally is with the Pokemon trainer club account, if you want to use google it's an easy swap. Make sure you do not have a , in between the coordinates.

    example.py -u yourloginhere -p yourpasswordhere -l "37.731938 -122.499749" -st 10 -o charizard,venusaur,blastoise,bulbasaur,grimer,muk,chansey,gyrados,lapras,snorlax ,mew,mewtwo,dragonite,zapdos,articuno,moltres,porygon,ditto,weezing,golem,kangas khan,vileplume,raichu,ivysaur,wartortle,gengar,mr.mime--only
    Im curious would it be possible to filter out some pokemons ? like drowzee, pidgey and ratata. or would i need to write down every pokemon in that line that i want then ?..

    Even more precise location of nearby pokemon ON MAP!
  2. #437
    lukiboss's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lukiboss View Post
    I dont know what i did wrong :
    Attachment 27378

    First error i get after pip install -r requirements.txt
    And then when im trying to run this i got importerror
    Can you guys help me?

  3. #438
    rezdan's Avatar Sergeant
    Reputation
    10
    Join Date
    Jul 2016
    Posts
    49
    Thanks G/R
    4/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm sure I'm not the only one that's noticed it by now but Pokelure'd Pokestop pokemon don't show up on this map right? It's only the wild "pulsing white circle" pokemon that show yeah?

  4. #439
    mrbone's Avatar Member
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a chance to "disable" pokestops? dont want to see them

  5. #440
    OverdoseDelusion's Avatar Sergeant
    Reputation
    16
    Join Date
    Jul 2016
    Posts
    67
    Thanks G/R
    8/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrbone View Post
    Is there a chance to "disable" pokestops? dont want to see them
    open up example.py and search for if Fort.Enabled == False:
    change it to
    Code:
                            if Fort.Enabled == True:
    I'm not anywhere near it right now, but i'm sure i remember seeing arguments for it as well


    try sticking -dp in your batch file? -dg for gyms?

    am i tripping?
    Last edited by OverdoseDelusion; 07-19-2016 at 07:44 AM.

  6. #441
    Minibully's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    a previous version,which i tried 2 days ago showed gyms aswell, but that stopped working so i redownloaded it but now it doesn't show gyms anymore... how can i turn that back on?

  7. #442
    vayneprod's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wont u just get softban after tp

  8. #443
    *Phaze's Avatar Active Member
    Reputation
    17
    Join Date
    Jul 2008
    Posts
    250
    Thanks G/R
    2/1
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You are using pip version 8.1.1, however version 8.1.2 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.
    Should I install the latest update?


  9. #444
    Richardthepro's Avatar Member
    Reputation
    3
    Join Date
    Mar 2013
    Posts
    26
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey can someone help me pls ;D ?
    Code:
    [+] POKECOIN: 0
    [+] STARDUST: 100
    [-] looping: step 0 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:\Users\Richard\Desktop\Pogo\example.py", line 436, in main
        hs.append(get_heartbeat(api_endpoint, access_token, profile_response))
      File "C:\Users\Richard\Desktop\Pogo\example.py", line 332, in get_heartbeat
        m5)
      File "C:\Users\Richard\Desktop\Pogo\example.py", line 259, in get_profile
        return retrying_api_req(api, access_token, req, useauth=useauth)
      File "C:\Users\Richard\Desktop\Pogo\example.py", line 155, in retrying_api_req
        response = api_req(api_endpoint, access_token, *args, **kwargs)
      File "C:\Users\Richard\Desktop\Pogo\example.py", line 191, in api_req
        p_ret.ParseFromString(r.content)
      File "C:\Python27\lib\site-packages\google\protobuf\message.py", line 186, in ParseFromString
        self.MergeFromString(serialized)
      File "C:\Python27\lib\site-packages\google\protobuf\internal\python_message.py", line 844, in MergeFromString
        raise message_mod.DecodeError('Unexpected end-group tag.')
    DecodeError: Unexpected end-group tag.
    Last edited by Richardthepro; 07-19-2016 at 09:16 AM.

  10. Thanks xgaarax (1 members gave Thanks to Richardthepro for this useful post)
  11. #445
    ts61fa's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It gives me this error called"example.py is not recognized as an internal or external command , operable program or batch file' whenever i execute this command in cmd: example.py -u XX -p XXX -l '51.92452569798797, 4.479203224182129' -st 10

  12. #446
    vayneprod's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    127.0.0.1:5000

    says this site can't be reached?

  13. #447
    vayneprod's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    says canot load cryptodome.cipher raw ech?

  14. #448
    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)
    Originally Posted by Richardthepro View Post
    Hey can someone help me pls ;D ?
    Code:
    [+] POKECOIN: 0
    [+] STARDUST: 100
    [-] looping: step 0 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:\Users\Richard\Desktop\Pogo\example.py", line 436, in main
        hs.append(get_heartbeat(api_endpoint, access_token, profile_response))
      File "C:\Users\Richard\Desktop\Pogo\example.py", line 332, in get_heartbeat
        m5)
      File "C:\Users\Richard\Desktop\Pogo\example.py", line 259, in get_profile
        return retrying_api_req(api, access_token, req, useauth=useauth)
      File "C:\Users\Richard\Desktop\Pogo\example.py", line 155, in retrying_api_req
        response = api_req(api_endpoint, access_token, *args, **kwargs)
      File "C:\Users\Richard\Desktop\Pogo\example.py", line 191, in api_req
        p_ret.ParseFromString(r.content)
      File "C:\Python27\lib\site-packages\google\protobuf\message.py", line 186, in ParseFromString
        self.MergeFromString(serialized)
      File "C:\Python27\lib\site-packages\google\protobuf\internal\python_message.py", line 844, in MergeFromString
        raise message_mod.DecodeError('Unexpected end-group tag.')
    DecodeError: Unexpected end-group tag.
    exact same problem here, was working like a treat before i went to bed

  15. #449
    ownagex12's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, I keep getting an error when I try to load it up, i've tried running as admin, but i'm unsure why this is happening. Need some assistance. Even more precise location of nearby pokemon ON MAP!-helpz-png
    Thanks !

    Edit : I just had to reinstall python and it worked.
    Last edited by ownagex12; 07-19-2016 at 10:52 AM.

  16. #450
    sickwizard's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First post here!

    For those who got "DecodeError: Unexpected end-group tag" error

    Download the latest PokemonGo-Map from the same github link (ZIP name will be the same but different total size)

    Go to "Easy setup" folder & launch Setup.bat

    wait till finish

    and all working again.

    sry bad english.

Page 30 of 36 FirstFirst ... 262728293031323334 ... 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 01:06 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