Iam using home assistant as docker version and have installed whisper, piper and openwakeword.
Today, after I tried to use this with my analog phone, I was wondering why nothing works. In Home Assistant "Speech to text" is loading endless and in docker compose logs I can see an ConnectionResetError('Connection lost')
Here is an Log output:
whisper | INFO:__main__:Downloading FasterWhisperModel.BASE_INT8 to /data
whisper | INFO:__main__:Ready
piper | INFO:__main__:Ready
whisper | INFO:wyoming_faster_whisper.handler:
whisper | ERROR:asyncio:Task exception was never retrieved
whisper | future: <Task finished name='Task-11' coro=<AsyncEventHandler.run() done, defined at /usr/local/lib/python3.9/dist-packages/wyoming/server.py:28> exception=ConnectionResetError('Connection lost')>
whisper | Traceback (most recent call last):
whisper | File "/usr/local/lib/python3.9/dist-packages/wyoming/server.py", line 35, in run
whisper | if not (await self.handle_event(event)):
whisper | File "/usr/local/lib/python3.9/dist-packages/wyoming_faster_whisper/handler.py", line 78, in handle_event
whisper | await self.write_event(Transcript(text=text).event())
whisper | File "/usr/local/lib/python3.9/dist-packages/wyoming/server.py", line 26, in write_event
whisper | await async_write_event(event, self.writer)
whisper | File "/usr/local/lib/python3.9/dist-packages/wyoming/event.py", line 114, in async_write_event
whisper | await writer.drain()
whisper | File "/usr/lib/python3.9/asyncio/streams.py", line 387, in drain
whisper | await self._protocol._drain_helper()
whisper | File "/usr/lib/python3.9/asyncio/streams.py", line 190, in _drain_helper
whisper | raise ConnectionResetError('Connection lost')
whisper | ConnectionResetError: Connection lost
^Ccanceled
I didnt changed anything less the phone. I tested first with atom echo => works fine, but now everything is rip :´(
Hello,
Iam using home assistant as docker version and have installed whisper, piper and openwakeword.
Today, after I tried to use this with my analog phone, I was wondering why nothing works. In Home Assistant "Speech to text" is loading endless and in docker compose logs I can see an ConnectionResetError('Connection lost')
Here is an Log output:
I didnt changed anything less the phone. I tested first with atom echo => works fine, but now everything is rip :´(
Thank you all in advanced
A small edit cause it could be important (I think ^^) the Home Assistant, Assistant Log