I even created a new key and logged in but same exact error. I didn’t have this problem with same exact laptop two days ago.
2025-02-07 11:17:31 [mona@DOS 1]$ docker login nvcr.io
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /home/mona/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credential-stores
Login Succeeded
2025-02-07 11:17:42 [mona@DOS 1]$ mkdir -p ${ISAAC_ROS_WS}/isaac_ros_assets/models/centerpose_shoe/1 && cd ${ISAAC_ROS_WS}/isaac_ros_assets/models/centerpose_shoe/1 && wget --content-disposition 'https://api.ngc.nvidia.com/v2/models/org/nvidia/team/tao/centerpose/deployable_dla34/files?redirect=true&path=shoe_DLA34.onnx' -O model.onnx
--2025-02-07 11:17:50-- https://api.ngc.nvidia.com/v2/models/org/nvidia/team/tao/centerpose/deployable_dla34/files?redirect=true&path=shoe_DLA34.onnx
Resolving api.ngc.nvidia.com (api.ngc.nvidia.com)... 44.239.227.177, 35.161.3.4
Connecting to api.ngc.nvidia.com (api.ngc.nvidia.com)|44.239.227.177|:443... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2025-02-07 11:17:50 ERROR 500: Internal Server Error.
I am following step 2 of Download Quickstart Assets here isaac_ros_centerpose — isaac_ros_docs documentation
I am also not able to directly download from the ngc
2025-02-07 11:29:41 [mona@DOS 1]$ ngc config set
Enter API key [no-apikey]. Choices: [<VALID_APIKEY>, 'no-apikey']: VALID_APIKEY
Invalid API key for NGC service location [https://api.ngc.nvidia.com]. Please try again.
Enter API key [no-apikey]. Choices: [<VALID_APIKEY>, 'no-apikey']: MYKEY
Enter CLI output format type [ascii]. Choices: ['ascii', 'csv', 'json']: ascii
Enter org [no-org]. Choices: ['no-org', 'Omniverse (omniverse)']: Omniverse (omniverse)
Enter team [no-team]. Choices: ['prerel', 'no-team']: prerel
Enter ace [no-ace]. Choices: ['no-ace']: no-ace
Validating configuration...
Successfully validated configuration.
Saving configuration...
Successfully saved NGC configuration to /home/mona/.ngc/config
2025-02-07 11:30:42 [mona@DOS 1]$ docker login nvcr.io
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /home/mona/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credential-stores
Login Succeeded
2025-02-07 11:30:51 [mona@DOS 1]$ mkdir -p ${ISAAC_ROS_WS}/isaac_ros_assets/models/centerpose_shoe/1 && cd ${ISAAC_ROS_WS}/isaac_ros_assets/models/centerpose_shoe/1 && wget --content-disposition 'https://api.ngc.nvidia.com/v2/models/org/nvidia/team/tao/centerpose/deployable_dla34/files?redirect=true&path=shoe_DLA34.onnx' -O model.onnx
--2025-02-07 11:30:56-- https://api.ngc.nvidia.com/v2/models/org/nvidia/team/tao/centerpose/deployable_dla34/files?redirect=true&path=shoe_DLA34.onnx
Resolving api.ngc.nvidia.com (api.ngc.nvidia.com)... 35.161.3.4, 44.239.227.177
Connecting to api.ngc.nvidia.com (api.ngc.nvidia.com)|35.161.3.4|:443... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2025-02-07 11:30:56 ERROR 500: Internal Server Error.
2025-02-07 11:30:56 [mona@DOS 1]$ cat /home/mona/.ngc/config
;WARNING - This is a machine generated file. Do not edit manually.
;WARNING - To update local config settings, see "ngc config set -h"
[CURRENT]
format_type = ascii
apikey = MYKEY
org = omniverse
org_display_name = Omniverse
team = prerel