Hi
I started a service on the remote server using the following command:
/home/hty/paraview_build/bin/pvpython --force-offscreen-rendering SimpleCone.py --venv /root/.environments/paraview --port 8081 --host 0.0.0.0 --server
But I cannot access it through the remote IP:8081.
At the same time, the server reports an error:
wslink is not expecting text message:
> {"wslink":"1.0","id":"system:c0:0","method":"wslink.hello","args":[{"secret":"wslink-secret"}],"kwargs":{}}
wslink is not expecting text message:
If I remove the --force-offscreen-rendering
parameter, the popup content is as follows:
But I still cannot access it via the web.
What’s even more interesting is that when I perform the same operation on a Mac computer, I can access it via the web.
Is there anyone who can help me solve this problem? I would greatly appreciate it.