NVIDIA-ISAAC-ROS / isaac_ros_common

Common utilities, packages, scripts, Dockerfiles, and testing infrastructure for Isaac ROS packages.
https://developer.nvidia.com/isaac-ros-gems
Other
197 stars 140 forks source link

401 unauthorized error while running run_dev.sh #82

Open altineller opened 1 year ago

altineller commented 1 year ago

Hello,

At one point I got the following error:

ERROR [internal] load metadata for nvcr.io/nvidia/isaac/ros:x86_64-ros2_humble_1930bbec7e7704243656b695b9df7844

load metadata for nvcr.io/nvidia/isaac/ros:x86_64-ros2_humble_1930bbec7e7704243656b695b9df7844:

failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to authorize: rpc error: code = Unknown desc = failed to fetch anonymous token: unexpected status: 401 Unauthorized Failed to build base image: isaac_ros_dev-x86_64, aborting. ~/workspaces/isaac_ros-dev/src/isaac_ros_common/scripts

Is this a temporary repository problem or am i requesting an image that does not exist?

Best Regards, Can

rem821 commented 1 year ago

Can confirm I'm dealing with the exact same problem at the moment. No solution yet.

altineller commented 1 year ago

@rem821 follow the login instructions on the below link:

https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/install_container.html#isaac-sim-requirements-isaac-sim-container

you need to create an api key and login with that, before running the isaac sim.

altineller commented 1 year ago

I am closing this issue, since it is not an issue anymore.

nakai-omer commented 1 year ago

@hemalshahNV This is similar to https://forums.developer.nvidia.com/t/build-error-with-isaac-ros-visual-slam/243967/11?u=omers

@altineller You should not need to login in order to build/pull docker images, this is an issue that should be solved. Login is just a workaround. Imo it should be re-opened.

jaiveersinghNV commented 1 year ago

We are still working on restoring anonymous Docker image pulls from the NVIDIA Container Registry.

For now, the best workaround is still registering for an NGC account, as mentioned by @altineller above.

brian7989 commented 9 months ago

I registered for NGC account and logged in successfully via docker login nvcr.io and tried ngc config set as well but still having same 401 issues. Attaching screenshots for reference.

Screenshot 2024-02-23 at 4 20 15 PM Screenshot 2024-02-23 at 4 19 59 PM