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: stuck at script/run ['ws://<serverip>:13331/pipeline/asr-tts'] #27

Open
pipsen opened this issue Aug 7, 2023 · 1 comment · May be fixed by #30
Open

Satellite: stuck at script/run ['ws://<serverip>:13331/pipeline/asr-tts'] #27

pipsen opened this issue Aug 7, 2023 · 1 comment · May be fixed by #30

Comments

@pipsen
Copy link

pipsen commented Aug 7, 2023

Hello to all,

first of all thank you for this awesome work!!

This is what I have achieved:

  • worked through the whole tutorial and the whole pipeline is working
  • at the server I started two processes for being ready for clients:
  • ./script/http_server --debug --server asr faster-whisper --server tts piper &
  • curl -X POST 'localhost:13331/pipeline/run' (in a while loop)

Problem:
Wake word is working at satellite, but it gets stuck at:

DEBUG:rhasspy3.core:Loading config from /home/pi/rhasspy3/rhasspy3/configuration.yaml DEBUG:rhasspy3.core:Loading config from /home/pi/rhasspy3/config/configuration.yaml DEBUG:rhasspy3.program:mic_adapter_raw.py ['--samples-per-chunk', '1024', '--rate', '16000', '--width', '2', '--channels', '1', 'arecord -q -r 16000 -c 1 -f S16_LE -t raw -D plughw:CARD=Mini,DEV=0 -'] DEBUG:rhasspy3.program:.venv/bin/python3 ['bin/porcupine_stream.py', '--model', 'jarvis_raspberry-pi.ppn'] DEBUG:rhasspy3.wake:detect: processing audio DEBUG:rhasspy3.wake:detect: Detection(name='jarvis_raspberry-pi', timestamp=1239407741987) DEBUG:rhasspy3.program:script/run ['ws://10.10.10.5:13331/pipeline/asr-tts']

-> From there nothing is happening any more. Any ideas?

@pipsen pipsen changed the title Satellite configuration not working Satellite: stuck at script/run ['ws://<serverip>:13331/pipeline/asr-tts'] Aug 7, 2023
@Shulyaka
Copy link

Hi! Please try this fix: #30.

Could be the same problem as mine.

@Shulyaka Shulyaka linked a pull request Aug 22, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants