Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Satellite not starting #192

Open
tebbbb opened this issue Jul 3, 2024 · 2 comments
Open

Satellite not starting #192

tebbbb opened this issue Jul 3, 2024 · 2 comments

Comments

@tebbbb
Copy link

tebbbb commented Jul 3, 2024

I used the installer and the service always fails. I tried to execute the command manually:

xxx@wyoming1:~ $ /home/xxx/wyoming-satellite/script/run --name WyomingOffice --uri tcp://0.0.0.0:10700 --mic-command 'arecord -D default -q -r 16000 -c 1 -f S16_LE -t raw' --snd-command 'aplay -D plughw:CARD=seeed2micvoicec,DEV=0 -q -r 22050 -c 1 -f S16_LE -t raw' --awake-wav /home/xxx/wyoming-satellite/sounds/awake.wav --done-wav /home/xxx/wyoming-satellite/sounds/done.wav --mic-noise-suppression 2 --mic-auto-gain 5 --wake-uri tcp://127.0.0.1:10400 --wake-word-name ok_nabu --event-uri tcp://127.0.0.1:10500
/home/xxx/wyoming-satellite/.venv/bin/python3: No module named wyoming_satellite
Traceback (most recent call last):
File "/home/xxx/wyoming-satellite/script/run", line 12, in
subprocess.check_call([context.env_exe, "-m", "wyoming_satellite"] + sys.argv[1:])
File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/xxx/wyoming-satellite/.venv/bin/python3', '-m', 'wyoming_satellite', '--name', 'WyomingOffice', '--uri', 'tcp://0.0.0.0:10700', '--mic-command', 'arecord -D default -q -r 16000 -c 1 -f S16_LE -t raw', '--snd-command', 'aplay -D plughw:CARD=seeed2micvoicec,DEV=0 -q -r 22050 -c 1 -f S16_LE -t raw', '--awake-wav', '/home/xxx/wyoming-satellite/sounds/awake.wav', '--done-wav', '/home/xxx/wyoming-satellite/sounds/done.wav', '--mic-noise-suppression', '2', '--mic-auto-gain', '5', '--wake-uri', 'tcp://127.0.0.1:10400', '--wake-word-name', 'ok_nabu', '--event-uri', 'tcp://127.0.0.1:10500']' returned non-zero exit status 1.

@formatBCE
Copy link

formatBCE commented Sep 18, 2024

Same stuff here, looks like noise-suppression causing this.

@formatBCE
Copy link

Actually, i re-typed all problematic places with my hands instead of copy-pasting, and it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants