-
Notifications
You must be signed in to change notification settings - Fork 6
Improve logging output #97
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
base: dev
Are you sure you want to change the base?
Conversation
RogueL90
commented
Jan 6, 2026
- Add "idle" state
- Log state changes when they occur
- State output indicates whether video playback is looping
- Fix incorrect "process starting" log after process exits
- Add "idle" state - Log state changes when they occur - State output indicates whether video playback is looping - Fix incorrect "process starting" log after process exits
| else: | ||
| result = {"state": State.IDLE.value} | ||
|
|
||
| with state_lock: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the code acquires or releases the state lock. The code will never execute this part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok idk why it showing the snippet like that I'm a chud its the code within that with state_lock on line 422
MatthewTran22
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the state lock acquire and release logic, also include a screenshot showing the new change in the debug console UI?
MatthewTran22
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm lgtm 🤓
vietnguyen2358
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM