python[1921]: pw.conf: can't load config client.conf: No such file or directory #71
-
|
Hi Imonlinux, first of all I'd like to say thank you! What an excellent body of work this is . The install of my first LVA went really well. I modified the services to point to my home dir rather than /pi/ and the LVA works great. I see this message in the linux_voice_assistant.service: Is it something i should worry about? Here is the o/p: linux-voice-assistant.service - Linux Voice Assistant Feb 13 09:39:11 AssistHLS run[1921]: 2026-02-13 09:39:11 INFO main: Loading configuration from: /home/assist/linux-voice-assistant/linux_voice_assistant/config.json Feb 13 09:39:12 AssistHLS python[1921]: pw.conf: can't load config client.conf: No such file or directory Feb 13 09:39:12 AssistHLS run[1921]: 2026-02-13 09:39:12 INFO linux_voice_assistant.led_controller: LED Controller initialized for 3 dotstar LEDs. thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hey @so8488943-star, thanks for the feedback. It is always good to know that others are getting benefit from this fork. The messages that you are getting could probably be eliminated by adding some additional environment variables to the systemd unit file. For example, if you use the desktop tray client, those messages will not show up as you're working in an interactive desktop with all the appropriate environment variables defined. I'm pretty sure that they can be ignored as long as the pipewire-pulse backend is working as expected. If you do want to silence those warnings, I think that it is one or both of the variable below. |
Beta Was this translation helpful? Give feedback.
Just an update. I moved to pipewire from pulse as the audio backend. No more pw.conf err messages
Thanks!