ComfyUI: Diagnosing errors like "Syntax error: Unexpected token '>'" by logging to file?
All of my ComfyUI workflows stopped working on all instances with a syntax error when i try to run my workflow. The System and Container logs that I can access through the RunPod UI say nothing. Is there a way for me to start ComfyUI manually so I can see errors in the console and log it to a file?
3 Replies
you'd need to look at your browser's developer tools
open the tools (F12 or option-command-J in chrome), go back to the browser, run the workflow, and then go back to dev tools. look at the network tab in the tools to find the raw request and response. there isn't a way to get the output otherwise.
(i suspect you're getting a HTML response, btw, probably from cloudflare)
What HTML response do you suspect from Cloudflare? 🙂 Is there a broader issue going on today?
Comfy seems pretty well thought through so surprised the only way to see output is by looking at it raw in dev tools 🤨
often it's like a 502, but it's up to CF