-
Notifications
You must be signed in to change notification settings - Fork 29
Web Viewer fails with "StreamerNoStunResponsesReceived" on NVIDIA Brev L40S instance #6
Description
I am running into issues with trying to view Isaac Sim.
I have followed the instructions within this repository. Starting by following the "Quickstart Guide", I've done the following:
- Deployed an Isaac Launchable NVIDIA L40S instance through Brev:
- Ensured that the instance is fully ready on Brev:
-
Using the URL from "Using Secure Links", I can successfully gain access to the Visual Studio Code dev environment.
-
Following the instructions found from isaac-lab/vscode/README.md, I start Isaac Sim using
ACCEPT_EULA=y /isaac-sim/runheadless.sh
Output: isaac-start-log.txt
The application reportsIsaac Sim Full Streaming App is loaded.and does not exit or crash. -
To view the Isaac Sim UI, I copy the URL of the Visual Studio Code dev environment, change the end to '/viewer/', and wait to see the stream. Initially the new tab shows "Waiting for stream...", but after a short while the window displays an error:
ERROR Session start failed with error: "StreamerNoStunResponsesReceived"
Output: isaac-viewer-log.txt
The error message remains displayed, even after waiting for 15-20 minutes.
- Troubleshooting:
- Opened a terminal to the GPU Instance, and ensured that the
isaac-lab-nginx,isaac-lab-vscodeandisaac-lab-viewercontainers are all up and running:
All the steps I've taken have been directly following the instructions found in the README's in this repository. Haven't found a solution to this issue yet.