Project

General

Profile

Actions

Bug #1853

closed

Sprint #1835: Sprint20210825

Sprint #1836: Autoregistration

Sprint #1837: Bug Fixing

Open New Patient Crashes

Added by Joshua Thomas over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Peter Qian
Start date:
28/08/2021
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

Summary

Program crashes when opening a new patient

Steps to Reproduce

  1. Open a new patient
  2. Fuse an image
  3. click open new patient
  4. choose and confirm new patient to open

Expected Results

New patient should open

Actual Results

Program crashes

Additional Information

<class 'TypeError'> 'NoneType' object does not support item assignment <traceback object at 0x7f499d799300>
Traceback (most recent call last):
  File "/home/josh/chai/OnkoDICOM/src/Controller/TopLevelController.py", line 81, in show_main_window
    self.main_window.update_ui()
  File "/home/josh/chai/OnkoDICOM/src/Controller/GUIController.py", line 150, in update_ui
    create_moving_model()
  File "/home/josh/chai/OnkoDICOM/src/Model/MovingModel.py", line 27, in create_moving_model
    moving_dict_container.set("rtss_modified_moving", False)
  File "/home/josh/chai/OnkoDICOM/src/Model/MovingDictContainer.py", line 71, in set
    self.additional_data[key] = value
TypeError: 'NoneType' object does not support item assignment

Actions #1

Updated by Peter Qian over 3 years ago

  • Assignee set to Peter Qian
Actions #2

Updated by Peter Qian over 3 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF