-
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
list index out of range #3194
Comments
Same here 2016-08-09 09:46:05,289 [ cli] [INFO] Most Perfect Pokemon: |
+1 ... looks like there has been another change. |
Same here using Docker containers |
Related: #3193 |
Below should fix it:
|
I was looking at issue #3193 but unfortunately the above snippet doesnt solve this issue. I'm not really convinced its related to their servers. It might just be another API change... |
Try to take a rest in 10 minutes then start bot again. It has been working to me. |
Getting this same issue. I installed the new pgoapi and it didn't fix anything, but the bot ended up running a few minutes later anyway. I'm guessing it's a server issue. |
[Additional information] Does it has any relation? |
@kesfaw Try changing your working bot to have same config as your non working bot (just exchange account info). If it is because of FollowPath then create additional ticket and refer this ticket. |
Okay @shivamkalra. I'll try next error catching time. |
As there have been many updates since this issue was posted, I'm assuming this issue has been resolved. If I'm wrong, please reopen. |
Please check configuration at http://jsonlint.com/ before posting an issue.
Expected Behavior
Log in and start the tasks loop
Actual Behavior
Log in and crash (sometimes it doesnt even start the very first task, sometimes it tries to catch a pokemon).
Traceback (most recent call last):
File "pokecli.py", line 502, in
main()
File "pokecli.py", line 133, in main
raise e
IndexError: list index out of range
Steps to Reproduce
Log in (python pokecli.py...)
Other Information
OS: Windows 10
Git Commit: dee28d9
Python Version: 2.7.12
The text was updated successfully, but these errors were encountered: