[Paraview] ParaviewWeb server / client mismatch
Sgouros, Thomas
thomas_sgouros at brown.edu
Wed Mar 28 17:43:59 EDT 2018
HI All:
I'm trying to switch from ViewPortImageDelivery to VtkImageDelivery so I
can see updates to the web client without having to click in the window.
But apparently the protocols on the server side are deficient, and I get a
client-side error complaining that "viewport.image.animation.fps.max" is an
unregistered method.
On the python side, tried both of these, but got the same error.
self.registerVtkWebProtocol(pv_protocols.ParaViewWebViewPortImageDelivery())
self.registerVtkWebProtocol(pv_protocols.vtk_protocols.vtkWebViewPortImageDelivery())
This is using the pvpython that comes with ParaView-5.5.0-RC3.
Thank you,
-Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/paraview/attachments/20180328/47e89bd3/attachment.html>
More information about the ParaView
mailing list