Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIAAException: (3, "Status: 403; Response: b''") #106

Open
akabynda opened this issue Nov 12, 2022 · 2 comments
Open

AIAAException: (3, "Status: 403; Response: b''") #106

akabynda opened this issue Nov 12, 2022 · 2 comments

Comments

@akabynda
Copy link

Hello, everyone. I want to start working with AIAAclient and I have an error in the second line of the code:

client = client_api.AIAAClient(server_url='http://0.0.0.0:5000')
models = client.model_list(label='spleen')

Terminal:
Traceback (most recent call last):
File "/Users/akabynda/Diffuse_Steatoch/main.py", line 254, in
models = client.model_list(label='spleen')
File "/Users/akabynda/Diffuse_Steatoch/py_client/client_api.py", line 192, in model_list
raise AIAAException(AIAAError.SERVER_ERROR, 'Status: {}; Response: {}'.format(status, response))
py_client.client_api.AIAAException: (3, "Status: 403; Response: b''")

I have followed all the instructions (https://docs.nvidia.com/clara/clara-train-sdk/pt/installation.html and https://docs.nvidia.com/clara/clara-train-sdk/aiaa/quickstart.html). Can you help me?

@SachidanandAlle
Copy link
Collaborator

Please use Monailabel..

https://github.com/Project-MONAI/MONAILabel

@lassoan
Copy link
Contributor

lassoan commented Nov 13, 2022

If support for NVIDIA AIAA is ended then it could make sense to describe this in the README.md file, add a link to a page that describes how to achieve the same functionality with MONAILabel (especially how to install a shared MONAILabel server and install pre-trained models that were available in AIAA server) and archive this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants