Errors in Python in server side of vtk.js

Dear All,

Are there some way from server side python handler in Python to display runtime errors?
Using pvpython. Command line below.

“c:\Program Files\ParaView 5.9.0-RC2-Windows-Python3.8-msvc2017-64bit\bin\pvpython.exe” .\server\vtkpython\vtkw-server.py --content .\dist --port 1234

vtk_protocol.py - python mouse event handler

Thanks,

Luís Gonçalves

try / catch / print…
Otherwise the stack trace is available on the client side if you setup catch the rpc calls…