Median filter error: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'http://localhost:9999/itk/Pipelines/itkfilteringWasm.js' failed to load.
XuJiachengZust opened this issue ยท 4 comments
ParaViewGlance: master
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.54
Median filter error: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'http://localhost:9999/itk/Pipelines/itkfilteringWasm.js' failed to load.
I'm guessing this is due to build artifacts being incorrectly referenced. I can look into this.
I'm guessing this is due to build artifacts being incorrectly referenced. I can look into this.
After I cloned the project to local, I modified the config code,
{
from:path.join(paths.itk_path,'web-build'),
to:path.join('itk', 'Pipelines'),
// to: '[name][ext]',
},
which did not report error failed to load, but then reported error Median filter error: undefined
How do I fix it
๐ This issue has been resolved in version 4.24.1 ๐
The release is available on GitHub release
Your semantic-release bot ๐ฆ๐