You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<string>", line 1, in<module>
RuntimeError: Dora Runtime raised an error.
Caused by:
0: main task failed
1: operator object_detection/op raised an error
2: error in Python module at /home/peter/Documents/work/dora/examples/python-operator-dataflow/object_detection.py
3: on_event must have enum return value
4: AttributeError: 'NoneType' object has no attribute 'value'
Sometimes I forgot to put operators
DoraStatus.CONTINUE
which will fail the code without let me knowing it.Expected behavior
I would like to have a error being raised to let me know that my code failed.
Environments (please complete the following information):
The text was updated successfully, but these errors were encountered: