Image Reader Problem in KNIME 3.6.0

Hey guys,

I have a problem when trying to use an older workflow (created using KNIME 3.4.2) in KNIME 3.6.0. The Image Reader (Table) node is unable to read from a remote location. I attached a screenshot to this post, as well as the corresponding lines from the log file. One note: the List Files node works just fine with the exact same remote location. So I think it is more of a KNIP problem than a KNIME problem.

Cheers,
Marc

KNIME Log File.txt (87.6 KB)

1 Like

Hi @ImNotGoodSry,
I am sorry you are encountering this bug. To support knime:// uris we switched the way the Image Reader (Table) resolves the paths given to it. It no longer supports remote file:// uris, as they are not really spec conform. I suspect that the uris point to an FTP server? If this is the case, just switch out the file:// with ftp://

best,
Gabriel

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