You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I woke up to piper no longer and I was hoping someone could point me in the right direction to fix this.
This is what my log shows:
TtsVoice(
TypeError: __init__() missing 1 required positional argument: 'version'
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/__main__.py", line 209, in <module>
asyncio.run(main())
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/__main__.py", line 88, in main
voices = [
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/__main__.py", line 89, in <listcomp>
TtsVoice(
TypeError: __init__() missing 1 required positional argument: 'version'
I woke up to piper no longer and I was hoping someone could point me in the right direction to fix this.
This is what my log shows:
And this is my docker-compose:
The text was updated successfully, but these errors were encountered: