

Hey Google, how about you fucking fix voice so that “navigate to Dutch Bros” works for both Android Auto and just Android instead of randomly trying to open the Dutch Bros app?
Oh and maybe look at your voice to text quality and actually navigating to places correctly.




Got a few commands to try from a terminal:
curl https://google.com/ curl https://<your searxng fqdn>Try from the SearXNG terminal too.
Lastly, in the container with Apache, there should be some log directory, maybe
/var/log/apache2/? Try doing atail -f /path/to/error.log. You could also do something likedocker compose logs -fand (while tailing/looking at logs), try your search again.If all else fails,
sudo journalctl -xefand/orsudo dmesg -wTmay offer something interesting.