Hide Forgot
Description of problem: There is a lot of TBs in backend logs: [2016-12-08 07:13:23,072][ ERROR][backend.action_dispatcher][action_dispatcher.py:run:77] 'VmDescriptor' object has no attribute 'task_id' Traceback (most recent call last): File "/usr/share/copr/backend/daemons/action_dispatcher.py", line 75, in run action.run() File "/usr/share/copr/backend/actions.py", line 487, in run self.handle_cancel_build(result) File "/usr/share/copr/backend/actions.py", line 366, in handle_cancel_build vmd = vmm.get_vm_by_task_id(task_id) File "/usr/share/copr/backend/vm_manage/manager.py", line 342, in get_vm_by_task_id try: AttributeError: 'VmDescriptor' object has no attribute 'task_id'
Fixed by https://pagure.io/copr/copr/c/f7000ddbd6ee1056c1aa2e5ef63068533a45bd20?branch=master.
New Copr version has been released.