Get precise location of nearby Pokemon menu

Shout-Out

User Tag List

Page 7 of 9 FirstFirst ... 3456789 LastLast
Results 91 to 105 of 124
  1. #91
    lolitoz91's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ehnoah View Post
    Yep,

    so do we get a fix already for the "e" error?
    The code line 181 of main.py is missing the definition that char e is an Exception so you just need to replace "except e" with "except Exception as e" in that line.

    Either way i believe google accounts are not supported by OP's version but you should at least get another error.

    i should had created some ptc accounts

    Get precise location of nearby Pokemon
  2. Thanks Ehnoah (1 members gave Thanks to lolitoz91 for this useful post)
  3. #92
    Ehnoah's Avatar Elite User
    Reputation
    398
    Join Date
    Sep 2006
    Posts
    1,028
    Thanks G/R
    16/96
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Subversion2 View Post
    Been answered several times. Use PTC to login. If you really want to use google, create an API and go into Main.py with a text editor and change the PTC link to your google link.

    We / me use PTC
    +


    [email]Thanks@lolitoz91
    Last edited by Ehnoah; 07-16-2016 at 05:07 PM.

  4. #93
    trynhyty's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trynhyty View Post
    I'm having a really weird issue, can't get it to work ..

    Servers are back up there, i'm logged in a pokemon acc (not google one), and when I launch :

    main.py -u Wp***** -p *****

    I have this : main.py error ; argument -u is required ...

    Wtf ?! If someone could help me ...

    using python 2.7 in a cmd Windows 10 admin rights
    For those who have the same problem, the f$ck was going from registry, modified [HKEY_CLASSES_ROOT\Applications\python.exe\shell\open\command]
    @="\"C:\\Python25\\python.exe\" \"%1\" %*" who was missing, and then arguments could pass ...

  5. #94
    lyan123's Avatar Active Member
    Reputation
    50
    Join Date
    Sep 2014
    Posts
    70
    Thanks G/R
    5/41
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm getting wrong username/password.... gmail account and gmail password are the correct ones no ?

    edit:// nvm, just read that you need a PTC acc.
    Last edited by lyan123; 07-16-2016 at 04:37 PM.

  6. #95
    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 Subversion2 View Post
    Anyone know how we make Lockito walk on grass? We can come up with a solution, I believe in us.
    if you create the route you want it to run in GPSies.com, you can let lockito run anywhere, even through buildings, over lakes etc. all you need to do is disable the setting use roads (? i guess, im from germany, its the top checkbox in the right hand settings box on gpsies).after that, carefull plan your route (left click to set a waypoint, rightclick to remove it), and after that, good to go.

    AND YOU DO NOT NEED AN ACCOUNT THERE !

    just create the route, when done name it(optional), and scroll down on the page, export the file, done !

  7. Thanks Subversion2 (1 members gave Thanks to WoWSondermüll for this useful post)
  8. #96
    kn0cturnal's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    22
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get through the login process fine but after a few seconds i get this error, "ValueError: No JSON object could be decoded". It gives me my location, long/lat/alt. Everything seems to ready to work for me until after ive logged in to cmd

    EDIT: well nvm everythings working now.
    Last edited by kn0cturnal; 07-16-2016 at 05:26 PM.

  9. #97
    CyaBB's Avatar Member Authenticator enabled
    Reputation
    14
    Join Date
    Apr 2014
    Posts
    150
    Thanks G/R
    21/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C:\Python27\lib\site-packages\requests\packages\urllib3\util\ssl_.py:318: SNIMis
    singWarning: An HTTPS request has been made, but the SNI (Subject Name Indicatio
    n) extension to TLS is not available on this platform. This may cause the server
    to present an incorrect TLS certificate, which can cause validation failures. Y
    ou can upgrade to a newer version of Python to solve this. For more information,
    see https://urllib3.readthedocs.org/en/l...missingwarning.
    SNIMissingWarning
    C:\Python27\lib\site-packages\requests\packages\urllib3\util\ssl_.py:122: Insecu
    rePlatformWarning: A true SSLContext object is not available. This prevents urll
    ib3 from configuring SSL appropriately and may cause certain SSL connections to
    fail. You can upgrade to a newer version of Python to solve this. For more infor
    mation, see https://urllib3.readthedocs.org/en/l...l#insecureplat
    formwarning.
    InsecurePlatformWarning
    [+] RPC Session Token: TGT-3604535-0PFHcGGHMCsef ...
    C:\Python27\lib\site-packages\requests\packages\urllib3\util\ssl_.py:122: Insecu
    rePlatformWarning: A true SSLContext object is not available. This prevents urll
    ib3 from configuring SSL appropriately and may cause certain SSL connections to
    fail. You can upgrade to a newer version of Python to solve this. For more infor
    mation, see https://urllib3.readthedocs.org/en/l...l#insecureplat
    formwarning.
    InsecurePlatformWarning
    [-] RPC server offline

    I'm using 2.7, installed all modules.

  10. #98
    nailzor's Avatar Corporal
    Reputation
    8
    Join Date
    Feb 2014
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ensure that you are using 2.7.12 specifically. The download link on the original post is linking to 2.7.11.

    Python main download page links to the latest 2.7.12 version

    2.7.12 will fix this error that myself and several others were having:

    Traceback (most recent call last):
    File "D:\Python27\pokemongo\main.py", line 337, in <module> main()
    File "D:\Python27\pokemongo\main.py", line 247, in main set_location(args.location)
    File "D:\Python27\pokemongo\main.py", line 63, in set_location loc = geolocator.geocode(location_name)
    File "D:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 217, in geocode self._call_geocoder(url, timeout=timeout), exactly_one
    File "D:\Python27\lib\site-packages\geopy\geocoders\base.py", line 171, in _call_geocoder raise GeocoderServiceError(message)
    geopy.exc.GeocoderServiceError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>
    Credit to Kride_Kin
    Last edited by nailzor; 07-16-2016 at 06:40 PM.

  11. #99
    miyazawa's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    73
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by senseirain View Post
    VIDEO tutorial please?
    plllsssss!!!

  12. #100
    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)
    meh this sucks if u have a lvl 18 account on google+... xD

  13. #101
    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)
    The real point is to use a secondary PTC account just for this and while its running u can still use your main account to look and move.

  14. Thanks Subversion2 (1 members gave Thanks to rezdan for this useful post)
  15. #102
    heybigboy5's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    never mind, thanks for this!
    Last edited by heybigboy5; 07-16-2016 at 09:09 PM.

  16. #103
    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)
    Is there a tutorial for this some where?

  17. #104
    Subversion2's Avatar Contributor
    Reputation
    108
    Join Date
    Jul 2016
    Posts
    137
    Thanks G/R
    68/41
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rezdan View Post
    The real point is to use a secondary PTC account just for this and while its running u can still use your main account to look and move.
    Bingo! The only reason you're logging in at all is to get access to the Pokemon API servers.

  18. Thanks rezdan (1 members gave Thanks to Subversion2 for this useful post)
  19. #105
    Subversion2's Avatar Contributor
    Reputation
    108
    Join Date
    Jul 2016
    Posts
    137
    Thanks G/R
    68/41
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WoWSondermüll View Post
    if you create the route you want it to run in GPSies.com, you can let lockito run anywhere, even through buildings, over lakes etc. all you need to do is disable the setting use roads (? i guess, im from germany, its the top checkbox in the right hand settings box on gpsies).after that, carefull plan your route (left click to set a waypoint, rightclick to remove it), and after that, good to go.

    AND YOU DO NOT NEED AN ACCOUNT THERE !

    just create the route, when done name it(optional), and scroll down on the page, export the file, done !
    I love you more than you can ever know

Page 7 of 9 FirstFirst ... 3456789 LastLast

Similar Threads

  1. [Guide] Even more precise location of nearby pokemon ON MAP!
    By Syncness in forum Pokemon GO Hacks|Cheats
    Replies: 532
    Last Post: 07-29-2016, 09:51 AM
  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. [How-To] Question: how to go to nearby Pokemon?
    By Voiceeeeee in forum Pokemon GO Chat
    Replies: 0
    Last Post: 07-18-2016, 05:49 PM
  4. [Question] Nearby pokemon 3-steps bug
    By Mart24 in forum Pokemon GO Chat
    Replies: 3
    Last Post: 07-16-2016, 01:48 AM
  5. [Question] Nearby Pokemon list is always empty now, how do I fix that?
    By droko5 in forum Pokemon GO Chat
    Replies: 3
    Last Post: 07-15-2016, 06:38 AM
All times are GMT -5. The time now is 01:11 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