You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm attempting the remote viewer introduced in https://eth-ait.github.io/aitviewer/remote.html, and I use the same code as presented on my linux server:
But I always get failed to connect and I don't know why:
Could someone help pls?
The text was updated successfully, but these errors were encountered:
This script assumes that the remote viewer is running on the localhost, i.e. the same machine that this script executes. From your message I wasn't sure whether that's the case or the remote viewer is running on the linux server.
You will have to start a server such that the RemoteViewer can connect. You can do so via
So if you run this on your local machine and then execute the example script on your local machine, it should be able to connect. If you run your script on the linux server, you will have to connect to the IP of your local machine.
Hello! I'm attempting the remote viewer introduced in
https://eth-ait.github.io/aitviewer/remote.html
, and I use the same code as presented on my linux server:But I always get failed to connect and I don't know why:
Could someone help pls?
The text was updated successfully, but these errors were encountered: