Even more precise location of nearby pokemon ON MAP! menu

Shout-Out

User Tag List

Page 5 of 36 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 533
  1. #61
    sdmart3'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 looks awesome thanks for the work. I keep getting this : "IOError: [Errno 2] No such file or directory: 'pokemon.json"

    I extracted all the files so I'm not sure why. Ideas?

    Even more precise location of nearby pokemon ON MAP!
  2. #62
    hoodlum5's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    been trying for the past two hours to get this to work..

    UnicodeDecodeError: 'utf8' codec can't decode byte 0xa4 in position 1: 'utf8' codec can't decode byte 0xa4 in position 1: invalid start byte in field: ResponseEnvelop.Profile.unknown11

  3. #63
    Malkira's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    29
    Thanks G/R
    16/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Much love again Sync, for some reason though it doesn't really follow the LAT/LNG points I input in CMD after more than a couple of tries it only scans the main geocode.

  4. #64
    Aikeelu's Avatar Contributor
    Reputation
    86
    Join Date
    Jun 2012
    Posts
    108
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you so much for this, working like a charm.

    Any chance to have it auto update the map? Saw that guy on reddit having a site that updates every 15 min and even mails him about rare spawns, crazy stuff lol

  5. #65
    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 emailingdude5 View Post
    ...the remaining time shows up...
    just replace ur example.py with this:
    [Python] # coding: utf-8 from flask import Flask, render_template from flask_googlema - Pastebin.com

    it shows a tooltip like this:
    Code:
    Rattata till 10:15:56 @ XX.xxxxy, YY.yyyyy

  6. #66
    palino1'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 charzy View Post
    hmm
    i run the prompt but only get 4 lines in cmd
    *restarting with stat
    * debugger is active!
    *debugger pin code 315233479
    * runnig on http: 127 etc press control to quit

    (then nothing)

    I got it once to count to 100% but never again.
    Any ideas?
    this happens because when you copy/paste coordinantes you for get the (-)
    For example:
    Right : "-33.87437958757391, 151.210595369339" -st 10
    Wrong: "33.87437958757391, 151.210595369339" -st 10

  7. #67
    kbone213's Avatar Member
    Reputation
    7
    Join Date
    Oct 2009
    Posts
    13
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hoodlum5 View Post
    been trying for the past two hours to get this to work..

    UnicodeDecodeError: 'utf8' codec can't decode byte 0xa4 in position 1: 'utf8' codec can't decode byte 0xa4 in position 1: invalid start byte in field: ResponseEnvelop.Profile.unknown11
    This is my issue as well. Anyone know what to do?

  8. #68
    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)
    Working well, wish it worked with my main account though

  9. #69
    hoodlum5's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im still trying to figure it out, sent a few pms out waiting on replies back.

  10. #70
    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)
    Lines 238-245
    Code:
            
            currLat, currLon = pokemon[-3], pokemon[-2]
            pokeMarkers.append(
                {
                    'icon': 'static/icons/'+str(pokemon[0])+'.png',
                    'lat': currLat,
                    'lng': currLon,
                    'infobox': (pokemon[1]+': '+str(pokemon[-3])+', '+str(pokemon[-2]) + '<br>Time left: ' +str(pokemon[-1])) 
                })
    line 344
    Code:
                pokemons.append([poke.pokemon.PokemonId, pokemonsJSON[poke.pokemon.PokemonId - 1]['Name'], poke.Latitude, poke.Longitude, poke.TimeTillHiddenMs / 1000])
    will now also display time left for said spawn

  11. #71
    hoodlum5's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have any update with this error ?

    UnicodeDecodeError: 'utf8' codec can't decode byte 0xa4 in position 1: 'utf8' codec can't decode byte 0xa4 in position 1: invalid start byte in field: ResponseEnvelop.Profile.unknown11

    Ill pay someone if you can help me fix it.

  12. #72
    oompalompa's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm receiving a strange error in the browser, it loads all the way through in the command line then I get this. It will worked a few times before receiving this, I've tried uninstalling and reinstalling the modules which didn't help. The only thing that could make it work again for a couple tries is completely uninstalling Python and deleting the Python folder then going through the process all over.

    Even more precise location of nearby pokemon ON MAP!-capture-jpg

    Edit: I've also tried overwriting the extracting of the zip, which didin't help either.
    Last edited by oompalompa; 07-17-2016 at 03:42 AM.

  13. #73
    tr1ppy15's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadmarine View Post
    Lines 238-245
    Code:
            
            currLat, currLon = pokemon[-3], pokemon[-2]
            pokeMarkers.append(
                {
                    'icon': 'static/icons/'+str(pokemon[0])+'.png',
                    'lat': currLat,
                    'lng': currLon,
                    'infobox': (pokemon[1]+': '+str(pokemon[-3])+', '+str(pokemon[-2]) + '<br>Time left: ' +str(pokemon[-1])) 
                })
    line 344
    Code:
                pokemons.append([poke.pokemon.PokemonId, pokemonsJSON[poke.pokemon.PokemonId - 1]['Name'], poke.Latitude, poke.Longitude, poke.TimeTillHiddenMs / 1000])
    will now also display time left for said spawn
    just to clarified isit for time spawn only? or show pokemon timespawn and cp of the pokemon aswell?

  14. #74
    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 oompalompa View Post
    I'm receiving a strange error in the browser, it loads all the way through in the command line then I get this. It will worked a few times before receiving this, I've tried uninstalling and reinstalling the modules which didn't help. The only thing that could make it work again for a couple tries is completely uninstalling Python and deleting the Python folder then going through the process all over.



    Edit: I've also tried overwriting the extracting of the zip, which didin't help either.
    server is probably down when you were logging in
    https://go.jooas.com/

  15. #75
    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 tr1ppy15 View Post
    just to clarified isit for time spawn only? or show pokemon timespawn and cp of the pokemon aswell?
    Just how much time till they despawn. I might have to look into if i can display cp values.

  16. Thanks Subversion2 (1 members gave Thanks to deadmarine for this useful post)
Page 5 of 36 FirstFirst 123456789 ... 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 12:14 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