Kitware / arctic-viewer

Standalone application useful to load and explore cool data products.
https://kitware.github.io/arctic-viewer
BSD 3-Clause "New" or "Revised" License
31 stars 9 forks source link

data url cannot work #37

Open shaolunruan opened 4 years ago

shaolunruan commented 4 years ago

Hi, there!

1

=== i found something very strange when i downloaded the arctic-viewer with npm i -g arctic-viewer. And something goes wrong when i typed http://tonic.kitware.com/data/head-ct. The error info is shown as follows:

Got error: getaddrinfo ENOTFOUND tonic.kitware.com

So i entered the source code files to find an answer. The url address in the source code is as follows and i entered every links in the code but the url address seems to be expired.

[
...
  {
    "title": "Diskout Ref - Composite",
    "filesize":"40 MB",
    "thumbnail": "http://tonic.kitware.com/arctic-viewer/diskout-composite.png",
    "url": "http://tonic.kitware.com/arctic-viewer/diskout-composite.tgz"
  }
...

2

=== i typed mkdir ArcticData && cd $_ and ArcticViewer --download-sample-data in the cmd shell and wanna download one of the sample datasets kitware offered. But when i entered the number 4 and pressed the Enter. There is no response in the cmd no matter how many times i pressed the Enter


These are some errors i found when i was developing a vis app. it's very nice of you if you can reply me and give some solutions. Thanks!

shaolunruan commented 4 years ago

Besides, my os is win10

jourdain commented 4 years ago

Sorry about that, we turn-off the sever that was serving the sample files. Although, you can find them here:

https://github.com/Kitware/arctic-viewer/issues/36