question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RightSidePanel: Cannot read property 'SeriesInstanceUID' of undefined error returned

See original GitHub issue

Bug 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?

  1. Open the study 1.3.6.1.4.1.14519.5.2.1.1706.4009.166062280490896869511085725416
  2. Open the RTSTRUCT tab on the right
  3. Select the second series and drag into the canvas
  4. You are returned the error message, “RightSidePanel: Cannot read property ‘SeriesInstanceUID’ of undefined”

2020-10-19 (9)

============= 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:closed
  • Created 3 years ago
  • Comments:12 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
igoroctavianocommented, Nov 13, 2020

This study contains only CT (which has RTStructs in it)

Can you clarify what you mean by the above, that CT contains RTStructs?

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.

1reaction
fedorovcommented, Jan 19, 2021

this one should be prioritized as well?

Yes!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found