RightSidePanel: Cannot read property 'SeriesInstanceUID' of undefined error returned
See original GitHub issueBug Report
Describe the Bug
While working with RTSTRUCT and the OHIF viewer you are returned the error message, “RightSidePanel: Cannot read property ‘SeriesInstanceUID’ of undefined”
What steps can we follow to reproduce the bug?
- Open the study 1.3.6.1.4.1.14519.5.2.1.1706.4009.166062280490896869511085725416
- Open the RTSTRUCT tab on the right
- Select the second series and drag into the canvas
- You are returned the error message, “RightSidePanel: Cannot read property ‘SeriesInstanceUID’ of undefined”
============= SESSION INFO =============
== App ==
version 4.5.21
== Extensions Versions ==
generic-viewer-commands 4.5.21
cornerstone 2.9.6
vtk 1.7.13
html 1.2.9
microscopy 0.51.3
pdf 1.0.6
com.ohif.dicom-segmentation 0.4.7
rt 0.4.9
dicom-p10-downloader 0.1.6
dicom-tag-browser undefined
== Browser Info ==
name chrome
os Windows 10
type browser
version 86.0.4240
== URL ==
URL 1.3.6.1.4.1.14519.5.2.1.1706.4009.166062280490896869511085725416
== Viewport Layout ==
Rows 1
Columns 1
== Viewports ==
[0,0] 1.3.6.1.4.1.14519.5.2.1.1706.4009.235001741732391381168268744865
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (10 by maintainers)
Top Results From Across the Web
How to solve the following TypeError: Cannot read properties ...
Error says you can't read properties of undefined, which means they're trying to access properties of an object, where the object is undefined....
Read more >How to Prevent the Error: Cannot Read Property '0' of Undefined
A guide on how to prevent the error "cannot Read Property '0' of Undefined", covering techniques such as try, catch, using const over...
Read more >Cannot Read Property of Undefined in JavaScript - Rollbar
TypeError : Cannot read property of undefined occurs when a property is read or a function is called on an undefined variable.
Read more >Error: Cannot read property "attach_url" from undefined
I am using Flow designer to trigger custom API call using an Action to get an output and attach it to the Incident...
Read more >How to catch a javascript error (cannot read property 0 of ...
You should check the parent array dimension for existence before trying to use the child dimension, if(typeof(data[i])!=="undefined") and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes. The thing is, during debugging i realised that this study didn’t had any series with RTSTRUCT modality although the RTStructs were being loaded correctly in the viewport. I fixed the RT struct panel now so it will be disabled for other modalities properly.
Yes!