-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: walker_factory() takes at least 5 arguments (4 given) #4253
Comments
someone fiddling with walker without testing? :) |
even |
you can temporarily fix this by disabling the polyline worker in walker_factory.py replace the contents of walker_factory.py with
|
@Raiven66 it helped but then crashed again
my bad. I forgot to remove the speed from the other place |
@Raiven66 your temp fix works for now, no more crash for me. Thanks =) |
@hlavicka can you just copypaste the whole thing and not just choose the lines you wish? :P |
@p1n9 make sure you have the config in good shape |
Fix is here #4254 |
@p1n9 please leave open until merged |
@k4n30 Ok, I will close after the merge (sorry) |
Should be fixed now. |
Expected Behavior
Running fine with move to map pokemon enabled in conf
Actual Behavior
Crash just after starting or few minutes later...
It seems that the update map position is working but each time it try to move to one pokemon it crash just after.
FULL config.json
http://pastebin.com/sEvBJsuR
Output when issue occurred
Steps to Reproduce
Running bot with move to map pokemon enabled
Other Information
OS: ubuntu 14.04
Branch: dev
Git Commit: 324b752
Python Version: Python 2.7.6
The text was updated successfully, but these errors were encountered: