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

Handler exception after no audio i assume #38

Open
florian-asche opened this issue Nov 25, 2024 · 0 comments
Open

Handler exception after no audio i assume #38

florian-asche opened this issue Nov 25, 2024 · 0 comments

Comments

@florian-asche
Copy link

Hi,
i am using wyoming-satellite without vad. I think after i speak the wake word, but nothing else there is a timeout problem inside the wyoming-satellite. That is documented here: rhasspy/wyoming-satellite#237.

But what's not documented is that also wyoming-faster-whisper is crashing and no longer working until i manually restart it.

I am using the latest docker based version.

Error Log:

INFO:__main__:Ready
INFO:faster_whisper:Processing audio with duration 00:03.300
INFO:wyoming_faster_whisper.handler: Wie spät ist es?
INFO:faster_whisper:Processing audio with duration 00:03.980
INFO:wyoming_faster_whisper.handler: Kannst du meine Geschichte vorlesen?
INFO:faster_whisper:Processing audio with duration 00:04.750
INFO:wyoming_faster_whisper.handler: Ich versuche zu verstehen, was du für ein Problem hast.
ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='wyoming event handler' coro=<AsyncEventHandler.run() done, defined at /usr/local/lib/python3.9/dist-packages/wyoming/server.py:31> exception=AssertionError()>
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/dist-packages/wyoming/server.py", line 41, in run
    if not (await self.handle_event(event)):
  File "/usr/local/lib/python3.9/dist-packages/wyoming_faster_whisper/handler.py", line 63, in handle_event
    assert self._wav_file is not None
AssertionError

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