Traceback (most recent call last):
File "/usr/local/bin/openrem_qr.py", line 7, in <module>
exec(compile(f.read(), __file__, 'exec'))
File "/home/app/openrem/scripts/openrem_qr.py", line 12, in <module>
qrscu_script()
File "/home/app/openrem/remapp/netdicom/qrscu.py", line 2646, in qrscu_script
wait_task(b)
File "/home/app/openrem/remapp/tools/background.py", line 245, in wait_task
return task(blocking=True)
File "/usr/local/lib/python3.10/site-packages/huey/api.py", line 932, in __call__
return self.get(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/huey/api.py", line 974, in get
raise TaskException(result.metadata)
huey.exceptions.TaskException: AttributeError("'NoneType' object has no attribute 'complete'")
Any idea on how to find out what's going on? I'm not doing anything different in the script compared to the other 2 PACS.
Kind regards, Charles