Closed yweitkemper closed 8 years ago
"walk_max": 4.16, "walk_min": 2.16,
Write "walk":4.16, to the config file, instead of the above lines.
tried that, didn't work :/ still the same error
Is there an other error message? Are you using the latest release?
Remove follow spiral for now.
I am using the latest release, no other error. And thanks removing follow spiral seemed to fix it.
Got the same error for the FollowPath
task in 603aca6a0f1aa900a5b9c356445b2ab363a88fc6
I guess some of the cell_workers need updates:
Traceback (most recent call last):
File "pokecli.py", line 609, in <module>
main()
File "pokecli.py", line 104, in main
bot.tick()
File ".../PokemonGo-Bot/pokemongo_bot/__init__.py", line 483, in tick
if worker.work() == WorkerResult.RUNNING:
File ".../PokemonGo-Bot/pokemongo_bot/cell_workers/follow_path.py", line 129, in work
if dist <= 1 or (self.bot.config.walk > 0 and is_at_destination):
AttributeError: 'Namespace' object has no attribute 'walk'
2016-08-15 16:29:03,613 [sentry.errors] [ERROR] Sentry responded with an error: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128) (url: https://app.getsentry.com/api/90254/store/)
After i took out follow spiral it doesn't seem to move at all this is what i get for running the bot for 30 mins.
2016-08-15 13:12:25,511 [PokemonGoBot] [INFO] [bot_start] Starting bot... 2016-08-15 13:12:25,762 [CollectLevelUpReward] [INFO] [level_up_reward] Received level up reward: [] 2016-08-15 13:12:25,763 [IncubateEggs] [INFO] [next_egg_incubates] Next egg incubates in 4.60 km 2016-08-15 13:41:22,675 [PokemonGoBot] [INFO] [api_error] Session stale, re-logging in. 2016-08-15 13:41:22,675 [PokemonGoBot] [INFO] [login_started] Login procedure started. 2016-08-15 13:41:24,143 [PokemonGoBot] [INFO] [login_successful] Login successful. 2016-08-15 13:41:24,144 [PokemonGoBot] [INFO] Found encrypt.so! Platform: darwin Encrypt.so directory: /Users/naturalhealingways/PokemonGo-Bot 2016-08-15 13:42:15,589 [ cli] [INFO] 2016-08-15 13:42:15,589 [ cli] [INFO] Ran for 0:29:57 2016-08-15 13:42:15,590 [ cli] [INFO] Total XP Earned: 0 Average: 0.00/h 2016-08-15 13:42:15,590 [ cli] [INFO] Travelled 0.00km 2016-08-15 13:42:15,590 [ cli] [INFO] Visited 0 stops 2016-08-15 13:42:15,590 [ cli] [INFO] Encountered 0 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before 2016-08-15 13:42:15,590 [ cli] [INFO] Threw 0 pokeballs 2016-08-15 13:42:15,590 [ cli] [INFO] Earned 0 Stardust 2016-08-15 13:42:15,591 [ cli] [INFO] 2016-08-15 13:42:15,591 [ cli] [INFO] Highest CP Pokemon: 2016-08-15 13:42:15,591 [ cli] [INFO] Most Perfect Pokemon: Traceback (most recent call last):
None of the above solutions working for me. I cannot use the bot with my custom path. Can anybody please refer to the last commit that works ok with custom paths?
For those having this error, follow the fixes in https://github.com/PokemonGoF/PokemonGo-Bot/pull/4025/files for now until it is merged into dev branch.
What's the status on this? Is it merged in code right now? I went on to change 2 python files to make it work. But don't want to miss out on other parts of the update. Coz I cannot do a 'git pull' now.
Hello , sorry for my English , I use google translation . I had the same problem yesterday. I create my Path by adding several Paths following each other . And I forget to add a comma after symbol "}". Searched and checked in your file path for missing comma. Me it solved my problem ;-)
This issue has been fixed on latest dev branch. 👍
Expected Behavior
Start bot
Actual Behavior
Bot starts logins in. after 5 seconds of waking gives me this error
Other Information
OS: IOS Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here) Python Version: (run 'python -V' and paste it here)