You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing some weired error.
I tried to automatically load images with following codes, however I had message as title.
"There was a problem reading that file (myfilename.nii.gz): Response status = 0"
Is there any problem on my code?
I tried to load without installing or building.
How can I solve this issue? Thank you for your works, Best regards.. Yong-Hwan
@whiteneng Have you tried to host these files on a server instead using the file system? A simple server like builtin python http server should work.
On the dir you want, just run python -m http.server 8000 and the files will be served. (ps: you don't need to write any python code. You just need to have python installed on your machine)
@matheussouza9 so how do you write the url for the data-param? when I use builtin python http server, the error is still the same which is Response status = 0
Dears.
I am facing some weired error.
I tried to automatically load images with following codes, however I had message as title.
"There was a problem reading that file (myfilename.nii.gz): Response status = 0"
Is there any problem on my code?
I tried to load without installing or building.
How can I solve this issue? Thank you for your works, Best regards.. Yong-Hwan
Here is my "index.html"
And, files are exist as followed.
The text was updated successfully, but these errors were encountered: