Skip to content
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

Fix time limit exceeded handling outside movement/throws/etc #9

Open
IBBoard opened this issue Aug 14, 2021 · 0 comments
Open

Fix time limit exceeded handling outside movement/throws/etc #9

IBBoard opened this issue Aug 14, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@IBBoard
Copy link
Owner

IBBoard commented Aug 14, 2021

In Replay_2021-05-09_09-44-12.db there's a blitz after the opposition have a "Time limit exceeded!" turn over. This isn't picked up until the second player moves, and even that is only because of the blitz trying to look up dice rolls etc.

Currently we get a "stop iteration exception" because the list runs out, but we need to do something better with timeouts.

Ideally this would go somewhere central like Replay's _process_turn(), but we don't have the current list of log entries there and can't peek at the next ones. We may need to append the turn over to the end of the previous list, which would require changes to log parsing as well.

@IBBoard IBBoard added the bug Something isn't working label Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant