Even more precise location of nearby pokemon ON MAP! menu

User Tag List

Page 8 of 36 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 533
  1. #106
    Sheetka's Avatar Contributor Premium Account Seller
    CoreCoins Purchaser Authenticator enabled
    Reputation
    95
    Join Date
    Jan 2011
    Posts
    254
    Thanks G/R
    18/71
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    example.py: error: argument -l/--location: expected one argument


    I get this error when I change the coords from central park to sydney. Central park works just fine, I only replaced this:

    start python example.py -u XXXX -p XXXX -l 40.768342,-73.973298 -st 10

    into this

    start python example.py -u XXXX -p XXXX -l -33.858949,151.213280 -st 10

    Even more precise location of nearby pokemon ON MAP!
  2. #107
    nvb9's Avatar Private
    Reputation
    6
    Join Date
    Dec 2015
    Posts
    10
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by serotini View Post
    example.py: error: argument -l/--location: expected one argument


    I get this error when I change the coords from central park to sydney. Central park works just fine, I only replaced this:

    start python example.py -u XXXX -p XXXX -l 40.768342,-73.973298 -st 10

    into this

    start python example.py -u XXXX -p XXXX -l -33.858949,151.213280 -st 10

    I use a textbased location: start python example.py -u XXXX -p XXXX -l "Vondelpark, Amsterdam" -st 10
    Application is automatically converting the text to coordinates. That is working.

  3. #108
    linusman216's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It worked so well like 8-9 times but now all of sudden i get this: UnicodeDecodeError: 'utf8' codec can't decode byte 0x86 in position 3: 'utf8' codec can't decode byte 0x86 in position 3: invalid start byte in field: ResponseEnvelop.Profile.unknown11

  4. #109
    WoWSondermüll's Avatar Member
    Reputation
    10
    Join Date
    Dec 2008
    Posts
    111
    Thanks G/R
    113/2
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Schroom View Post
    Would it be possible to create a new fake pokemon trainer account for this, just to get the pokemon location, and then go to that location with my real Google Account?
    thats kinda exactly what were doing, and whats being advertised all the time ... the acc you use to generate the map is a throwaway acc, you DO NOT WANT it to be your main acc, because ittl surely get banned. find the mons with the throwaway, go collect with main.

  5. #110
    Sheetka's Avatar Contributor Premium Account Seller
    CoreCoins Purchaser Authenticator enabled
    Reputation
    95
    Join Date
    Jan 2011
    Posts
    254
    Thanks G/R
    18/71
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nvb9 View Post
    I use a textbased location: start python example.py -u XXXX -p XXXX -l "Vondelpark, Amsterdam" -st 10
    Application is automatically converting the text to coordinates. That is working.
    What would I have to type to get this spot then?

    https://www.google.nl/maps/place/Syd...!4d151.2092955

  6. #111
    nvb9's Avatar Private
    Reputation
    6
    Join Date
    Dec 2015
    Posts
    10
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by serotini View Post
    What would I have to type to get this spot then?

    https://www.google.nl/maps/place/Syd...!4d151.2092955
    Try "albert street, sydney"

  7. #112
    piotr55's Avatar Corporal
    Reputation
    14
    Join Date
    Sep 2012
    Posts
    34
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by serotini View Post
    What would I have to type to get this spot then?

    https://www.google.nl/maps/place/Syd...strali%C3%AB/@-33.8590932,151.2129636,18z/data=!4m5!3m4!1s0x6b12ae401e8b983f:0x5017d681632ccc0!8m2!3d-33.8688197!4d151.2092955
    example.py -u LOGIN -p PASS -l "-33.8590932, 151.2129636" -st 3

  8. #113
    linusman216's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by linusman216 View Post
    It worked so well like 8-9 times but now all of sudden i get this: UnicodeDecodeError: 'utf8' codec can't decode byte 0x86 in position 3: 'utf8' codec can't decode byte 0x86 in position 3: invalid start byte in field: ResponseEnvelop.Profile.unknown11
    No possible fix? Reinstalled everything 2 times as well.


    Here is the complete error message. http://imgur.com/rq3Fgup

    And another: http://imgur.com/0Jc0jyb
    Last edited by linusman216; 07-17-2016 at 06:40 AM.

  9. #114
    ts00172511's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    36
    Thanks G/R
    14/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please help on python
    usage: example.py (-h) -u username -p username -1 location -st STEP_Limit (-d)
    example.py: error: unrecongnized arguments: AUSTRALIA
    after i enter
    c:\
    cd C:\YOUR PATH\PokemonGo-Map-master
    start python example.py -u pass -p pass -l SYDNEY, AUSTRALIA -st 10
    start chrome.exe http://localhost:5000/
    pause

  10. #115
    piotr55's Avatar Corporal
    Reputation
    14
    Join Date
    Sep 2012
    Posts
    34
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ts00172511 View Post
    please help on python
    usage: example.py (-h) -u username -p username -1 location -st STEP_Limit (-d)
    example.py: error: unrecongnized arguments: AUSTRALIA
    after i enter
    c:\
    cd C:\YOUR PATH\PokemonGo-Map-master
    start python example.py -u pass -p pass -l SYDNEY, AUSTRALIA -st 10
    start chrome.exe http://localhost:5000/
    pause
    start python example.py -u pass -p pass -l "SYDNEY, AUSTRALIA" -st 10

  11. Thanks ts00172511 (1 members gave Thanks to piotr55 for this useful post)
  12. #116
    ts00172511's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    36
    Thanks G/R
    14/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now server down thanks for the reply will try it when server up again

  13. #117
    piotr55's Avatar Corporal
    Reputation
    14
    Join Date
    Sep 2012
    Posts
    34
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ts00172511 View Post
    now server down thanks for the reply will try it when server up again
    just retry to get another API endpoint

  14. Thanks ts00172511 (1 members gave Thanks to piotr55 for this useful post)
  15. #118
    ts00172511's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    36
    Thanks G/R
    14/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just tried this it say RPC server offline
    im getting this
    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 235, in fullmap
    main()
    File "C:\pogo\example.py", line 319, in main
    h = heartbeat(api_endpoint, access_token, response)
    File "C:\pogo\example.py", line 221, in heartbeat
    response.unknown7,
    AttributeError: 'NoneType' object has no attribute 'unknown7'
    Last edited by ts00172511; 07-17-2016 at 06:53 AM.

  16. #119
    WoWSondermüll's Avatar Member
    Reputation
    10
    Join Date
    Dec 2008
    Posts
    111
    Thanks G/R
    113/2
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by piotr55 View Post
    ^^ exactly this u have to do. confirmed working

    fix for only walking north (not fully tested)

    replace lines 347 - 354 in example.py
    Code:
            if pos is 1:
                set_location_coords(origin.lat().degrees+offset, origin.lng().degrees-offset, 0)
            elif pos is 2:
                set_location_coords(origin.lat().degrees+offset, origin.lng().degrees+offset, 0)
            elif pos is 3:
                set_location_coords(origin.lat().degrees-offset, origin.lng().degrees-offset, 0)
            elif pos is 4:
                set_location_coords(origin.lat().degrees-offset, origin.lng().degrees+offset, 0)

    now we get a cross pattern :X

    Even more precise location of nearby pokemon ON MAP!-rwrgsno-png

  17. #120
    xbEg0nEx's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this moment when u look for the issue for "unrecongnized arguments: 12.409309" and u just forget to put your location between this: "... XD now its all working fine :P

Page 8 of 36 FirstFirst ... 456789101112 ... 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 10:24 AM. 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