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
I am having the exact same problem. Interestingly, the openwakeword worked just fine before I installed the 2mic_leds.service. I disabled that and rebooted but the problem persists.
Hi,
when i start wyoming-satellite.service it chrashes wyoming-openwakeword.service with following message:
● wyoming-openwakeword.service - Wyoming openWakeWord
Loaded: loaded (/etc/systemd/system/wyoming-openwakeword.service; disabled; preset: enabled)
Active: active (running) since Thu 2024-09-19 16:52:09 CEST; 1min 25s ago
Main PID: 993 (python3)
Tasks: 8 (limit: 174)
CPU: 3.376s
CGroup: /system.slice/wyoming-openwakeword.service
├─993 python3 /home/cave/wyoming-openwakeword/script/run --uri tcp://127.0.0.1:10400
└─996 /home/cave/wyoming-openwakeword/.venv/bin/python3 -m wyoming_openwakeword --uri tcp://127.0.0.1:10400
Sep 19 16:52:17 cavesatellite run[996]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sep 19 16:52:17 cavesatellite run[996]: File "/home/cave/wyoming-openwakeword/wyoming_openwakeword/handler.py", line 54, in handle_event
Sep 19 16:52:17 cavesatellite run[996]: info = self._get_info()
Sep 19 16:52:17 cavesatellite run[996]: ^^^^^^^^^^^^^^^^
Sep 19 16:52:17 cavesatellite run[996]: File "/home/cave/wyoming-openwakeword/wyoming_openwakeword/handler.py", line 190, in _get_info
Sep 19 16:52:17 cavesatellite run[996]: models=[
Sep 19 16:52:17 cavesatellite run[996]: ^
Sep 19 16:52:17 cavesatellite run[996]: File "/home/cave/wyoming-openwakeword/wyoming_openwakeword/handler.py", line 191, in
Sep 19 16:52:17 cavesatellite run[996]: WakeModel(
Sep 19 16:52:17 cavesatellite run[996]: TypeError: WakeModel.init() got an unexpected keyword argument 'phrase'
Anyone got any idea what might be wrong?
The text was updated successfully, but these errors were encountered: