Avatar Configurator ConnectionError(host='urm.nvidia.com', port=443):

Hi,
I am trying the Avatar Configurator for the ACE and i am encountering the following.
I have disabled the firewall for my system.
Is the build still referring to internal assets and not a public address?

Log:
ubuntu@ubuntu:~/NGC/avatar-studio@1.0.0+1.0.639.ede3dc9c.gl.linux-x86_64.release$ ./run_avatar_configurator.sh
packman(WARNING): ConnectionError: HTTPSConnectionPool(host=‘urm.nvidia.com’, port=443): Max retries exceeded with url: /artifactory/ct-omniverse-generic/pkgs/repo_build/repo_build%400.64.1.7z (Caused by NewConnectionError(‘<packman._vendor.urllib3.connection.HTTPSConnection object at 0x783eb11cae90>: Failed to establish a new connection: [Errno -5] No address associated with hostname’))
packman(WARNING): Retrying after 20 seconds (2 retries left) …
packman(WARNING): ConnectionError: HTTPSConnectionPool(host=‘urm.nvidia.com’, port=443): Max retries exceeded with url: /artifactory/ct-omniverse-generic/pkgs/repo_build/repo_build%400.64.1.7z (Caused by NewConnectionError(‘<packman._vendor.urllib3.connection.HTTPSConnection object at 0x783eb11c9a50>: Failed to establish a new connection: [Errno -5] No address associated with hostname’))
packman(WARNING): Retrying after 20 seconds (1 retry left) …
packman(WARNING): ConnectionError: HTTPSConnectionPool(host=‘urm.nvidia.com’, port=443): Max retries exceeded with url: /artifactory/ct-omniverse-generic/pkgs/repo_build/repo_build%400.64.1.7z (Caused by NewConnectionError(‘<packman._vendor.urllib3.connection.HTTPSConnection object at 0x783eb11c9ab0>: Failed to establish a new connection: [Errno -5] No address associated with hostname’))
Traceback (most recent call last):
File “/home/ubuntu/Desktop/others/NGC/avatar-studio@1.0.0+1.0.639.ede3dc9c.gl.linux-x86_64.release/dev/tools/repoman/repoman.py”, line 40, in
bootstrap()
File “/home/ubuntu/Desktop/others/NGC/avatar-studio@1.0.0+1.0.639.ede3dc9c.gl.linux-x86_64.release/dev/tools/repoman/repoman.py”, line 29, in bootstrap
deps = packmanapi.pull(REPO_DEPS_FILE)
File “/home/ubuntu/.cache/packman/packman-common/7.21.2/packman/utils.py”, line 488, in wrapper_message_block
return func(*args, **kwargs)
File “/home/ubuntu/.cache/packman/packman-common/7.21.2/packman/main.py”, line 1096, in pull
dep_map = pull_with_variable_file(
File “/home/ubuntu/.cache/packman/packman-common/7.21.2/packman/main.py”, line 1159, in pull_with_variable_file
pull_map = pull_dependencies(
File “/home/ubuntu/.cache/packman/packman-common/7.21.2/packman/main.py”, line 1415, in pull_dependencies
].get_download_info_for_package(package_name, package_version)
File “/home/ubuntu/.cache/packman/packman-common/7.21.2/packman/transport/httptransport.py”, line 205, in get_download_info_for_package
id = self.get_download_id_for_file(path)
File “/home/ubuntu/.cache/packman/packman-common/7.21.2/packman/transport/httptransport.py”, line 180, in get_download_id_for_file
r = self._call_with_retry(lambda: requests.head(url))
File “/home/ubuntu/.cache/packman/packman-common/7.21.2/packman/transport/httptransport.py”, line 124, in _call_with_retry
raise errors.PackmanError(
packman.errors.PackmanError: Connection failure. Retries exhausted. Is service or network down?

Running wget on the address directly:
wget https://urm.nvidia.com/artifactory/ct-omniverse-generic/pkgs/repo_build/repo_build%400.64.1.7z
–2024-06-07 22:17:57-- https://urm.nvidia.com/artifactory/ct-omniverse-generic/pkgs/repo_build/repo_build%400.64.1.7z
Resolving urm.nvidia.com (urm.nvidia.com)… failed: No address associated with hostname.
wget: unable to resolve host address ‘urm.nvidia.com

Hi, we have published a new Avatar Configurator version 1.0.1 that should address your issue.