cadebrown / PokemonGoBot-Manager

A manager for pokemon go bot - https://github.com/PokemonGoF/PokemonGo-Bot - to have multiple accounts with ease
16 stars 3 forks source link

Location Index #1

Open astro71 opened 8 years ago

astro71 commented 8 years ago

when i type the number in the index screen shot 2016-08-02 at 12 04 07 pm

cadebrown commented 8 years ago

Can you paste your locations.json here?

astro71 commented 8 years ago

{ "0. Santa Monica Pier - Great General Farming": { "index": "0", "name": "Santa Monica Pier", "info": "Great for water types, electabuzz, pokestops, overall great for general grinding", "loc": "34.008344620842834,-118.49794507026672" }, "1. Good farming spot": { "index": "2", "name": "Sydney", "info": "General farming", "loc": "-33.866609,151.209120" }, "2. Central Park - Snorlax Spot": { "index": "3", "name": "Central Park SW", "info": "Snorlax spawned here", "loc": "40.76976805976344,-73.979771733284" }, "3. London": { "index": "4", "name": "Densest area of london", "info": "Good for XP/Snorlax", "loc": "51.495011293466746,-0.13200759887695312" } }

astro71 commented 8 years ago

could it be my google key? just starting with coding, don't really know much at all haha

cadebrown commented 8 years ago

If you don't have one, just google how to get one, and paste that in configs/config.json where it says

astro71 commented 8 years ago

is this correct? screen shot 2016-08-02 at 12 16 49 pm

cadebrown commented 8 years ago

Yes. So is it just not starting at all? Did you change your bots.json?

cadebrown commented 8 years ago

Also, are you on the newest commit?

astro71 commented 8 years ago

have a feeling the bots.json might be the problem, should the one with "~" have bot info filled in aswell? screen shot 2016-08-02 at 12 20 27 pm

astro71 commented 8 years ago

really precaite the help, newbie here

cadebrown commented 8 years ago

Have you put your email and password in the json?

astro71 commented 8 years ago

yes, bots.json has two accounts email and pass filled out (bots.json~ does not however).

only other thing i can think of is i only have a google key for one of the accounts in config as there was only a spot for one

cadebrown commented 8 years ago

Try and reclone the newest version in a seperate folder. These few updates last night fixed a lot of bugs.

astro71 commented 8 years ago

screen shot 2016-08-02 at 12 54 42 pm

cadebrown commented 8 years ago

Follow the the main guide on the front of this repo. You have to copy some files (remove the .examples from bots, locations, and your config, and then change the values).

astro71 commented 8 years ago

Will do, was running dev before. setting up main now :)

astro71 commented 8 years ago

screen shot 2016-08-02 at 2 16 55 pm