Even more precise location of nearby pokemon ON MAP! menu

User Tag List

Page 34 of 36 FirstFirst ... 30313233343536 LastLast
Results 496 to 510 of 533
  1. #496
    guineapig'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)
    Guys,

    I am getting the following error
    Your username or password is incorrect. You have 4 attempts left before you will be locked out of your account for 15 minutes.

    File"C:\Pogo\example.py", line 516, in login
    raise Exception('[-] Wrong username/password')

    I am using my Gmail account that I use to login to Pokemon Go
    Which login account should I use ?

    Kindly Help please !

    Even more precise location of nearby pokemon ON MAP!
  2. #497
    awp2004's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2012
    Posts
    631
    Thanks G/R
    0/4
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by guineapig View Post
    Guys,

    I am getting the following error
    Your username or password is incorrect. You have 4 attempts left before you will be locked out of your account for 15 minutes.

    File"C:\Pogo\example.py", line 516, in login
    raise Exception('[-] Wrong username/password')

    I am using my Gmail account that I use to login to Pokemon Go
    Which login account should I use ?

    Kindly Help please !
    I recommend you make a pokemon trainer dummy account, and use that for scanning.

  3. #498
    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)
    I keep getting this and none are showing up on the map can any of you guys help
    Ps. it was working fine for me yesterday


    [-] looping: step 70 of 10000
    ('Completed:', 0.7100000000000001, '%')
    [-] looping: step 71 of 10000
    127.0.0.1 - - [20/Jul/2016 12:04:41] "GET / HTTP/1.1" 200 -
    127.0.0.1 - - [20/Jul/2016 12:04:42] "GET /static/favicon.ico HTTP/1.1" 200 -
    127.0.0.1 - - [20/Jul/2016 12:04:43] "GET / HTTP/1.1" 200 -
    127.0.0.1 - - [20/Jul/2016 12:04:43] "GET /static/favicon.ico HTTP/1.1" 200 -
    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 "example.py", line 462, in main
    h = get_heartbeat(args.auth_service, api_endpoint, access_token, profile_response)
    File "example.py", line 349, in get_heartbeat
    m5)
    File "example.py", line 264, in get_profile
    return retrying_api_req(service, api, access_token, req, useauth=useauth)
    File "example.py", line 160, in retrying_api_req
    response = api_req(service, api_endpoint, access_token, *args, **kwargs)
    File "example.py", line 196, 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.

    127.0.0.1 - - [20/Jul/2016 12:06:26] "GET / HTTP/1.1" 200 -
    127.0.0.1 - - [20/Jul/2016 12:06:26] "GET /static/favicon.ico HTTP/1.1" 200 -
    127.0.0.1 - - [20/Jul/2016 12:06:56] "GET / HTTP/1.1" 200 -
    127.0.0.1 - - [20/Jul/2016 12:06:57] "GET /static/favicon.ico HTTP/1.1" 200 -

  4. #499
    guineapig'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)
    Originally Posted by awp2004 View Post
    I recommend you make a pokemon trainer dummy account, and use that for scanning.
    Thank you very much

    By the way I used same name in both my real and dummy trainer account will that be an issue ?
    I was able to get the pokemon scans but I cannot see any special rare Pokemons

    Also they refresh after 10 minutes
    Can you kindly help me further

  5. #500
    Charlsss55'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)
    Hi guys!

    Can anyone help me! I got the next error while I´m trying to logging
    File "example.py", line 103
    print ' [-] {} ' . format (message)
    ^

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

    Thx guys
    Last edited by Charlsss55; 07-20-2016 at 01:12 PM.

  6. #501
    guineapig'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)
    Originally Posted by Charlsss55 View Post
    Hi guys!

    Can anyone help me! I got the next error while I´m trying to logging
    File "example.py", line 103
    print ' [-] {} ' . format (message)
    ^

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

    Thx guys
    You don't have to type python infront

  7. #502
    onenamezz's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The map isn't refreshing for me after a while, all the Pokemon eventually disappear and I need to reload everything, any help?

  8. #503
    Charlsss55'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)
    Originally Posted by awp2004 View Post
    I recommend you make a pokemon trainer dummy account, and use that for scanning.
    Thx actualy it is a fake accunt

  9. #504
    heliam'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)
    Someone can help me ? Screenshot by Lightshot i hv this error

  10. #505
    onenamezz's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting this error after one full circle through

    "retrying_api_req: request error (unexpected end-group tag.), retrying"

    Any help?

  11. #506
    pedrorm1993's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Charlsss55 View Post
    Hi guys!

    Can anyone help me! I got the next error while I´m trying to logging
    File "example.py", line 103
    print ' [-] {} ' . format (message)
    ^

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

    Thx guys

    Did you fix that PROBLEM?

    i still have that problem too

  12. #507
    fddbzz's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jan 2013
    Posts
    96
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onenamezz View Post
    I'm getting this error after one full circle through

    "retrying_api_req: request error (unexpected end-group tag.), retrying"

    Any help?
    pogo server currently down bro. try it later. Pokemon GO Server status!

  13. Thanks onenamezz (1 members gave Thanks to fddbzz for this useful post)
  14. #508
    pedrorm1993's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Even more precise location of nearby pokemon ON MAP!-512-png

    PLEASE PLEASE IM stuck here for an hour

    i did run the requirement.txt without problems

    But when i try the other command

    ive tried everything

    What more can i do?

    Can someone please TEAMVIEWER if you get this to work i give you an account level 10 pokemon go

    SEND PM so we can teamviewer.

  15. #509
    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)
    Can i speed up scanning in any way?

  16. #510
    fokeiro's Avatar (⌐■_■)–︻╦╤─ – – –

    Authenticator enabled
    Reputation
    808
    Join Date
    Jul 2012
    Posts
    756
    Thanks G/R
    89/727
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same error no module flask

    Install log errors

    C:\Pogo>C:\Python27\Scripts\pip2.exe install -r requirements.txt
    Requirement already satisfied (use --upgrade to upgrade): geopy==1.11.0 in c:\python27\lib\site-packages (from -r requirements.txt (line 1))
    Requirement already satisfied (use --upgrade to upgrade): protobuf==2.6.1 in c:\python27\lib\site-packages (from -r requirements.txt (line 2))
    Requirement already satisfied (use --upgrade to upgrade): requests==2.10.0 in c:\python27\lib\site-packages (from -r requirements.txt (line 3))
    Collecting flask-googlemaps==0.2.0 (from -r requirements.txt (line 4))
    Requirement already satisfied (use --upgrade to upgrade): s2sphere==0.2.4 in c:\python27\lib\site-packages (from -r requirements.txt (line 5))
    Collecting flask==0.11.1 (from -r requirements.txt (line 6))
    Using cached Flask-0.11.1-py2.py3-none-any.whl
    Collecting gpsoauth==0.3.0 (from -r requirements.txt (line 7))
    Collecting coveralls==1.1 (from -r requirements.txt (line )
    Using cached coveralls-1.1-py2.py3-none-any.whl
    Requirement already satisfied (use --upgrade to upgrade): werkzeug==0.11.10 in c:\python27\lib\site-packages (from -r requirements.txt (line 9))
    Requirement already satisfied (use --upgrade to upgrade): setuptools in c:\python27\lib\site-packages (from protobuf==2.6.1->-r requirements.txt (line 2))
    Requirement already satisfied (use --upgrade to upgrade): future in c:\python27\lib\site-packages (from s2sphere==0.2.4->-r requirements.txt (line 5))
    Requirement already satisfied (use --upgrade to upgrade): click>=2.0 in c:\python27\lib\site-packages (from flask==0.11.1->-r requirements.txt (line 6))
    Collecting Jinja2>=2.4 (from flask==0.11.1->-r requirements.txt (line 6))
    Using cached Jinja2-2.8-py2.py3-none-any.whl
    Collecting itsdangerous>=0.21 (from flask==0.11.1->-r requirements.txt (line 6))
    Collecting pycryptodomex>=3.0 (from gpsoauth==0.3.0->-r requirements.txt (line 7))
    Using cached pycryptodomex-3.4.2-cp27-cp27m-win32.whl
    Collecting docopt>=0.6.1 (from coveralls==1.1->-r requirements.txt (line )
    Collecting coverage>=3.6 (from coveralls==1.1->-r requirements.txt (line )
    Using cached coverage-4.1-cp27-cp27m-win32.whl
    Collecting MarkupSafe (from Jinja2>=2.4->flask==0.11.1->-r requirements.txt (line 6))
    Using cached MarkupSafe-0.23.tar.gz
    Building wheels for collected packages: MarkupSafe
    Running setup.py bdist_wheel for MarkupSafe ... error
    Complete output from command c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\sig\\appdata\\local\\temp\\pip-build-icuxns\\MarkupSafe\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d c:\users\sig\appdata\local\temp\tmps2mhrypip-wheel- --python-tag cp27:
    running bdist_wheel
    running build
    running build_py
    creating build
    creating build\lib.win32-2.7
    creating build\lib.win32-2.7\markupsafe
    copying markupsafe\tests.py -> build\lib.win32-2.7\markupsafe
    copying markupsafe\_compat.py -> build\lib.win32-2.7\markupsafe
    copying markupsafe\_constants.py -> build\lib.win32-2.7\markupsafe
    copying markupsafe\_native.py -> build\lib.win32-2.7\markupsafe
    copying markupsafe\__init__.py -> build\lib.win32-2.7\markupsafe
    running egg_info
    writing MarkupSafe.egg-info\PKG-INFO
    writing top-level names to MarkupSafe.egg-info\top_level.txt
    writing dependency_links to MarkupSafe.egg-info\dependency_links.txt
    warning: manifest_maker: standard file '-c' not found

    reading manifest file 'MarkupSafe.egg-info\SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    writing manifest file 'MarkupSafe.egg-info\SOURCES.txt'
    copying markupsafe\_speedups.c -> build\lib.win32-2.7\markupsafe
    running build_ext
    building 'markupsafe._speedups' extension
    error: [Error 2] The system cannot find the file specified

    ----------------------------------------
    Failed building wheel for MarkupSafe
    Running setup.py clean for MarkupSafe
    Failed to build MarkupSafe
    Installing collected packages: MarkupSafe, Jinja2, itsdangerous, flask, flask-googlemaps, pycryptodomex, gpsoauth, docopt, coverage, coveralls
    Running setup.py install for MarkupSafe ... error
    Complete output from command c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\sig\\appdata\\local\\temp\\pip-build-icuxns\\MarkupSafe\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\sig\appdata\local\temp\pip-nqw3sq-record\install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build\lib.win32-2.7
    creating build\lib.win32-2.7\markupsafe
    copying markupsafe\tests.py -> build\lib.win32-2.7\markupsafe
    copying markupsafe\_compat.py -> build\lib.win32-2.7\markupsafe
    copying markupsafe\_constants.py -> build\lib.win32-2.7\markupsafe
    copying markupsafe\_native.py -> build\lib.win32-2.7\markupsafe
    copying markupsafe\__init__.py -> build\lib.win32-2.7\markupsafe
    running egg_info
    writing MarkupSafe.egg-info\PKG-INFO
    writing top-level names to MarkupSafe.egg-info\top_level.txt
    writing dependency_links to MarkupSafe.egg-info\dependency_links.txt
    warning: manifest_maker: standard file '-c' not found

    reading manifest file 'MarkupSafe.egg-info\SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    writing manifest file 'MarkupSafe.egg-info\SOURCES.txt'
    copying markupsafe\_speedups.c -> build\lib.win32-2.7\markupsafe
    running build_ext
    building 'markupsafe._speedups' extension
    error: [Error 2] The system cannot find the file specified

    ----------------------------------------
    Command "c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\sig\\appdata\\local\\temp\\pip-build-icuxns\\MarkupSafe\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\sig\appdata\local\temp\pip-nqw3sq-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\sig\appdata\local\temp\pip-build-icuxns\MarkupSafe\



    Last edited by fokeiro; 07-20-2016 at 07:39 PM.

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 11:42 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