fix: improve error message when node type is missing#12194
Merged
comfyanonymous merged 1 commit intomasterfrom Feb 1, 2026
Merged
fix: improve error message when node type is missing#12194comfyanonymous merged 1 commit intomasterfrom
comfyanonymous merged 1 commit intomasterfrom
Conversation
- Change error type from 'invalid_prompt' to 'missing_node_type' for frontend detection - Add extra_info with node_id, class_type, and node_title (from _meta.title) - Improve user-facing message: 'Node X not found. The custom node may not be installed.' Fixes COM-12528 Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019c0df1-aa57-72e0-8193-46aa24b5a327
simonri
pushed a commit
to simonri/ComfyUI-flash-attention-3
that referenced
this pull request
Feb 2, 2026
- Change error type from 'invalid_prompt' to 'missing_node_type' for frontend detection - Add extra_info with node_id, class_type, and node_title (from _meta.title) - Improve user-facing message: 'Node X not found. The custom node may not be installed.'
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.
Background
Currently, users (especially new users or users who don't know about custom nodes) will often execute workflows they got from someone else that contain nodes they do not have installed. The error message they receive is very technical and doesn't really convey what the underlying problem most likely is. This PR addresses the issue by adding a specific error type so the frontend can open a dialog with guided resolution steps (using existing dialog for "missing nodes error"). It also improves the error message content for people using other frontends, headless, or who have not updated their frontend.
Here is a list of all issues I could find where the user got the current error message and didn't understand how to resolve the issue (and/or believed it was an actual bug in ComfyUI):