Fail to run Extension Application in Omniverse Isaac Sim

Hi,
I try to load the RoboParty Application in Isaac Sim. But there is no responce after I click LOAD button.

My environment is:

  • Ubunut 20.04
  • Intel(R) Core™ i7-7700K CPU @ 4.20GHz
  • NVIDIA GeForce RTX 2070 , river Version: 470.82.1
  • Total Memory (MB): 32046

There are some warnings in the terminal

[8.346s] [ext: omni.isaac.app.setup-0.2.3] startup
[8.354s] Isaac Sim Version: 2022.1.0-release.2
[8.354s] Writing Isaac Sim icon file
[8.355s] [ext: omni.kit.window.stats-0.1.1] startup
[8.356s] [ext: omni.isaac.assets_check-0.3.1] startup
[8.357s] [ext: omni.isaac.sim.base-2022.1.0] startup
[8.358s] [ext: omni.isaac.sim-2022.1.0] startup
[8.541s] app ready
[15.028s] Isaac Sim App is loaded.
2022-07-28 14:04:37 [50,448ms] [Warning] [omni.client.python] Waiting for a request that has taken longer than 20ms to complete: 
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py", line 74, in _on_update
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/base_events.py", line 541, in run_forever
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/base_events.py", line 1786, in _run_once
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/events.py", line 88, in _run
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample_extension.py", line 146, in _on_load_world_async
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample.py", line 43, in load_world_async
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/robo_party/robo_party.py", line 46, in setup_scene
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/utils/nucleus.py", line 494, in get_assets_root_path
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/utils/nucleus.py", line 183, in check_server
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/extscore/omni.client/omni/client/__init__.py", line 133, in stat

Hi. That warning can be ignored. Do you see any errors in the log.
Please also confirm that you have installed Nucleus and you can access localhost from the content menu in Isaac Sim.

Thank you so much for the speedy reply.

There is one error in the terminal.

2022-07-28 14:22:00 [2,727ms] [Warning] [carb.graphics-vulkan.plugin] NGX does not support feature SuperSampling.Available.
2022-07-28 14:22:00 [2,727ms] [Warning] [rtx.postprocessing.plugin] NGX could not find DLSS feature. Check if 'libnvidia-ngx-dlss.so.*' is available and have compatible version.
2022-07-28 14:22:00 [2,727ms] [Error] [rtx.postprocessing.plugin] createDLSSContext error: unable to initialize context. Optional DLSS feature is disabled.
2022-07-28 14:22:02 [5,120ms] [Warning] [omni.physx.plugin] Deprecated: getSimulationEventStream is deprecated, please use getSimulationEventStreamV2
2022-07-28 14:22:06 [8,595ms] [Warning] [omni.physx.plugin] Deprecated: getSimulationEventStream is deprecated, please use getSimulationEventStreamV2

I have installed the Nucleus.

I also followed the tutorial to run Standalone Application. It was no response too.

2022-07-28 14:28:58 [2,436ms] [Error] [rtx.neuraylib.plugin] [DYNLIB:IO]   0.1   DYNLIB io   error: /home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/bin/libs/iray/libnvindex.so: cannot open shared object file: No such file or directory
2022-07-28 14:28:58 [2,436ms] [Error] [rtx.neuraylib.plugin] [INDEX:MAIN]   0.1   INDEX  main error: Failed to load /home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/bin/libs/iray/libnvindex.so
2022-07-28 14:28:58 [2,628ms] [Warning] [carb.graphics-vulkan.plugin] NGX does not support feature SuperSampling.Available.
2022-07-28 14:28:58 [2,628ms] [Warning] [rtx.postprocessing.plugin] NGX could not find DLSS feature. Check if 'libnvidia-ngx-dlss.so.*' is available and have compatible version.
2022-07-28 14:28:58 [2,628ms] [Error] [rtx.postprocessing.plugin] createDLSSContext error: unable to initialize context. Optional DLSS feature is disabled.

Updating to the latest 470.x/510.x/515.x drivers should fix those errors.

I update my driver to 515.57. It is still no response. Here are some new errors.
I guess it might be a network issue (mainland china).

