-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Description
Hello, so I was able to plow through snowboy depreciated package and change it to porcupine.
But I have met the following error and can't move forward no matter what I do
Exception in thread <class 'kalliope.signals.order.order.Order'>:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.10/dist-packages/kalliope/signals/order/order.py", line 89, in run
self.start_trigger()
File "/usr/local/lib/python3.10/dist-packages/transitions/core.py", line 402, in trigger
return self.machine._process(func)
File "/usr/local/lib/python3.10/dist-packages/transitions/core.py", line 1223, in _process
self._transition_queue[0]()
File "/usr/local/lib/python3.10/dist-packages/transitions/core.py", line 416, in _trigger
self._process(event_data)
File "/usr/local/lib/python3.10/dist-packages/transitions/core.py", line 439, in _process
if trans.execute(event_data):
File "/usr/local/lib/python3.10/dist-packages/transitions/core.py", line 277, in execute
self._change_state(event_data)
File "/usr/local/lib/python3.10/dist-packages/transitions/core.py", line 287, in _change_state
event_data.machine.get_state(self.dest).enter(event_data)
File "/usr/local/lib/python3.10/dist-packages/transitions/core.py", line 129, in enter
event_data.machine.callbacks(self.on_enter, event_data)
File "/usr/local/lib/python3.10/dist-packages/transitions/core.py", line 1146, in callbacks
self.callback(func, event_data)
File "/usr/local/lib/python3.10/dist-packages/transitions/core.py", line 1167, in callback
func(*event_data.args, **event_data.kwargs)
File "/usr/local/lib/python3.10/dist-packages/kalliope/signals/order/order.py", line 98, in start_trigger_process
self.trigger_instance.daemon = True
AttributeError: 'NoneType' object has no attribute 'daemon'
Metadata
Metadata
Assignees
Labels
No labels