Hello members of NVIDIA forums,
I have a question about downloading assets of Isaac-sim 2022.1.1 in my local PC.
I installed isaac-sim 2022.1.1 by following the official documentation.
https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/install_basic.html
I confirmed the followings:
- Isaac-sim works normally (I did basic tutorial in the official documentation).
- localhost:3080 (system monitor) showed running services. (All services run normally.)
- localhost:8080 (web UI of nucleus) showed assets of Isaac-sim.
- Omniverse Navigator showed assets of Issac-sim.
- The navigator was launched from “Nucleus Navigator” in the side bar of Omniverse Launcher.
Then, I tried to download the assets of Isaac-sim 2022.1.1 by using web UI of nucleus or Omniverse Navigator.
However, I could not download the assets in my local PC.
[When I used Omnivrse Navigator to download the assets]
I could download a single file or a small zip file.
However, If I tried to download a large zip file (about more than 1.35MB), the process stops at the point of 1.35MB.
I waited the process in about 1h, the process was same.
- The example of the single file: omniverse://127.0.0.1/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Hospital/hospital.usd
- The example of the small zip file: omniverse://127.0.0.1/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/.thumbs/256x256/
- The example of the large zip file: omniverse://127.0.0.1/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/
When I failed to download, the “logs” tab in localhost:3080 (I selected service “Nucleus”) shows the following errors:
2022-09-15 05:06:37 [2,352,651ms] [Error] [omni.core] [3580] …/…/…/source/plugins/common/ChildProcess.cpp:stderrReadCallback():30: From process ./omni-lft-service/omni-lft-service:Traceback (most recent call last):
File “lft/middlewares.py”, line 99, in log_errors_middleware
File “aiohttp/web_urldispatcher.py”, line 197, in handler_wrapper
File “lft/paths/download_zip.py”, line 43, in download_zip
File “lft/paths/download_zip.py”, line 87, in stream_zip_folder
File “lft/paths/download_zip.py”, line 87, in stream_zip_folder
File “lft/paths/download_zip.py”, line 72, in stream_zip_folder
File “lft/resolvers.py”, line 94, in read_from_resolver
lft.resolvers.ResolverError: ResolverResultCode.ResolverResultCodeOtherError
Error handling request
Traceback (most recent call last):
File “aiohttp/web_protocol.py”, line 435, in _handle_request
File “aiohttp/web_app.py”, line 504, in _handle
File “aiohttp/web_middlewares.py”, line 117, in impl
File “lft/middlewares.py”, line 67, in cors_middleware
File “lft/middlewares.py”, line 129, in verbose_access_log_middleware
File “lft/middlewares.py”, line 79, in filesystem_error_middleware
File “lft/middlewares.py”, line 99, in log_errors_middleware
File “aiohttp/web_urldispatcher.py”, line 197, in handler_wrapper
File “lft/paths/download_zip.py”, line 43, in download_zip
File “lft/paths/download_zip.py”, line 87, in stream_zip_folder
File “lft/paths/download_zip.py”, line 87, in stream_zip_folder
File “lft/paths/download_zip.py”, line 72, in stream_zip_folder
File “lft/resolvers.py”, line 94, in read_from_resolver
lft.resolvers.ResolverError: ResolverResultCode.ResolverResultCodeOtherError
[When I used web UI of nucleus to download the assets]
I could not download a single file, a small zip file and a large zip file.
[My environments]
- ubuntu 18.04
- using proxy server
- I checked that I can access internet. Also I checked firewall settings.
- I use the following command for launching omniverse launcher: ./omniverse-launcher-linux.AppImage --proxy-server=proxy ip:port
[Other info.]
- When I try to watch the asset from “Content” tab in Isaac-sim GUI, the terminal shows the error:
[48.193s] app ready
[54.346s] Isaac Sim App is loaded.
2022-09-15 05:23:58 [61,596ms] [Warning] [omni.client.plugin] Tick: authentication: Discovery(ws://localhost/omni/discovery): Error creating Auth/Credentials search: Not connected
2022-09-15 05:23:58 [61,596ms] [Warning] [omni.client.plugin] Tick: authentication: Discovery(ws://localhost/omni/discovery): Error creating Auth/Tokens search: Not connected
2022-09-15 05:23:58 [61,596ms] [Warning] [omni.client.plugin] Tick: authentication: Discovery(ws://localhost/omni/discovery): Error creating Api/Connection search: Not connected
2022-09-15 05:24:00 [63,393ms] [Warning] [omni.kit.browser.folder.core.models.folder_browser_data] Cannot list http://omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/Isaac/2022.1/Isaac/Robots/, error code: Result.ERROR.
2022-09-15 05:24:01 [64,245ms] [Error] [omni.kit.browser.folder.core.models.folder_browser_data] Timeout 5 seconds when listing http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/. Please check your network and connection to the url. Otherwise increase the timeout.
2022-09-15 05:24:01 [64,246ms] [Error] [omni.kit.browser.folder.core.models.folder_browser_data] Timeout 5 seconds when listing http://omniverse-content-production.s3-us-west-2.amazonaws.com/Assets/Vegetation/. Please check your network and connection to the url. Otherwise increase the timeout.
Is something wrong in my setup?