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

Whisper appears to be crashing on audio input (code 256) #3329

Closed
phormix opened this issue Nov 24, 2023 · 1 comment
Closed

Whisper appears to be crashing on audio input (code 256) #3329

phormix opened this issue Nov 24, 2023 · 1 comment
Labels

Comments

@phormix
Copy link

phormix commented Nov 24, 2023

Describe the issue you are experiencing

When attempting audio input from either remote device (i.e. Atom Echo) or locally via webui "assist", whisper will fail with code 256

What type of installation are you running?

Home Assistant OS

Which operating system are you running on?

Home Assistant Operating System

Which add-on are you reporting an issue with?

Almond

What is the version of the add-on?

1.0.0

Steps to reproduce the issue

1.Install whisper addon from Add-on store
2. Start addon
3. Add addon to wyming protocol
4. From "my house" attempt to enter a voice command
Voice command will fail with "speech to text failed"
5. View logs for addon
Logs will indicate various instances of "Service exited with code 256 (by signal 9)"
...

System Health information

There are currently no repairs available

Anything in the Supervisor logs that might be useful for us?

23-11-23 22:41:15 INFO (MainThread) [supervisor.addons.addon] Removing add-on data folder /data/addons/data/core_whisper
23-11-23 22:41:15 INFO (MainThread) [supervisor.discovery] Delete discovery to Home Assistant wyoming from core_whisper
23-11-23 22:41:15 INFO (MainThread) [supervisor.addons] Add-on 'core_whisper' successfully removed
23-11-23 22:41:15 INFO (MainThread) [supervisor.discovery] Discovery b04b1bc74db44ef19d3d14eb6116ee0b message send
23-11-23 22:41:51 INFO (MainThread) [supervisor.addons.addon] Creating Home Assistant add-on data folder /data/addons/data/core_whisper
23-11-23 22:41:51 INFO (MainThread) [supervisor.docker.interface] Downloading docker image homeassistant/aarch64-addon-whisper with tag 1.0.0.
23-11-23 22:42:22 INFO (MainThread) [supervisor.addons] Add-on 'core_whisper' successfully installed
23-11-23 22:43:06 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-whisper with version 1.0.0
23-11-23 22:43:13 INFO (MainThread) [supervisor.discovery] Sending discovery to Home Assistant wyoming from core_whisper
23-11-23 22:43:13 INFO (MainThread) [supervisor.discovery] Discovery b87ed4643a40404baea6b8035b9ac9cc message send
23-11-23 22:43:54 WARNING (MainThread) [supervisor.addons.addon] core_whisper is already running!

Anything in the add-on logs that might be useful for us?

6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service whisper: starting
s6-rc: info: service whisper successfully started
s6-rc: info: service discovery: starting
WARNING:wyoming_faster_whisper.download:Model hashes do not match
WARNING:wyoming_faster_whisper.download:Expected: {'config.json': 'e5a2f85afc17f73960204cad2b002633', 'model.bin': '9674f22b7dee7b4d321a46f235ea6c7f', 'vocabulary.txt': 'c1120a13c94a8cbb132489655cdd1854'}
WARNING:wyoming_faster_whisper.download:Got: {'model.bin': '', 'config.json': '', 'vocabulary.txt': ''}
INFO:__main__:Downloading FasterWhisperModel.TINY_INT8 to /data
INFO:__main__:Ready
[22:43:14] INFO: Successfully send discovery information to Home Assistant.
s6-rc: info: service discovery successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[22:45:07] INFO: Service exited with code 256 (by signal 9)
INFO:__main__:Ready
[22:45:21] INFO: Service exited with code 256 (by signal 9)
INFO:__main__:Ready
[22:48:33] INFO: Service exited with code 256 (by signal 9)
INFO:__main__:Ready

Additional information

No response

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Dec 24, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant