-
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
[CompleteTutorial] [ERROR] KeyError while setting tutorial state #4291
Comments
Could you post complete output of the bot (censuring personal info) as having only the error line is not that useful without knowing at which stage it is stuck |
2016-08-19 17:52:21,452 [CompleteTutorial] [INFO] Completed legal screen I can't reproduce it after restarting though. |
If the bot does not go through the tutorial after a restart, it means the tutorial is complete, as we are fetching tutorial state from the API. |
2016-08-19 22:08:06,463 [CompleteTutorial] [INFO] Trying to set NAME as nickname If nickname set errored out, it will get a name, but in the same time, it will always try to set nickname on all subsequent runs. |
@k4n30 why is this issue closed? |
Expected Behavior
Complete tutorial
Actual Behavior
[CompleteTutorial] [ERROR] KeyError while setting tutorial state
Your FULL config.json (remove your username, password, gmapkey and any other private info)
{"config": {"// set a name": "", "nickname": "NAME", "enabled": true}, "type": "CompleteTutorial"},
Output when issue occurred
[CompleteTutorial] [ERROR] KeyError while setting tutorial state
Steps to Reproduce
Run a new account with tutorial task
Other Information
OS: Ubuntu
Git Commit:
7293896
Python Version:
2.7.11
The text was updated successfully, but these errors were encountered: