Response parsing error #10
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blizzardfinnegan/seymourLifeRust#10
Loading…
Add table
Reference in a new issue
No description provided.
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?
In the current version of this software, it is possible for a device to temporarily fall out of the predefined state machine, and remain uncaught for a single iteration. This appears to be mostly an edge case, however it will affect the final generated data.
Replicating the issue in a contained environment will be somewhat difficult, as it is due to serial response timings which cannot be manipulated easily. The following steps for reproduction assume that a control over response times is possible.
go_to_lifecycle_menu
(See:device.rs
), this logs in, then sends the debugmenu command.First attempt at resolving in commit
c6c34462bb
. Deployed in testing, will report with if issues persist.No errors seen thus far. If testing continues without errors or complaints, this issue will be closed.