- My goal: I want to run a script in a workflow using Python
- Issue: It was working fine up until yesterday but now my python modules returns "{"error":true,"message":"Internal server error"}" with no other details. If I run the workflow step by step it works correctly but if I press run it crashes.
- Steps I've taken to troubleshoot: Deleted the cell and re-added, inspected the code but like I said, it runs fine manually.
- Additional info: (Cloud or Self-hosted, Screenshots) Cloud
I just tried creating a new Python cell with just a print statement in but that fails too. Again, same non-descript error.
I'm unable to add any new python code cells to my workflow that work correctly when run using "run workflow" - running each cell individually works.
Hey @jamesmundy - thanks for reaching out! Do you know if you're on a Cloud or self-hosted instance? And have you tried creating a Python code block in a brand new workflow? If you still see the same error at that point, there is probably an issue with the execution environment at an infrastructure level.
Thanks, Iām on Cloud. Eventually it started working so I stopped investigating but no changes to the code were needed.
Glad to hear that it's working, at least! Let me know if you notice anything similar in the future.