-
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
Issue: Crash after 1 hour #2864
Comments
Can you post your config? Looks like you're missing a comma somewhere. |
@mjmadsen if so, why would it run for 1 hour before stopping? |
2016-08-07 14:00:43,695 [ cli] [INFO] Ran for 0:59:33 |
Can confirm, have the same bug. It is raised every time after perfectly running 1 hour. This was at the tail of my trace:
With this config file:
In the example config file, the "none" for the Evolve_Pokemon.config.evolve_all key is not capitalize, maybe it does matter, I am investigating it. |
What did it do before it stopped running (transfer, evolve, etc)? |
So those are the logs just before it crashed: First time:
Second time:
|
It has now been more than one hour that the bot is running and it has not crashed yet. The only change I made was to put "none" for the Evolve_Pokemon.config.evolve_all key instead of "NONE". |
Having the same issue, script stops every 1h. operating system: OSX 10.11.6 my config:
This is where it stops:
|
This is not related to evolution since evolutions are happening the entire time. |
Still a valid issue. Any solution? @solderzzc @daolf did it continue running after setting evolve as none? |
After setting evolve as "none" it did run correctly. |
@daolf For how long? Estimated? |
@pranavperfect Yesterday it did not run long because of an unrelated morning bug. However it is currently running and I'll keep this updated if the bug is still here or not. But yesterday I was able to have it running at least 3 hours. |
@daolf Thanks! |
@pranavperfect Quick update, putting "none", (lowercase) for Evolve_Pokemon.config.evolve_all 'fix' this issue. Bot still running after 2hours. |
update to latest dev and upgrade pip packages |
Expected Behavior
Continue running
Actual Behavior
Abruptly stopped
Steps to Reproduce
Random - Unsure if there are any steps possible to reproduce
Other Information
OS: Win 10
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here): ad6c21a
Python Version: (run 'python -V' and paste it here): Python 2.7.6
Error details when it stopped:
Traceback (most recent call last):
File "pokecli.py", line 493, in
main()
File "pokecli.py", line 129, in main
raise e
TypeError: None has type <type 'NoneType'>, but expected one of: (<type 'str'>, <type 'unicode'>)
The text was updated successfully, but these errors were encountered: