I had successful run the setup.sh.
But when I run ./run.sh I got this:
Traceback (most recent call last):
File "pokecli.py", line 42, in
from pokemongo_bot import PokemonGoBot, TreeConfigBuilder
File "/Users/Su/PokemonGo-Bot/pokemongo_bot/init.py", line 19, in
import cell_workers
File "/Users/Su/PokemonGo-Bot/pokemongo_bot/cell_workers/init.py", line 3, in
from catch_lured_pokemon import CatchLuredPokemon
File "/Users/Su/PokemonGo-Bot/pokemongo_bot/cell_workers/catch_lured_pokemon.py", line 8, in
from pokemongo_bot.cell_workers.pokemon_catch_worker import PokemonCatchWorker
File "/Users/Su/PokemonGo-Bot/pokemongo_bot/cell_workers/pokemon_catch_worker.py", line 5, in
from pokemongo_bot import inventory
File "/Users/Su/PokemonGo-Bot/pokemongo_bot/inventory.py", line 182
<<<<<<< HEAD
^
Your config.json (remove your credentials and any other private info)
I had successful run the setup.sh. But when I run ./run.sh I got this:
Traceback (most recent call last): File "pokecli.py", line 42, in
from pokemongo_bot import PokemonGoBot, TreeConfigBuilder
File "/Users/Su/PokemonGo-Bot/pokemongo_bot/init.py", line 19, in
import cell_workers
File "/Users/Su/PokemonGo-Bot/pokemongo_bot/cell_workers/init.py", line 3, in
from catch_lured_pokemon import CatchLuredPokemon
File "/Users/Su/PokemonGo-Bot/pokemongo_bot/cell_workers/catch_lured_pokemon.py", line 8, in
from pokemongo_bot.cell_workers.pokemon_catch_worker import PokemonCatchWorker
File "/Users/Su/PokemonGo-Bot/pokemongo_bot/cell_workers/pokemon_catch_worker.py", line 5, in
from pokemongo_bot import inventory
File "/Users/Su/PokemonGo-Bot/pokemongo_bot/inventory.py", line 182
<<<<<<< HEAD
^
Your config.json (remove your credentials and any other private info)
{ "auth_service": "google", "username": "---", "password": "---", "location": "---", "gmapkey": "---", "encrypt_location": "", "tasks": [ { "type": "HandleSoftBan" }, { "type": "SleepSchedule", "config": { "enabled": false, "time": "03:54", "duration":"7:46", "time_random_offset": "00:24", "duration_random_offset": "00:43" } }, { "type": "CollectLevelUpReward" }, { "type": "IncubateEggs", "config": { "longer_eggs_first": true } }, { "type": "UpdateLiveStats", "config": { "enabled": false, "min_interval": 10, "stats": ["uptime", "stardust_earned", "xp_earned", "xp_per_hour", "stops_visited"], "terminal_log": true, "terminal_title": true } }, { "type": "TransferPokemon" }, { "type": "NicknamePokemon", "config": { "enabled": false, "nickname_template": "{ivpct}{iv_ads}" } }, {
}
Other Information
OS: OS X El Capitan Python Version: Python 2.7.12