# INHS module: unable to import image from table. 

**URL:** https://discourse.slicer.org/t/inhs-module-unable-to-import-image-from-table/19421
**Category:** Support
**Tags:** python, module, slicermorph
**Created:** [August 30, 2021, 11:48pm UTC](https://discourse.slicer.org/t/inhs-module-unable-to-import-image-from-table/19421 "2021-08-30T23:48:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![megbalk](https://avatars.discourse-cdn.com/v4/letter/m/9de0a6/32.png) [@megbalk](https://discourse.slicer.org/u/megbalk)
#### Post date: [August 30, 2021, 11:48pm UTC](https://discourse.slicer.org/t/inhs-module-unable-to-import-image-from-table/19421/1 "2021-08-30T23:48:02Z")

</div>

Sorry if this is the wrong forum to ask for advice, but I recently installed slicer on my arch build and installed 3dSlicer. I’m trying to load an image in slicer morph from a table that has a URL. The URL resolves outside of slicer morph, however when selecting the image to load, the terminal output is:

```auto
    <b>	Download failed: <urlopen error [Errno 110] Connection timed out></b>
    <b>Download failed (attempt 1 of 3)...</b> 
    <b>	Download failed: <urlopen error [Errno 110] Connection timed out></b>
    <b>Download failed (attempt 2 of 3)...</b>
    error: [/opt/3dslicer/bin/SlicerApp-real] exit abnormally - Report the problem.
```

(full stacktrace)

```auto
    Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use             
    QT_QPA_PLATFORM=wayland to run on Wayland anyway.
    Switch to module: "Welcome"
    Switch to module: "INHSTools"
    "Table" Reader has successfully read the file 
    "/home/megbalk/Documents/Slicer/iDigBioImagesNeeded.csv" "[0.02s]"
    setViewLabel should be called before setViewNode !
    setViewLabel should be called before setViewNode !
    setViewLabel should be called before setViewNode !
    setViewLabel should be called before setViewNode !
    setViewLabel should be called before setViewNode !
    setViewLabel should be called before setViewNode !
    <b>	Download failed: <urlopen error [Errno 110] Connection timed out></b>
    <b>Download failed (attempt 1 of 3)...</b>
    <b>	Download failed: <urlopen error [Errno 110] Connection timed out></b>
    <b>Download failed (attempt 2 of 3)...</b>
    error: [/opt/3dslicer/bin/SlicerApp-real] exit abnormally - Report the problem.
```

This happens when building from source, downloading the binary from AUR and downloading package from archlinuxrepocn.

```auto
uname -r -> 5.12.12-arch1-1
```

Any help would be greatly appreciated!

---

<div class="post-metadata">

### Author: ![muratmaga](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/muratmaga/32/3622_2.png) [@muratmaga](https://discourse.slicer.org/u/muratmaga)
#### Post date: [August 31, 2021, 4:21am UTC](https://discourse.slicer.org/t/inhs-module-unable-to-import-image-from-table/19421/2 "2021-08-31T04:21:35Z")

</div>

@megbalk  
I suspect **iDigBioImagesNeeded.csv** is not in the format/order that this module expects and is probably not pulling the right URL from the table. Alternatively, you are behind a corporate firewall and trying to download https:// links and encountering an issue similar to [this](https://discourse.slicer.org/t/new-extension-manager-and-issues-with-corporate-certificates/19361).

In any event this is not a general purpose module and the issues are better discussed on our project slack channel.
