-
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
Error: daily catch limit reached #5648
Comments
I looked at the code where it checks for daily catch limit and I don't see how if you set the daily_catch_limit to something very very high that it would reached that limit.
Can you try to do this (note you might have to install sqlite, In ubuntu, it is just sudo apt-get install sqlite)?
|
Actually, everything's working fine if I just disable sniping. |
So, it is still happening? I don't think the two are related though. |
Currently, I've disable sniping and it's working fine. But it gives the same error once I re-enable it. This started happening after the latest sniping related commit. |
having sort of the same problem I see this Catch limit even though I have no limit at all in my config [PokemonCatchWorker] [INFO] Captured Pidgey! (CP: 142 IV: 0.82 7/15/15 NCP: 0.21) Catch Limit: (598/800) +120 exp +100 stardust |
Duplicated (Issue #5684). |
Expected Behavior
Bot should work correctly
Actual Behavior
gives error that daily catch limit is reached even though I've set a very high limit
Your FULL config.json (remove your username, password, gmapkey and any other private info)
Output when issue occurred
Steps to Reproduce
Run the bot in the latest config
Other Information
OS:
Ubuntu 15.04
Branch:
dev
Git Commit:
e262b95
Python Version:
Python 2.7.9
The text was updated successfully, but these errors were encountered: