-
-
Notifications
You must be signed in to change notification settings - Fork 8
[BUG] <Local voice model does not working> #23
Copy link
Copy link
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
'docker logs piper' shows error: 'ERROR:wyoming_piper.download:Failed to update voices list' when docker image started.
Expected Behavior
NONE
Steps To Reproduce
- Environment: Raspberry Pi5, OS: trixie, docker 29.2.1
- With local build docker image: git clone https://github.com/linuxserver/docker-piper.git
cd docker-piper
docker build
--no-cache
--pull
-t lscr.io/linuxserver/qemu-static:latest . - Run: docker run -d \ --name=piper
-e PUID=1000
-e PGID=1000
-e TZ=ASIA/Hongkong
-e PIPER_VOICE=en_US-lessac-medium
-p 10200:10200
-v ./piper-data:/config
--restart unless-stopped
lscr.io/linuxserver/qemu-static:latest - See error with 'docker logs piper: ERROR:wyoming_piper.download:Failed to update voices list ...
Environment
- OS: Raspberry trixie
- How docker service was installed: local build imageCPU architecture
arm64
Docker creation
docker run -d \
--name=piper \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=ASIA/Hongkong \
-e PIPER_VOICE=en_US-lessac-medium \
-p 10200:10200 \
-v ./piper-data:/config \
--restart unless-stopped \
lscr.io/linuxserver/qemu-static:latestContainer logs
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
_____ __ __ _____ _____ _____ _____
| | | | __|_ _| | |
| --| | |__ | | | | | | | | |
|_____|_____|_____| |_| |_____|_|_|_|
_____ __ __ _ __ ____
| __ | | | | | | \
| __ -| | | | |__| | |
|_____|_____|_|_____|____/
Based on images from linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version:
Build-date:
───────────────────────────────────────
[custom-init] No custom files found, skipping...
2026-02-23 05:00:25.088133191 [W:onnxruntime:Default, device_discovery.cc:211 DiscoverDevicesForPlatform] GPU device discovery failed: device_discovery.cc:91 ReadFileContents Failed to open file: "/sys/class/drm/card1/device/vendor"
ERROR:wyoming_piper.download:Failed to update voices list
Traceback (most recent call last):
File "/usr/lib/python3.12/urllib/request.py", line 1344, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/usr/lib/python3.12/http/client.py", line 1356, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.12/http/client.py", line 1402, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.12/http/client.py", line 1351, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.12/http/client.py", line 1111, in _send_output
self.send(msg)
File "/usr/lib/python3.12/http/client.py", line 1055, in send
self.connect()
File "/usr/lib/python3.12/http/client.py", line 1490, in connect
super().connect()
File "/usr/lib/python3.12/http/client.py", line 1021, in connect
self.sock = self._create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/socket.py", line 852, in create_connection
raise exceptions[0]
File "/usr/lib/python3.12/socket.py", line 837, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/lsiopy/lib/python3.12/site-packages/wyoming_piper/download.py", line 43, in get_voices
with urlopen(_quote_url(voices_url)) as response:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 515, in open
response = self._open(req, data)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 532, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 1392, in https_open
return self.do_open(http.client.HTTPSConnection, req,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/urllib/request.py", line 1347, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>
INFO:__main__:Ready
Connection to localhost (127.0.0.1) 10200 port [tcp/*] succeeded!
[ls.io-init] done.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done