Help appreciated

35 views
Skip to first unread message

CS Tima

unread,
Feb 12, 2025, 1:38:06 PMFeb 12
to OpenREM
Hello dear community,

Running openREM 1.0.0b2 on Ubuntu with Docker Desktop.

I am using a script to retrieve from 3 PACS every 30mins. It works but once in a while docker desktop crashes due to an unknown reason: the daemon just quits without any advance warning. Anyone using docker desktop in ubuntu? What are your experiences?

Now I have an additional issue. I have trouble interpreting this error message that I receive when running my import script. On one of the PACS systems, the console shows this message:

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

Reply all
Reply to author
Forward
0 new messages