Auto-Updating pokemon go map menu

User Tag List

Page 10 of 37 FirstFirst ... 67891011121314 ... LastLast
Results 136 to 150 of 553
  1. #136
    dreambar.wi's Avatar Private
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @redhair2412

    Trying breaking out the command. Look at my above post. This will at least allow you to verify if you successfully establish a connection with nianticlabs first.

    Auto-Updating pokemon go map
  2. #137
    eazyCv's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ubango View Post
    Gotta find the create your own API in this thread, create Browser API when asked

    Then keep data file empty
    Okay so i made a Browser Api and i placed it in config.json and ran it again but i'm still in columbus. :confused:

  3. #138
    eazyCv's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dreambar.wi View Post
    Separate the command out and verify its connecting first.

    First bat file is to start a local server instance:
    "C:\Python27\python.exe" -m SimpleHTTPServer 8000

    Second bat file is to connect to nianticlabs using your PTC account
    "C:\Python27\python.exe" main.py -u username -p password -l "location"

    If you see "API request error, retrying" message, it could mean the server is offline. At this point there is no point in running the third bat file since it means you haven't successfully establish a connection.

    Third bat is to launch the browser once you verified the connection was made with 2nd bat
    "C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe" 127.0.0.1:8000/index.html --args --disable-web-security --allow-file-access-from-files

    data.json file should be empty.
    Okay ty, ill try it right now.

    Edit, I have no third bat file only run.bat and run2.bat, run.bats contents are the same as you posted above but my run2.bat is diffrent ( "C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe" 127.0.0.1:8000/index.html --args --disable-web-security --allow-file-access-from-files
    "C:\Python27\python.exe" main.py -u username -p pass -l "Location" ) i edited out my information.

    Edit2, I made a run3.bat and put in "C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe" 127.0.0.1:8000/index.html --args --disable-web-security --allow-file-access-from-files . and made the run2.bat as you said above but now i'm only getting the world map
    Last edited by eazyCv; 07-17-2016 at 03:20 PM.

  4. #139
    redhair2412's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dreambar.wi View Post
    Separate the command out and verify its connecting first.

    First bat file is to start a local server instance:
    "C:\Python27\python.exe" -m SimpleHTTPServer 8000

    Second bat file is to connect to nianticlabs using your PTC account
    "C:\Python27\python.exe" main.py -u username -p password -l "location"

    If you see "API request error, retrying" message, it could mean the server is offline. At this point there is no point in running the third bat file since it means you haven't successfully establish a connection.

    Third bat is to launch the browser once you verified the connection was made with 2nd bat
    "C:\Program Files (x86)\Google\Chrome\Application\Chrome.exe" 127.0.0.1:8000/index.html --args --disable-web-security --allow-file-access-from-files

    data.json file should be empty.
    Ok I split out all the info into 3 bat files. on the 2nd bat file it says
    login for: "username"
    RPC session token: TGT-bunch of numbers

    Then when I run the 3rd bat it does the same thing. Blank world map with drawing tools. However this time it is giving me an API request error

    Edit: Does the same "Get /data.json HTTp/1.1" 200 -

    Spams this over and over again in the first run bat cmd

  5. #140
    eazyCv's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by redhair2412 View Post
    Spams this over and over again in the first run bat cmd
    This is what it's doing for me aswell

  6. #141
    darkdex52's Avatar Member
    Reputation
    9
    Join Date
    May 2009
    Posts
    73
    Thanks G/R
    6/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by redhair2412 View Post
    Ok I split out all the info into 3 bat files. on the 2nd bat file it says
    login for: "username"
    RPC session token: TGT-bunch of numbers

    Then when I run the 3rd bat it does the same thing. Blank world map with drawing tools. However this time it is giving me an API request error

    Edit: Does the same "Get /data.json HTTp/1.1" 200 -

    Spams this over and over again in the first run bat cmd
    Request API error is because the API server is down. Nothing we can do about it but wait. It's been down since the morning.

  7. #142
    ersenos's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    42
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any chance of being able to get copy the coordinates from the tooltip for future releases

  8. #143
    Ubango's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by redhair2412 View Post
    Ok I split out all the info into 3 bat files. on the 2nd bat file it says
    login for: "username"
    RPC session token: TGT-bunch of numbers

    Then when I run the 3rd bat it does the same thing. Blank world map with drawing tools. However this time it is giving me an API request error

    Edit: Does the same "Get /data.json HTTp/1.1" 200 -

    Spams this over and over again in the first run bat cmd
    That is normal for me anyways, in the second cmd it should have if it is working "sleeping for # seconds"--- Spamming that is it is working, it will pop up some pokemon locations and on the world map it should center it.

    Right now api is down? Im logged into the game but I can't get the script to run atm

  9. #144
    Zefy's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nvm, was using outdated folder
    Attached Thumbnails Attached Thumbnails Auto-Updating pokemon go map-fdsaadsadfs-jpg  
    Last edited by Zefy; 07-17-2016 at 05:15 PM.

  10. #145
    Kantos's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    42
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mine was working earlier but now it doesnt zoom the map to the location or spawn the icons i get a 404 Icon error on the first bat (the python server one)
    Auto-Updating pokemon go map-q564g-png

  11. #146
    newtonized's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i prevent it from updating north so much ?

  12. #147
    Schroom's Avatar Active Member
    Reputation
    43
    Join Date
    Oct 2007
    Posts
    147
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Potential fix for pokemon not showing up on your map:

    The file index.html inside the folder pokemongo-api-demo, make sure that the default program that opens the file type is set to Chrome. Mine was set to Edge, after I changed it the map suddenly worked for the first time.

  13. #148
    iKweli's Avatar Member
    Reputation
    12
    Join Date
    Mar 2009
    Posts
    135
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah its not zooming in on the location anymore WTF
    Stupidass fking release in canada it stopped working after the servers went down for canada FK YOU CANADA

    Originally LuCas23332

  14. #149
    ensar00's Avatar Member
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    11
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    help

    edit: Changed nothing, suddenly started working again.

  15. #150
    Zefy's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant get pokemon to show up on google map but the cmd is scanning, anyone able to help me?



    edit: jk started working randomly
    Last edited by Zefy; 07-17-2016 at 05:48 PM.

Page 10 of 37 FirstFirst ... 67891011121314 ... 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 03:47 PM. 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