401 Client error #287
Answered
by
tangy5
SameerShanbhogue
asked this question in
Q&A
401 Client error
#287
-
monailabel server not able to start while using app monaibundle. requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.github.com/repos/Project-MONAI/model-zoo/releases |
Beta Was this translation helpful? Give feedback.
Answered by
tangy5
Dec 27, 2022
Replies: 1 comment 1 reply
-
Hi @SameerShanbhogue , can you try add this in your monailabel start_server command.
I guess there is a authorization or rate limit issue for Github. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SameerShanbhogue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @SameerShanbhogue , can you try add this in your monailabel start_server command.
--conf auth_token <Your Github Auth Token>
I guess there is a authorization or rate limit issue for Github.