Skip to content

[BUG] restart loop with VoiceNotFoundError #19

Description

@bclermont

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

VoiceNotFoundError on execution

Expected Behavior

No response

Steps To Reproduce

run

docker run --rm -ti -p 10200:10200 --tmpfs=/config linuxserver/piper:1.6.3

Environment

CPU architecture

x86-64

Docker creation

docker run --rm -ti -p 10200:10200 --tmpfs=/config linuxserver/piper:1.6.3

Container logs

[migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    911
User GID:    911
───────────────────────────────────────
Linuxserver.io version: 1.6.3-ls77
Build-date: 2025-09-15T08:53:14+00:00
───────────────────────────────────────
    

[custom-init] No custom files found, skipping...
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/lsiopy/lib/python3.12/site-packages/wyoming_piper/__main__.py", line 236, in <module>
    run()
  File "/lsiopy/lib/python3.12/site-packages/wyoming_piper/__main__.py", line 231, in run
    asyncio.run(main())
  File "/usr/lib/python3.12/asyncio/runners.py", line 194, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/lsiopy/lib/python3.12/site-packages/wyoming_piper/__main__.py", line 150, in main
    custom_voice_path, custom_config_path = find_voice(
                                            ^^^^^^^^^^^
  File "/lsiopy/lib/python3.12/site-packages/wyoming_piper/download.py", line 185, in find_voice
    raise VoiceNotFoundError(name)
wyoming_piper.download.VoiceNotFoundError

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions