# \[Bug reporting\] Nvidia AIAA model address issue 

**URL:** https://discourse.slicer.org/t/bug-reporting-nvidia-aiaa-model-address-issue/23150
**Category:** Development
**Created:** [April 27, 2022, 3:05pm UTC](https://discourse.slicer.org/t/bug-reporting-nvidia-aiaa-model-address-issue/23150 "2022-04-27T15:05:26Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![LeonLin](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/leonlin/32/15107_2.png) [@LeonLin](https://discourse.slicer.org/u/LeonLin)
#### Post date: [April 27, 2022, 3:05pm UTC](https://discourse.slicer.org/t/bug-reporting-nvidia-aiaa-model-address-issue/23150/1 "2022-04-27T15:05:27Z")

</div>

Hi all

I keep getting this error while I try to use the Nvidia AIAA extension in Slicer.  
_Failed to fetch models from remote server. Make sure server address is correct and \<server\_uri\>/v1/models is accessible in browser_

The model address I used is **[http://perklabseg.asuscomm.com:5000/v1/models](http://perklabseg.asuscomm.com:5000/v1/models)**.

I use my phone’s internet so there shouldn’t have a firework problem. I also try the latest version of Slicer which is **Slicer-4.13.0-2022-04-26** also not working.

In the end, the problem is just solved by leaving the blank in the server field.  
 ![AIAA](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/a/5/a5e74928c7a8e1350b37c864c88a42d2198da7c7.jpeg)

I think this is a bug and I wish this can be fixed in the future

Thanks

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [April 27, 2022, 3:31pm UTC](https://discourse.slicer.org/t/bug-reporting-nvidia-aiaa-model-address-issue/23150/2 "2022-04-27T15:31:32Z")

</div>

Everything looks correct and works as expected.

> [@LeonLin](#):
>
> The model address I used is **[http://perklabseg.asuscomm.com:5000/v1/models](http://perklabseg.asuscomm.com:5000/v1/models)**.

The address of this server is not public information. It is not a secret (can be found in the extension’s source code without encryption), but it is subject to change and in general users should not use this address, but just leave the server address field empty. Where did you find this address? Was there any tutorial that instructed you to type it there?

That said, you can type the address manually and it works well. However, as the error message describes, the address that must be accessible in the browser is `<server_uri>/v1/models`. In your case this was `http://perklabseg.asuscomm.com:5000/v1/models/v1/models`. This address was incorrect, because you included `v1/models` in the server URI. The correct server address is `http://perklabseg.asuscomm.com:5000`, but again, if you want to use the default Slicer segmentation server then please don’t type the server address but leave the server address field empty.

Also note that developers of NVIDIA-AIAA have changed their focus on working on MONAILabel instead. You can do both training and inference using the [MONAILabel extension of Slicer](https://github.com/Project-MONAI/MONAILabel/#monai-label). I would recommend you to try it.

---

<div class="post-metadata">

### Author: ![LeonLin](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/leonlin/32/15107_2.png) [@LeonLin](https://discourse.slicer.org/u/LeonLin)
#### Post date: [June 16, 2022, 6:50am UTC](https://discourse.slicer.org/t/bug-reporting-nvidia-aiaa-model-address-issue/23150/3 "2022-06-16T06:50:41Z")

</div>

Hi,

Thanks for your reply.

I still cannot get a satisfactory result by using Nvidia AIAA.

I found the default server address [http://skull.cs.queensu.ca:8123](http://skull.cs.queensu.ca:8123) in [the source code](https://github.com/NVIDIA/ai-assisted-annotation-client), but it doesn’t work on my browser.

Is there any new server address now?

Thanks for the information about MONAI, I will try it.

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [June 17, 2022, 7:39pm UTC](https://discourse.slicer.org/t/bug-reporting-nvidia-aiaa-model-address-issue/23150/4 "2022-06-17T19:39:12Z")

</div>

The server address you are seeing is very, very old. Please use the current Slicer Stable Release or current Slicer Preview Release.

---

<div class="post-metadata">

### Author: ![LeonLin](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/leonlin/32/15107_2.png) [@LeonLin](https://discourse.slicer.org/u/LeonLin)
#### Post date: [June 27, 2022, 7:18am UTC](https://discourse.slicer.org/t/bug-reporting-nvidia-aiaa-model-address-issue/23150/5 "2022-06-27T07:18:57Z")

</div>

Ok, got it. Thanks for your help.
