generated from nhcarrigan/template
bug: auto-boss stops with "Save rejected: signature mismatch" after first completion #148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When using the auto-boss feature, the first boss fight completes successfully. However, after the first completion, auto-boss halts and displays the error message:
Steps to Reproduce
Expected Behaviour
Auto-boss should continue looping through boss fights without stopping, re-saving state correctly each iteration.
Actual Behaviour
Auto-boss stops after the first fight with a save rejection due to a signature mismatch. This suggests the game state token/signature computed after the first boss fight is not valid when submitted for the second save.
Notes
Likely a state mutation issue — the signature may be computed before state is fully updated after the first fight result is applied, causing the second save to carry an invalid signature.
✨ This issue was created with help from Hikari~ 🌸