-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bot Exiting Mid-search/Mid-game #95
Comments
Hi, the attached logs seem to not be from a session where you had screen record enabled, as it being enabled is logged. Could you check your other log files? |
Odd, I thought it had been -- this one specifically mentions it! Also just confirming that disabling it worked as intended and ran overnight, so looks to be something specific to the recording flow |
Thanks for reporting this, it's a little curious how nothing is logged because we have a broad exception catch for this exact reason. |
No worries -- it looks to be consistent for what that's worth, and I don't think it's related to high system resources but could very well be possible |
Description
Hola folks!
Not sure what's changed in recent updates here that is affecting this, but something about the game loop appears to be exiting early with my setup. Currently running from latest
main
, with the attached config & log (withDEBUG
logging enabled).It looks like with the
screen_record
enabled: true
flag set, it's encountering some sort of error and just aborting/exiting without any log to indicate why?Basically I can start up the bot and it will nearly always immediately quit either after starting the search and before hitting accept, or just mid-game at some point.
Extra / Additional Info
exit-early.zip
Running:
I've just reverted
enabled: false
for thescreen_record
setting and currently running through, will comment on this issue if it "resolves" it.When
enabled: true
, it was a consistent behaviour over the last couple days.The text was updated successfully, but these errors were encountered: