HTTPError: 401 Client Error with model-zoo #1232
Unanswered
RotoDrache
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@RotoDrache , This is a Github authentication and rate limit error, it can happen when you try to access Bundle and Model-Zoo many times shortly. Can you try add this in your monailabel start_server command.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I apologize if this is a simple issue as I am new to MONAILabel. I am trying to use the Use Case 2: Bundle with Customized Scripts for Renal Substructure Segmentation in the QUICKSTART menu to segment the kidney.
I have installed monailabel in conda env. and have followed the steps in the quickstart but am getting the following error
File "/home/sam/anaconda3/envs/monailabel-weekly-env/lib/python3.9/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.github.com/repos/Project-MONAI/model-zoo/releases
Any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions