Auto-Updating pokemon go map menu

Shout-Out

User Tag List

Page 27 of 37 FirstFirst ... 232425262728293031 ... LastLast
Results 391 to 405 of 553
  1. #391
    Zestro's Avatar Active Member
    Reputation
    57
    Join Date
    May 2012
    Posts
    166
    Thanks G/R
    6/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadmarine View Post
    I've updated the thread to pull from my personal repo. It should have fixes in it for the cache issue and Unicode issues. Some other general stability and QoL things as well.

    Download link:https://github.com/Zeromark30/pokemo...chive/maps.zip

    Commit history: https://github.com/Zeromark30/pokemo...o/commits/maps
    I'm trying yours but im still running into the issue of pokemon not drawing on the map. I do clear cache/hard reset but nothing happens. It scans fine, but the draw function is screwing up for me on your version, sometimes it partially draws the pokemon but misses like 80% of the pokemon scanned... what the heck @_@

    Auto-Updating pokemon go map
  2. #392
    Tobbo88's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    66
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zestro View Post
    I'm trying yours but im still running into the issue of pokemon not drawing on the map. I do clear cache/hard reset but nothing happens. It scans fine, but the draw function is screwing up for me on your version, sometimes it partially draws the pokemon but misses like 80% of the pokemon scanned... what the heck @_@
    sounds like a security issue or something

  3. #393
    santahashi's Avatar Member
    Reputation
    1
    Join Date
    Mar 2016
    Posts
    13
    Thanks G/R
    10/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Run.bat for someone who was still stuck
    start cmd /k "C:\Python27\python.exe" -m SimpleHTTPServer 8000
    @echo off "C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe" localhost:8000/index.html --args --disable-web-security --allow-file-access-from-files
    start python main.py -u USERNAME -p PASSWORD -l "LOCATION"
    pause
    Anyway, i'd recommend using last patch pokemon icon. Look real nice and neatly

  4. #394
    Hamselv007's Avatar Member
    Reputation
    1
    Join Date
    Apr 2015
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seems like no matter what I do, this thing keeps popping up:

    [+] Login successful
    Traceback (most recent call last):
    File "main.py", line 432, in <module>
    main()
    File "main.py", line 410, in main
    profile.ParseFromString(payload)
    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 841, in MergeFromString
    if self._InternalParse(serialized, 0, length) != length:
    File "C:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
    ", line 874, in InternalParse
    pos = field_decoder(buffer, new_pos, end, self, field_dict)
    File "C:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
    654, in DecodeField
    if value._InternalParse(buffer, pos, new_pos) != new_pos:
    File "C:\Python27\lib\site-packages\google\protobuf\internal\python_message.py
    ", line 874, in InternalParse
    pos = field_decoder(buffer, new_pos, end, self, field_dict)
    File "C:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
    520, in DecodeField
    field_dict[key] = _ConvertToUnicode(buffer[pos:new_pos])
    File "C:\Python27\lib\site-packages\google\protobuf\internal\decoder.py", line
    487, in _ConvertToUnicode
    return local_unicode(byte_str, 'utf-8')
    UnicodeDecodeError: 'utf8' codec can't decode byte 0x8c in position 1: 'utf8' co
    dec can't decode byte 0x8c in position 1: invalid start byte in field: ResponseE
    nvelop.Profile.unknown11

  5. #395
    Tobbo88's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    66
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    old one worked fine now chrome just says something went wrong and wont open the page anymore



    Sorry! Something went wrong.
    This page didn't load Google Maps correctly. See the JavaScript console for technical details.
    Last edited by Tobbo88; 07-19-2016 at 06:08 AM.

  6. #396
    padman's Avatar Member
    Reputation
    14
    Join Date
    Apr 2007
    Posts
    41
    Thanks G/R
    6/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you enter your API key? Did your try clearing cache? Try either 127.0.0.1:8000 or localhost:8000 ? Last version works fine for me, not sure about the "skipped heartbeat" thing but I'll see when I run it for a while. Sadly there's no easy way to copy the coordinates..

  7. #397
    Pokemonster's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tobbo88 View Post
    old one worked fine now chrome just says something went wrong and wont open the page anymore



    Sorry! Something went wrong.
    This page didn't load Google Maps correctly. See the JavaScript console for technical details.
    You need to add your API code in the config.json.

  8. #398
    ghsuh2'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)
    The map is empty for me, what to do?

  9. #399
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated.

    Can click on a pokemon to get a pop up with thier coords

    Changelog:
    https://github.com/Zeromark30/pokemongo-api-demo/commits/maps_oc

  10. #400
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by padman View Post
    Did you enter your API key? Did your try clearing cache? Try either 127.0.0.1:8000 or localhost:8000 ? Last version works fine for me, not sure about the "skipped heartbeat" thing but I'll see when I run it for a while. Sadly there's no easy way to copy the coordinates..
    just updated to do that.

  11. #401
    Hamselv007's Avatar Member
    Reputation
    1
    Join Date
    Apr 2015
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Deadmarine, can you help me man? its giving me a unidecode error - i linked the first entire log on page 27. I have uninstalled python loads of times, and installed your zip file few moments ago. I put in the api file(tried multiple) I clicked on the easy setup batch. every thing is installed perfectly, but I just keep getting that damn error. There is no weird symbols or letters in either location username or password (æøå) none of that. I have gotten it to work previous, for a day or so when you added option 2. Thanks in advance.

  12. #402
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hamselv007 View Post
    Deadmarine, can you help me man? its giving me a unidecode error - i linked the first entire log on page 27. I have uninstalled python loads of times, and installed your zip file few moments ago. I put in the api file(tried multiple) I clicked on the easy setup batch. every thing is installed perfectly, but I just keep getting that damn error. There is no weird symbols or letters in either location username or password (æøå) none of that. I have gotten it to work previous, for a day or so when you added option 2. Thanks in advance.
    try going in to C:\Python27\Lib\site-packages and deleting
    google and protobuf-2.6.1-py2.7.egg-info
    then rerun the setup

  13. #403
    Tobbo88's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    66
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    forgot to move my API over, done that now its just a white page on both firefox and chrome.. No luck at all :-/

  14. #404
    Hamselv007's Avatar Member
    Reputation
    1
    Join Date
    Apr 2015
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadmarine View Post
    try going in to C:\Python27\Lib\site-packages and deleting
    google and protobuf-2.6.1-py2.7.egg-info
    then rerun the setup
    On my computer its called protobuf-2.6.1-py2.7-nspkg.pth i guessing that's the one you mean. I don't have the other file.

    Thanks for the reply.

  15. #405
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tobbo88 View Post
    forgot to move my API over, done that now its just a white page on both firefox and chrome.. No luck at all :-/
    In chrome f12 > console tab > what errors

Page 27 of 37 FirstFirst ... 232425262728293031 ... LastLast

Similar Threads

  1. [How-To] Auto-updating Pokemon GO map scanner
    By Ashketchup in forum Pokemon GO Hacks|Cheats
    Replies: 0
    Last Post: 07-17-2016, 04:22 AM
  2. Best Wow Realmlist Changer (+ Auto Update)
    By Sikas in forum WoW EMU Programs
    Replies: 1
    Last Post: 01-09-2012, 06:26 AM
  3. How to make an auto updater! For noobs :)
    By EmiloZ in forum Programming
    Replies: 4
    Last Post: 03-27-2009, 03:54 PM
  4. [Question] Zygor auto update?
    By svampus in forum World of Warcraft General
    Replies: 0
    Last Post: 02-20-2009, 09:53 PM
  5. Auto Update of WoW
    By StefanSon in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 02-13-2008, 05:08 PM
All times are GMT -5. The time now is 01:08 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