-
Notifications
You must be signed in to change notification settings - Fork 187
Cannot read properties of undefined (reading 'beforeQueued') #467
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
Comments
Thank you !! |
Got the same problem when updating ComfyUI. Solved it by uninstalling and reinstalling ComfyUI-Custom-Scripts then updating all nodes from workflow. |
I got the same error message one time some time after refreshing, updating nodes, etc that directed me to this bug report. itos's solution worked, but this wasn't simply the error message that got fixed, it fixed another issue I was having. I think some ComfyUI update did something, an issue I was having where the ComfyUI workflow/GUI would glitch, after hitting run/generate, the whole worksheet would have the nodes stay in place when trying to drag/move around the worksheet, but the text in the Custom-Scripts node, the text in Hunyuan Video CFG node, some Note nodes, and even the generated video/preview image would move while you dragged. So I was going through the effected nodes, trying updates/downgrades until I got this error and bug report. Not sure if this glitch and breaking had something to do with ComfyUI updating the frontend or the new(?) workflow-templates(which now is giving a lot of "Found example workflow folder 'workflows' for custom node 'CUSTOM NODE NAME', consider renaming it to 'example_workflows'" messages). I don't think I tried updating or generating anything with ComfyUI for about a week, and I think tried updating things today before running into this issue. Here is my current Comfy version: |
thank you so mach It has solved my problem |
Solution: In addition, update ComfyUI. |
Yesterday my ComfyUI desktop installation prompted me with an automatic update, so I did it. It was around that time I noticed that after running my custom Wan workflow it would freeze the UI when I tried to zoom out the camera, and also if I tried queueing up the workflow a second time it would error
Cannot read properties of undefined (reading 'beforeQueued')
, forcing me to Ctrl+R to refresh the UI.The issue turned out to be a
Show Text 🐍
node. I figured it out because that's the only node that would've come into view after zooming out. I deleted and recreated the node and it fixed the issue.Not sure if this was an issue with the ComfyUI update, or something that you would be able to fix, but figured I'd submit a bug report for it.
The text was updated successfully, but these errors were encountered: