You need to register the following protocol https://github.com/Kitware/visualizer/blob/master/server/pvw-visualizer.py#L196
Then make sure you call: https://github.com/Kitware/visualizer/blob/master/server/pvw-visualizer.py#L208-L209 On Wed, Mar 28, 2018 at 3:43 PM, Sgouros, Thomas <[email protected]> wrote: > 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.ParaViewWebViewPortImageDelive > ry()) > self.registerVtkWebProtocol(pv_protocols.vtk_protocols. > vtkWebViewPortImageDelivery()) > > This is using the pvpython that comes with ParaView-5.5.0-RC3. > > Thank you, > > -Tom > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > https://public.kitware.com/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: https://public.kitware.com/mailman/listinfo/paraview