2022-07-28 15:22:46 [179,116ms] [Warning] [omni.client.plugin]  Tick: authentication: Discovery(ws://localhost/omni/discovery): Error creating Auth/Credentials search: Not connected
2022-07-28 15:22:46 [179,116ms] [Warning] [omni.client.plugin]  Tick: authentication: Discovery(ws://localhost/omni/discovery): Error creating Auth/Tokens search: Not connected
2022-07-28 15:22:46 [179,116ms] [Warning] [omni.client.plugin]  Tick: authentication: Discovery(ws://localhost/omni/discovery): Error creating Api/Connection search: Not connected
2022-07-28 15:22:46 [179,137ms] [Warning] [omni.client.python] Waiting for a request that has taken longer than 20ms to complete: 
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py", line 74, in _on_update
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/base_events.py", line 541, in run_forever
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/base_events.py", line 1786, in _run_once
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/events.py", line 88, in _run
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample_extension.py", line 146, in _on_load_world_async
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample.py", line 43, in load_world_async
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/robo_party/robo_party.py", line 46, in setup_scene
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/utils/nucleus.py", line 494, in get_assets_root_path
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/utils/nucleus.py", line 183, in check_server
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/extscore/omni.client/omni/client/__init__.py", line 133, in stat

2022-07-28 16:02:56 [2,588,767ms] [Warning] [omni.client.plugin]  Tick: provider_nucleus: Null result for omni1ReadAssetVersion(localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Robots/Kaya/kaya.usd): INTERNAL_ERROR
2022-07-28 16:02:56 [2,588,767ms] [Warning] [omni.usd] Warning: in _ReportErrors at line 2830 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/usd/usd/stage.cpp -- Could not open asset @omniverse://localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Robots/Kaya/kaya.usd@ for reference on prim @anon:0x7fb2ac201bc0:World1.usd@,@anon:0x7fb2ac203e80:World1-session.usda@</World/Kaya>. (recomposing stage on stage @anon:0x7fb2ac201bc0:World1.usd@ <0x7fb2ac2072f0>)

2022-07-28 16:43:05 [4,997,764ms] [Warning] [omni.client.plugin]  Tick: provider_nucleus: Null result for omni1ReadAssetVersion(localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Robots/Jetbot/jetbot.usd): INTERNAL_ERROR
2022-07-28 16:43:05 [4,997,764ms] [Warning] [omni.usd] Warning: in _ReportErrors at line 2830 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/usd/usd/stage.cpp -- Could not open asset @omniverse://localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Robots/Jetbot/jetbot.usd@ for reference on prim @anon:0x7fb2ac201bc0:World1.usd@,@anon:0x7fb2ac203e80:World1-session.usda@</World/Jetbot>. (recomposing stage on stage @anon:0x7fb2ac201bc0:World1.usd@ <0x7fb2ac2072f0>)

2022-07-28 17:23:15 [7,407,766ms] [Warning] [omni.client.plugin]  Tick: provider_nucleus: Null result for omni1ReadAssetVersion(localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/default_environment.usd): INTERNAL_ERROR
2022-07-28 17:23:15 [7,407,767ms] [Warning] [omni.usd] Warning: in _ReportErrors at line 2830 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/usd/usd/stage.cpp -- Could not open asset @omniverse://localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/default_environment.usd@ for reference on prim @anon:0x7fb2ac201bc0:World1.usd@,@anon:0x7fb2ac203e80:World1-session.usda@</World/defaultGroundPlane>. (recomposing stage on stage @anon:0x7fb2ac201bc0:World1.usd@ <0x7fb2ac2072f0>)

2022-07-28 17:23:15 [7,407,805ms] [Error] [asyncio] [/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/base_events.py:1619] Task exception was never retrieved
future: <Task finished coro=<BaseSampleExtension._on_load_world.<locals>._on_load_world_async() done, defined at /home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample_extension.py:145> exception=ArgumentError('Python argument types in\n    None.GetPrimAtPath(Stage, NoneType)\ndid not match C++ signature:\n    GetPrimAtPath(pxrInternal_v0_20__pxrReserved__::UsdStage {lvalue}, pxrInternal_v0_20__pxrReserved__::SdfPath path)')>
Traceback (most recent call last):
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample_extension.py", line 146, in _on_load_world_async
    await self._sample.load_world_async()
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample.py", line 47, in load_world_async
    await self._world.reset_async()
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/world/world.py", line 307, in reset_async
    task.set_up_scene(self.scene)
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/tasks/stacking.py", line 66, in set_up_scene
    scene.add_default_ground_plane()
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/scenes/scene.py", line 198, in add_default_ground_plane
    plane = GroundPlane(prim_path=prim_path, name=name, z_position=z_position, physics_material=physics_material)
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/objects/ground_plane.py", line 102, in __init__
    collision=True,
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/prims/geometry_prim.py", line 90, in __init__
    collisions=collision,
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/prims/geometry_prim_view.py", line 63, in __init__
    visibilities=visibilities,
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/prims/xform_prim_view.py", line 72, in __init__
    self._prim_paths = find_matching_prim_paths(prim_paths_expr)
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/utils/prims.py", line 164, in find_matching_prim_paths
    if is_prim_path_valid(expression_to_match):
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/utils/prims.py", line 49, in is_prim_path_valid
    return get_current_stage().GetPrimAtPath(prim_path).IsValid()
Boost.Python.ArgumentError: Python argument types in
    None.GetPrimAtPath(Stage, NoneType)
did not match C++ signature:
    GetPrimAtPath(pxrInternal_v0_20__pxrReserved__::UsdStage {lvalue}, pxrInternal_v0_20__pxrReserved__::SdfPath path)
2022-07-28 17:23:15 [7,407,807ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Styles/WhiteMode.mdl
2022-07-28 17:23:15 [7,407,807ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Dull_Glass.mdl
2022-07-28 17:23:15 [7,407,807ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_2600K.mdl
2022-07-28 17:23:15 [7,407,807ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Brick_Wall_Brown.mdl
2022-07-28 17:23:15 [7,407,808ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized_Blue.mdl
2022-07-28 17:23:15 [7,407,808ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Gloss_Finish.mdl
2022-07-28 17:23:15 [7,407,808ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Grass_Countryside.mdl
2022-07-28 17:23:15 [7,407,808ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Architecture/Shingles_01.mdl
2022-07-28 17:23:15 [7,407,808ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Plastic_Acrylic.mdl
2022-07-28 17:23:15 [7,407,808ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Ceramic_Tile_12.mdl
2022-07-28 17:23:15 [7,407,808ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Leather_Black.mdl
2022-07-28 17:23:15 [7,407,808ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/MDF.mdl
2022-07-28 17:23:15 [7,407,808ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Bamboo.mdl
2022-07-28 17:23:15 [7,407,808ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Berber_Multi.mdl
2022-07-28 17:23:51 [7,443,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Styles/WhiteMode.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:24:54 [7,506,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Architecture/Ceiling_Tiles.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:25:15 [7,527,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Architecture/Roof_Tiles.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:25:36 [7,548,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Architecture/Shingles_01.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:26:00 [7,572,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/Cardboard.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:26:20 [7,592,854ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/Gypsum.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:26:41 [7,613,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/MDF.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:27:02 [7,634,843ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/Paper.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:27:02 [7,634,843ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Chain_Link_Fence.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:27:22 [7,654,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/Plaster.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:27:22 [7,654,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Gloss.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:27:35 [7,667,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_12000K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:27:35 [7,667,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Cloth_Black.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:27:43 [7,675,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Gloss_Finish.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:27:55 [7,687,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_1900K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:27:55 [7,687,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Cloth_Gray.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:04 [7,696,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Matte.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:16 [7,708,843ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_2600K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:16 [7,708,843ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Leather_Black.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:24 [7,716,852ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Matte_Finish.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:36 [7,728,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_2900K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:36 [7,728,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Leather_Brown.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:38 [7,730,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Adobe_Brick.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:38 [7,730,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Plastic.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:45 [7,737,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Satin.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:57 [7,749,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_5000K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:57 [7,749,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Leather_Pumpkin.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:59 [7,751,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Brick_Pavers.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:28:59 [7,751,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Plastic_ABS.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:06 [7,758,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Satin_Finish.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:11 [7,763,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Asphalt.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:17 [7,769,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_5500K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:17 [7,769,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Linen_Beige.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:20 [7,772,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Brick_Wall_Brown.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:20 [7,772,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Plastic_Acrylic.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:31 [7,783,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Dirt.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:38 [7,790,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_6000K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:38 [7,790,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Linen_Blue.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:41 [7,793,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Brick_Wall_Red.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:41 [7,793,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Plastic_Clear.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:43 [7,795,843ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Beige.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:52 [7,804,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Grass_Countryside.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:58 [7,810,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_7000K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:29:58 [7,810,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Linen_White.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:02 [7,814,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Concrete_Block.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:02 [7,814,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Rubber_Smooth.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:03 [7,815,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Berber_Gray.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:12 [7,824,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Grass_Cut.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:23 [7,835,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Concrete_Formed.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:23 [7,835,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Rubber_Textured.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:24 [7,836,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Berber_Multi.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:32 [7,844,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Grass_Winter.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:43 [7,855,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Concrete_Polished.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:43 [7,855,852ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Veneer_OU_Walnut.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:45 [7,857,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Charcoal.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:30:53 [7,865,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Leaves.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:04 [7,876,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Concrete_Rough.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:04 [7,876,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Veneer_UX_Walnut_Cherry.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:06 [7,878,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Cream.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:14 [7,886,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Mulch_Brown.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:16 [7,888,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Blue_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:25 [7,897,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Concrete_Smooth.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:25 [7,897,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Veneer_Z5_Maple.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:26 [7,898,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Diamond_Olive.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:35 [7,907,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Sand.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:37 [7,909,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Clear_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:46 [7,918,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Stucco.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:46 [7,918,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Vinyl.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:46 [7,918,849ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Diamond_Yellow.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:55 [7,927,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Soil_Rocky.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:31:58 [7,930,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Dull_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:32:07 [7,939,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Forest.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:32:16 [7,948,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Water.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:32:19 [7,951,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Frosted_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:32:28 [7,960,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Gray.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:32:37 [7,969,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Water_Opaque.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:32:40 [7,972,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Glazed_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:32:49 [7,981,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Pattern_Leaf_Squares_Tan.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:33:00 [7,992,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Green_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:33:10 [8,002,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Pattern_Loop.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:33:21 [8,013,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Mirror.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:33:31 [8,023,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Pattern_Squares_Multi.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:33:42 [8,034,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Red_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:33:58 [8,050,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Ash.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:34:03 [8,055,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:34:18 [8,070,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Ash_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:34:24 [8,076,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R02.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:34:39 [8,091,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Bamboo.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:34:45 [8,097,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R25.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:35:00 [8,112,843ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Bamboo_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:35:06 [8,118,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R50.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:35:20 [8,132,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Beadboard.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:35:26 [8,138,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R75.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:35:40 [8,152,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Birch.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:35:47 [8,159,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R85.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:36:01 [8,173,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Birch_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:36:08 [8,180,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R98.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:36:10 [8,182,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:36:22 [8,194,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Cherry.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:36:30 [8,202,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized_Black.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:36:42 [8,214,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Adobe_Octagon_Dots.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:36:42 [8,214,852ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Cherry_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:36:50 [8,222,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized_Blue.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:37:03 [8,235,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Ceramic_Smooth_Fired.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:37:03 [8,235,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Cork.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:37:11 [8,243,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized_Charcoal.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:37:24 [8,256,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Ceramic_Tile_12.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:37:24 [8,256,852ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Mahogany.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:37:32 [8,264,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized_Red.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:37:45 [8,277,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Ceramic_Tile_18.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:37:45 [8,277,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Mahogany_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:37:53 [8,285,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Cast.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:38:06 [8,298,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Ceramic_Tile_6.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:38:06 [8,298,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Oak.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:38:13 [8,305,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Polished.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:38:27 [8,319,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Fieldstone.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:38:27 [8,319,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Oak_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:38:34 [8,326,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Brass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:38:47 [8,339,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Granite_Dark.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:38:47 [8,339,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Parquet_Floor.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:38:55 [8,347,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Bronze.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:39:08 [8,360,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Granite_Light.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:39:08 [8,360,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Plywood.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:39:16 [8,368,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Brushed_Antique_Copper.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:39:28 [8,380,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Gravel.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:39:28 [8,380,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Timber.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:39:36 [8,388,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Cast_Metal_Silver_Vein.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:39:49 [8,401,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Gravel_River_Rock.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:39:49 [8,401,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Timber_Cladding.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:39:57 [8,409,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Chrome.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:40:10 [8,422,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Marble.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:40:10 [8,422,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Walnut.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:40:18 [8,430,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Copper.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:40:31 [8,443,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Marble_Smooth.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:40:31 [8,443,851ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Walnut_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:40:39 [8,451,843ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/CorrugatedMetal.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:40:52 [8,464,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Marble_Tile_12.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:40:59 [8,471,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Gold.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:41:13 [8,485,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Marble_Tile_18.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:41:20 [8,492,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Iron.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:41:34 [8,506,843ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Pea_Gravel.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:41:41 [8,513,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Metal_Door.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:41:54 [8,526,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Porcelain_Smooth.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:42:01 [8,533,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Metal_Seamed_Roof.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:42:15 [8,547,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Porcelain_Tile_4.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:42:22 [8,554,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/RustedMetal.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:42:36 [8,568,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Porcelain_Tile_4_Linen.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:42:42 [8,574,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Silver.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:42:57 [8,589,847ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Porcelain_Tile_6.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:43:03 [8,595,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Steel_Blued.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:43:17 [8,609,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Porcelain_Tile_6_Linen.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:43:24 [8,616,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Steel_Carbon.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:43:38 [8,630,849ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Retaining_Block.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:43:45 [8,637,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Steel_Cast.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:43:59 [8,651,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Slate.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:44:06 [8,658,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Steel_Stainless.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:44:20 [8,672,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Stone_Wall.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:44:40 [8,692,850ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Terracotta.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-28 17:45:01 [8,713,846ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Terrazzo.mdl. Please check your network and connection to the url. Otherwise increase the timeout.

If I wait for a long time (nearly one hour), It show something in Isaac Sim. But I cannot click button START PARTY.

Here are errors in the terminal

[11.589s] Isaac Sim App is loaded.
2022-07-29 07:39:21 [20,704ms] [Warning] [omni.client.plugin]  Tick: authentication: Discovery(ws://localhost/omni/discovery): Error creating Auth/Tokens search: Not connected
2022-07-29 07:39:21 [20,704ms] [Warning] [omni.client.plugin]  Tick: authentication: Discovery(ws://localhost/omni/discovery): Error creating Api/Connection search: Not connected
2022-07-29 07:39:21 [20,724ms] [Warning] [omni.client.python] Waiting for a request that has taken longer than 20ms to complete: 
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/extscore/omni.kit.async_engine/omni/kit/async_engine/async_engine.py", line 74, in _on_update
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/base_events.py", line 541, in run_forever
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/base_events.py", line 1786, in _run_once
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/events.py", line 88, in _run
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample_extension.py", line 146, in _on_load_world_async
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample.py", line 43, in load_world_async
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/robo_party/robo_party.py", line 46, in setup_scene
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/utils/nucleus.py", line 494, in get_assets_root_path
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/utils/nucleus.py", line 183, in check_server
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/extscore/omni.client/omni/client/__init__.py", line 133, in stat

2022-07-29 08:19:35 [2,435,108ms] [Warning] [omni.client.plugin]  Tick: provider_nucleus: Null result for omni1ReadAssetVersion(localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Robots/Dofbot/dofbot.usd): INTERNAL_ERROR
2022-07-29 08:19:35 [2,435,109ms] [Warning] [omni.usd] Warning: in _ReportErrors at line 2830 of /buildAgent/work/ca6c508eae419cf8/USD/pxr/usd/usd/stage.cpp -- Could not open asset @omniverse://localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Robots/Dofbot/dofbot.usd@ for reference on prim @anon:0x7f3448201bd0:World1.usd@,@anon:0x7f3448203e90:World1-session.usda@</World/DofBot>. (recomposing stage on stage @anon:0x7f3448201bd0:World1.usd@ <0x7f3448207300>)

2022-07-29 08:19:35 [2,435,135ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Styles/WhiteMode.mdl
2022-07-29 08:19:35 [2,435,135ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Dull_Glass.mdl
2022-07-29 08:19:35 [2,435,136ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_2600K.mdl
2022-07-29 08:19:35 [2,435,136ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Architecture/Shingles_01.mdl
2022-07-29 08:19:35 [2,435,136ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Berber_Multi.mdl
2022-07-29 08:19:35 [2,435,136ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Brick_Wall_Brown.mdl
2022-07-29 08:19:35 [2,435,136ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Gloss_Finish.mdl
2022-07-29 08:19:35 [2,435,136ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Grass_Countryside.mdl
2022-07-29 08:19:35 [2,435,137ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Plastic_Acrylic.mdl
2022-07-29 08:19:35 [2,435,137ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized_Blue.mdl
2022-07-29 08:19:35 [2,435,137ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Ceramic_Tile_12.mdl
2022-07-29 08:19:35 [2,435,137ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Leather_Black.mdl
2022-07-29 08:19:35 [2,435,137ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/MDF.mdl
2022-07-29 08:19:35 [2,435,137ms] [Error] [omni.kit.browser.material.data] get_subidentifier_from_material: Failed to read file http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Bamboo.mdl
2022-07-29 08:19:37 [2,437,552ms] [Warning] [carb.flatcache.plugin] Type tag does not have a corresponding USD type
2022-07-29 08:19:38 [2,437,783ms] [Warning] [gpu.foundation.plugin] Requesting texture to use texture streaming, but the service isn't available.The texture will be created as a regular resource.
2022-07-29 08:19:38 [2,437,932ms] [Warning] [omni.isaac.dynamic_control.plugin] Failed to find articulation at '/World/DofBot'
2022-07-29 08:19:38 [2,437,933ms] [Error] [omni.isaac.dynamic_control.plugin] DcGetArticulationRootBody: Invalid or expired articulation handle
2022-07-29 08:19:38 [2,437,933ms] [Warning] [omni.physx.tensors.plugin] Failed to find articulation at '/World/DofBot'
2022-07-29 08:19:38 [2,437,933ms] [Error] [omni.physx.tensors.plugin] Pattern '/World/DofBot' did not match any articulations

2022-07-29 08:19:38 [2,437,935ms] [Error] [asyncio] [/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/python/lib/python3.7/asyncio/base_events.py:1619] Task exception was never retrieved
future: <Task finished coro=<BaseSampleExtension._on_load_world.<locals>._on_load_world_async() done, defined at /home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample_extension.py:145> exception=AttributeError("'NoneType' object has no attribute 'is_homogeneous'")>
Traceback (most recent call last):
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample_extension.py", line 146, in _on_load_world_async
    await self._sample.load_world_async()
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.examples/omni/isaac/examples/base_sample/base_sample.py", line 47, in load_world_async
    await self._world.reset_async()
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/world/world.py", line 314, in reset_async
    self._scene._finalize(self.physics_sim_view)
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/scenes/scene.py", line 237, in _finalize
    robot.initialize(physics_sim_view)
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.dofbot/omni/isaac/dofbot/dofbot.py", line 114, in initialize
    super().initialize(physics_sim_view)
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/articulations/articulation.py", line 179, in initialize
    self._articulation_view.initialize(physics_sim_view=physics_sim_view)
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/exts/omni.isaac.core/omni/isaac/core/articulations/articulation_view.py", line 118, in initialize
    assert self._physics_view.is_homogeneous
  File "/home/xiao/.local/share/ov/pkg/isaac_sim-2022.1.0/kit/extsPhysics/omni.physics.tensors-1.4.12-5.1/omni/physics/tensors/impl/api.py", line 120, in is_homogeneous
    return self._backend.is_homogeneous
AttributeError: 'NoneType' object has no attribute 'is_homogeneous'
2022-07-29 08:20:10 [2,470,196ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Styles/WhiteMode.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:21:10 [2,530,305ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Architecture/Ceiling_Tiles.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:21:30 [2,550,322ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Architecture/Roof_Tiles.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:21:50 [2,570,328ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Architecture/Shingles_01.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:22:10 [2,590,425ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/Cardboard.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:22:30 [2,610,438ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/Gypsum.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:22:50 [2,630,447ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/MDF.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:23:10 [2,650,460ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/Paper.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:23:11 [2,650,683ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Chain_Link_Fence.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:23:30 [2,670,499ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wall_Board/Plaster.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:23:31 [2,670,685ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Gloss.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:23:41 [2,680,942ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_12000K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:23:41 [2,680,943ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Cloth_Black.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:23:51 [2,690,696ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Gloss_Finish.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:01 [2,700,983ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_1900K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:01 [2,700,983ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Cloth_Gray.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:11 [2,710,712ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Matte.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:21 [2,721,013ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_2600K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:21 [2,721,013ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Leather_Black.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:31 [2,730,719ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Matte_Finish.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:41 [2,741,023ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_2900K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:41 [2,741,024ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Leather_Brown.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:41 [2,741,024ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Adobe_Brick.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:41 [2,741,024ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Plastic.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:24:51 [2,750,754ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Satin.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:01 [2,761,051ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_5000K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:01 [2,761,052ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Leather_Pumpkin.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:01 [2,761,052ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Brick_Pavers.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:01 [2,761,053ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Plastic_ABS.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:11 [2,770,772ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Miscellaneous/Paint_Satin_Finish.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:11 [2,771,074ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Asphalt.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:21 [2,781,100ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_5500K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:21 [2,781,100ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Linen_Beige.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:21 [2,781,100ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Brick_Wall_Brown.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:21 [2,781,101ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Plastic_Acrylic.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:31 [2,791,085ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Dirt.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:41 [2,801,126ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_6000K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:41 [2,801,127ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Linen_Blue.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:41 [2,801,127ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Brick_Wall_Red.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:41 [2,801,127ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Plastic_Clear.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:41 [2,801,128ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Beige.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:25:51 [2,811,097ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Grass_Countryside.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:01 [2,821,159ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Emissives/Light_7000K.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:01 [2,821,160ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Textiles/Linen_White.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:01 [2,821,160ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Concrete_Block.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:01 [2,821,160ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Rubber_Smooth.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:01 [2,821,160ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Berber_Gray.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:11 [2,831,105ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Grass_Cut.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:21 [2,841,186ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Concrete_Formed.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:21 [2,841,187ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Rubber_Textured.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:21 [2,841,187ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Berber_Multi.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:31 [2,851,154ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Grass_Winter.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:41 [2,861,195ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Concrete_Polished.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:41 [2,861,195ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Veneer_OU_Walnut.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:41 [2,861,196ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Charcoal.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:26:51 [2,871,179ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Leaves.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:01 [2,881,214ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Concrete_Rough.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:01 [2,881,214ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Veneer_UX_Walnut_Cherry.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:01 [2,881,214ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Cream.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:11 [2,891,186ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Mulch_Brown.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:11 [2,891,247ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Blue_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:21 [2,901,264ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Concrete_Smooth.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:21 [2,901,265ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Veneer_Z5_Maple.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:21 [2,901,265ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Diamond_Olive.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:31 [2,911,238ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Sand.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:31 [2,911,305ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Clear_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:41 [2,921,296ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Masonry/Stucco.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:41 [2,921,297ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Plastics/Vinyl.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:41 [2,921,297ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Diamond_Yellow.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:51 [2,931,244ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Soil_Rocky.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:27:51 [2,931,354ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Dull_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:28:01 [2,941,301ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Forest.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:28:11 [2,951,261ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Water.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:28:11 [2,951,378ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Frosted_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:28:21 [2,961,303ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Gray.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:28:31 [2,971,267ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Natural/Water_Opaque.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:28:31 [2,971,427ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Glazed_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:28:41 [2,981,304ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Pattern_Leaf_Squares_Tan.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:28:51 [2,991,430ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Green_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:29:01 [3,001,332ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Pattern_Loop.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:29:11 [3,011,470ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Mirror.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:29:21 [3,021,390ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Carpet/Carpet_Pattern_Squares_Multi.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:29:31 [3,031,517ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Red_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:29:42 [3,041,709ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Ash.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:29:51 [3,051,548ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:30:02 [3,061,750ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Ash_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:30:12 [3,071,574ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R02.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:30:22 [3,081,772ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Bamboo.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:30:32 [3,091,579ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R25.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:30:42 [3,101,793ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Bamboo_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:30:52 [3,111,605ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R50.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:31:02 [3,121,796ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Beadboard.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:31:12 [3,131,663ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R75.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:31:22 [3,141,809ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Birch.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:31:32 [3,151,712ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R85.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:31:42 [3,161,868ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Birch_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:31:42 [3,162,256ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:31:52 [3,171,730ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Glass/Tinted_Glass_R98.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:32:02 [3,181,912ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Cherry.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:32:02 [3,182,260ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized_Black.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:32:12 [3,192,180ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Adobe_Octagon_Dots.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:32:22 [3,201,929ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Cherry_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:32:22 [3,202,288ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized_Blue.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:32:32 [3,212,189ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Ceramic_Smooth_Fired.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:32:42 [3,221,964ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Cork.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:32:42 [3,222,315ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized_Charcoal.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:32:52 [3,232,214ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Ceramic_Tile_12.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:33:02 [3,241,988ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Mahogany.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:33:02 [3,242,324ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Anodized_Red.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:33:12 [3,252,219ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Ceramic_Tile_18.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:33:22 [3,262,010ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Mahogany_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:33:22 [3,262,383ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Cast.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:33:32 [3,272,248ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Ceramic_Tile_6.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:33:42 [3,282,013ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Oak.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:33:42 [3,282,393ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Aluminum_Polished.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:33:52 [3,292,288ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Fieldstone.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:34:02 [3,302,019ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Oak_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:34:02 [3,302,418ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Brass.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:34:12 [3,312,320ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Granite_Dark.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:34:22 [3,322,036ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Parquet_Floor.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:34:22 [3,322,437ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Bronze.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:34:32 [3,332,354ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Granite_Light.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:34:42 [3,342,048ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Plywood.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:34:42 [3,342,447ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Brushed_Antique_Copper.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:34:52 [3,352,378ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Gravel.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:35:02 [3,362,085ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Timber.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:35:02 [3,362,463ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Cast_Metal_Silver_Vein.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:35:12 [3,372,400ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Gravel_River_Rock.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:35:22 [3,382,087ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Timber_Cladding.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:35:22 [3,382,519ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Chrome.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:35:32 [3,392,439ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Marble.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:35:42 [3,402,169ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Walnut.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:35:43 [3,402,556ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Copper.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:35:52 [3,412,464ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Marble_Smooth.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:36:02 [3,422,208ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Wood/Walnut_Planks.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:36:03 [3,422,572ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/CorrugatedMetal.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:36:12 [3,432,476ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Marble_Tile_12.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:36:23 [3,442,625ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Gold.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:36:32 [3,452,518ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Marble_Tile_18.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:36:43 [3,462,682ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Iron.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:36:52 [3,472,524ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Pea_Gravel.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:37:03 [3,482,697ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Metal_Door.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:37:12 [3,492,535ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Porcelain_Smooth.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:37:23 [3,502,728ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Metal_Seamed_Roof.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:37:32 [3,512,536ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Porcelain_Tile_4.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:37:43 [3,522,753ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/RustedMetal.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:37:52 [3,532,544ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Porcelain_Tile_4_Linen.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:38:03 [3,542,768ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Silver.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:38:13 [3,552,558ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Porcelain_Tile_6.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:38:23 [3,562,777ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Steel_Blued.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:38:33 [3,572,594ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Porcelain_Tile_6_Linen.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:38:43 [3,582,811ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Steel_Carbon.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:38:53 [3,592,637ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Retaining_Block.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:39:03 [3,602,813ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Steel_Cast.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:39:13 [3,612,662ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Slate.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:39:23 [3,622,841ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Metals/Steel_Stainless.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:39:33 [3,632,688ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Stone_Wall.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:39:53 [3,652,726ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Terracotta.mdl. Please check your network and connection to the url. Otherwise increase the timeout.
2022-07-29 08:40:13 [3,672,754ms] [Error] [omni.kit.browser.material.data] Timeout 5 seconds when reading subidendifiers from http://omniverse-content-production.s3-us-west-2.amazonaws.com/Materials/Base/Stone/Terrazzo.mdl. Please check your network and connection to the url. Otherwise increase the timeout.

The background turned red later.

2022-07-29 08:59:52 [4,852,108ms] [Warning] [omni.client.plugin]  Tick: provider_nucleus: Null result for omni1ReadAssetVersion(localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/Materials/Textures/radialGrid_clrmap_50.png): INTERNAL_ERROR
2022-07-29 08:59:52 [4,852,109ms] [Warning] [omni.client.plugin]  Tick: provider_nucleus: Null result for omni1ReadAssetVersion(localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/Materials/Textures/radialFalloffGrid_v02.png): INTERNAL_ERROR
2022-07-29 09:40:00 [7,260,108ms] [Warning] [omni.client.plugin]  Tick: provider_nucleus: Null result for omni1ReadAssetVersion(localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/Materials/Textures/radialFalloffGrid_v02.png): INTERNAL_ERROR
2022-07-29 09:40:00 [7,260,109ms] [Error] [gpu.foundation.plugin] Failed to read texture file omniverse://localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/Materials/Textures/radialFalloffGrid_v02.png or file is empty
2022-07-29 09:40:00 [7,260,109ms] [Error] [gpu.foundation.plugin] Failed to load texture omniverse://localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/Materials/Textures/radialFalloffGrid_v02.png (reason: 3)
2022-07-29 09:40:00 [7,260,110ms] [Warning] [omni.client.plugin]  Tick: provider_nucleus: Null result for omni1ReadAssetVersion(localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/Materials/Textures/radialGrid_clrmap_50.png): INTERNAL_ERROR
2022-07-29 09:40:00 [7,260,110ms] [Error] [gpu.foundation.plugin] Failed to read texture file omniverse://localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/Materials/Textures/radialGrid_clrmap_50.png or file is empty
2022-07-29 09:40:00 [7,260,111ms] [Error] [gpu.foundation.plugin] Failed to load texture omniverse://localhost/NVIDIA/Assets/Isaac/2022.1/Isaac/Environments/Grid/Materials/Textures/radialGrid_clrmap_50.png (reason: 3)

The problem was solved by totally reinstalling omniverse and Isaac Sim.
I uninstalled omniverse by cleanup tool.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.