bugfix: fix 30+ Pi runtime crashes across UI panels and widgets#213
Open
gmmcosta15 wants to merge 3 commits intodevfrom
Open
bugfix: fix 30+ Pi runtime crashes across UI panels and widgets#213gmmcosta15 wants to merge 3 commits intodevfrom
gmmcosta15 wants to merge 3 commits intodevfrom
Conversation
4 tasks
…ensor_state signal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
cancelPage: fixAttributeErroronfile_metadatadict access.connectionPage: fix stale slot name.inputshaperPage: fix uninitializedcurrentItemreference.mainWindow: fix_handle_notify(dict.popitem→next(iter(items()))); fixglobal_backtab-bar gate; fix logger f-string.filamentTab: fix slot signature mismatch; fix stale_is_printingstate; fix bareself.isVisiblemissing parentheses.sensorsPanel: callremoveWidget+deleteLaterbefore clearing tracking dict on reconnect to prevent widget stacking.babystepPage: label syncs with confirmed Klipper value; button reorder; code deduplication.probeHelperPage: only processis_activewhen key is present in update dict.screensaver: guard DPMS calls withhasattr(_dpms_available)check.confirmPage: deduplicate repeated layout logic.networkWindow,utilitiesTab,notificationPage,basePopup,troubleshootPage: minor crash guards and cleanup.printer.py: fix missing key guards on Klipper state update dicts.Motivation
30+ crashes observed on Pi hardware during normal operation. Each fix is isolated to its widget. Related to the root PR #200.