Error downloading SampleData

Hello, when I try and download SampleData, I get this error:

Traceback (most recent call last):
File “/Applications/Slicer.app/Contents/lib/Slicer-4.11/qt-scripted-modules/SampleData.py”, line 356, in
b.connect(‘clicked()’, lambda s=source: logic.downloadFromSource(s))
File “/Applications/Slicer.app/Contents/lib/Slicer-4.11/qt-scripted-modules/SampleData.py”, line 677, in downloadFromSource
loadedNode = self.loadNode(filePath, nodeName, loadFileType, source.loadFileProperties.copy())
File “/Applications/Slicer.app/Contents/lib/Slicer-4.11/qt-scripted-modules/SampleData.py”, line 886, in loadNode
success = slicer.app.coreIOManager().loadNodes(fileType, fileProperties, loadedNodes)
ValueError: Could not find matching overload for given arguments:
(‘VolumeFile’, {‘fileName’: ‘/private/var/folders/7w/1j_y25px3zb6x2kd4xdp2_7r0000gn/T/Slicer-KBEHL360/RemoteIO/CTA-cardio.nrrd’, ‘name’: ‘CTACardio’}, (vtkCommonCorePython.vtkCollection)0x156c61408)
The following slots are available:
loadNodes(qSlicerIO::IOFileType fileType, qSlicerIO::IOProperties parameters, vtkCollection loadedNodes) -> bool
loadNodes(qSlicerIO::IOFileType fileType, qSlicerIO::IOProperties parameters) -> bool
loadNodes(qSlicerIO::IOFileType fileType, qSlicerIO::IOProperties parameters, vtkCollection loadedNodes) -> bool
loadNodes(qSlicerIO::IOFileType fileType, qSlicerIO::IOProperties parameters) -> bool

Can anyone help?

Is this a new problem? Could you try a Slicer version from two weeks and one month ago?
You can download older versions by specifying offset or date argument on the download page (see here).

Yes, it had been working for the last week. This is version 4.11(the preview I think). I’ll try again then.

2 Likes