Skip to content

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

@akabynda

Description

@akabynda

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions