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
When loading a study StudyPrefetcher throws the following error when loading each image: Cannot read properties of undefined (reading 'getSeriesByUID').
What steps can we follow to reproduce the bug?
Enable StudyPrefetch in config.json
Load a study using JSON as a source
Findings:
It appears cornerstone.metaData.get always returns undefined.
The text was updated successfully, but these errors were encountered:
When loading a study StudyPrefetcher throws the following error when loading each image:
Cannot read properties of undefined (reading 'getSeriesByUID')
.What steps can we follow to reproduce the bug?
config.json
Findings:
It appears
cornerstone.metaData.get
always returnsundefined
.The text was updated successfully, but these errors were encountered: