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

Disconnection #36

Open
dihan opened this issue Nov 20, 2024 · 0 comments
Open

Disconnection #36

dihan opened this issue Nov 20, 2024 · 0 comments

Comments

@dihan
Copy link

dihan commented Nov 20, 2024

This seems to dissconnet almost immdetly after starting. Is this normal?
I'm unable to get any type of activation on using the wake word using a microphone.

2024-11-18 21:29:15 DEBUG:wyoming_openwakeword.handler:Started thread for hey_jarvis_v0.1
2024-11-18 21:29:15 DEBUG:root:Loading /usr/src/.venv/lib/python3.11/site-packages/wyoming_openwakeword/models/melspectrogram.tflite
2024-11-18 21:29:15 DEBUG:root:Loading /usr/src/.venv/lib/python3.11/site-packages/wyoming_openwakeword/models/embedding_model.tflite
2024-11-18 21:29:15 INFO:root:Ready
2024-11-19 17:47:34 DEBUG:wyoming_openwakeword.handler:Client connected: 166058315156341
2024-11-19 17:47:34 DEBUG:wyoming_openwakeword.handler:Sent info to client: 166058315156341
2024-11-19 17:47:34 DEBUG:wyoming_openwakeword.handler:Client disconnected: 166058315156341
2024-11-19 18:33:08 DEBUG:wyoming_openwakeword.handler:Client connected: 168792944383811
2024-11-19 18:33:08 DEBUG:wyoming_openwakeword.handler:Sent info to client: 168792944383811
2024-11-19 18:33:08 DEBUG:wyoming_openwakeword.handler:Client disconnected: 168792944383811

my Docker-compose

  openwakeword:
    container_name: wyoming-openwakeword
    image: rhasspy/wyoming-openwakeword
    ports:
      - 10400:10400
      - 10400:10400/udp
    volumes:
      - ${PWD}/wakeword:/data
      - ${PWD}/wakeword:/custom
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
    environment:
      - TZ=Europe/London
      - "PYTHONUNBUFFERED=1"
    command: >-
      --preload-model 'hey_jarvis'
      --custom-model-dir /custom
      --uri 'tcp://0.0.0.0:10400'
      --debug
      --threshold 0.5
      --trigger-level 2
      --debug-probability
    restart: unless-stopped
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

1 participant