Hi Guys,
I have an Issue with the wake words:
- Snowboy
- Procupine
both do not work and running in circles.
Example Log out from Porcupine
— SNIP —
| hardware_info = [x for x in cpu_info.split(’\n’) if ‘Hardware’ in x][0]
rhasspy | IndexError: list index out of range
rhasspy | 2021-03-25 13:20:01,191 INFO exited: wake_word (exit status 1; not expected)
rhasspy | 2021-03-25 13:20:02,210 INFO spawned: ‘wake_word’ with pid 731
rhasspy | 2021-03-25 13:20:03,218 INFO success: wake_word entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
rhasspy | Traceback (most recent call last):
rhasspy | File “/usr/lib/python3.7/runpy.py”, line 193, in _run_module_as_main
rhasspy | “main”, mod_spec)
rhasspy | File “/usr/lib/python3.7/runpy.py”, line 85, in _run_code
rhasspy | exec(code, run_globals)
rhasspy | File “/usr/lib/rhasspy/rhasspy-wake-porcupine-hermes/rhasspywake_porcupine_hermes/main.py”, line 15, in
rhasspy | import pvporcupine
rhasspy | File “/usr/lib/rhasspy/.venv/lib/python3.7/site-packages/pvporcupine/init.py”, line 13, in
rhasspy | from .util import *
rhasspy | File “/usr/lib/rhasspy/.venv/lib/python3.7/site-packages/pvporcupine/util.py”, line 54, in
rhasspy | _PV_SYSTEM, _PV_MACHINE = _pv_platform()
rhasspy | File “/usr/lib/rhasspy/.venv/lib/python3.7/site-packages/pvporcupine/util.py”, line 47, in _pv_platform
rhasspy | pv_machine = _pv_linux_machine(platform.machine())
rhasspy | File “/usr/lib/rhasspy/.venv/lib/python3.7/site-packages/pvporcupine/util.py”, line 23, in _pv_linux_machine
rhasspy | hardware_info = [x for x in cpu_info.split(’\n’) if ‘Hardware’ in x][0]
rhasspy | IndexError: list index out of range
rhasspy | 2021-03-25 13:20:04,732 INFO exited: wake_word (exit status 1; not expected)
rhasspy | 2021-03-25 13:20:05,748 INFO spawned: ‘wake_word’ with pid 739
— SNIP —
Rhasspy Raven is working
I have this issue only with the Docker Image ARM 64-Bit 2.5.9
With my Pi Zeros or Intel boxes I didnt have this issue.
Some ideas whats wrong with my setup?
Br Kuumaur