Error with monai bundle CLI download command #6547
Answered
by
KumoLiu
jabarragann
asked this question in
Q&A
-
Describe the bug
will result in the following error.
To Reproduce
Expected behavior Environment
Additional context |
Beta Was this translation helpful? Give feedback.
Answered by
KumoLiu
May 24, 2023
Replies: 1 comment 1 reply
-
Hi @jabarragann, could you please check |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wyli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jabarragann, could you please check
curl -i https://api.github.com/users/octocat
in the terminal? The GitHub API has the rate-limiting and users cannot request too many times otherwise 403 error will be raised. Maybe you can try it again later. Thanks!