Download/Upload from list downloads empty images

Hi all,

I am using Download/Upload from list node in order to download images from a list of URL. Although it generally works, it sometimes downloads empty image files without warning.

For example, it happens for
URL = https://cdn.icon-icons.com/icons2/879/PNG/512/olimpycs_3_icon-icons.com_68637.png

When converting this URL, from string to URI it becomes:
URI: https://cdn.icon-icons.com/icons2/879/PNG/512/olimpycs_3_icon-icons.com_68637.png; EXT: png

Thank your very much in advance

Is it possible that the URI is failing because of the semicolon tacked on at the end, or is that just a result of you pasting the URI from KNIME to the forum?

If that’s not the issue, it would be helpful for you to upload a workflow that reliably reproduces the problem.

1 Like

Thank you for the response. The semicolon tacked on at the end was just me pasting the URI from KNIME.

I solved the problem by using curl on the External Tool node.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.