That’s what I’m dealing with. It would be nice if these errors triggered an exception in python code. Is that already possible somehow?
If the error originates in JavaScript (from your screenshot this seems to be the case), I don’t think you can handle it in the python layer.
Rather, you should debug the JavaScipt code to figure out what went wrong.
1 Like