From d14baecfd19d604ddad99d4357d7b641e8065bfe Mon Sep 17 00:00:00 2001 From: Nicholas Flamy <30300649+NicholasFlamy@users.noreply.github.com> Date: Sat, 20 May 2023 22:00:29 -0400 Subject: [PATCH] Update docs/docs/troubleshooting/faqs.md Co-authored-by: Nicolas Mowen --- docs/docs/troubleshooting/faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/troubleshooting/faqs.md b/docs/docs/troubleshooting/faqs.md index ece20bf3c..41a7f854f 100644 --- a/docs/docs/troubleshooting/faqs.md +++ b/docs/docs/troubleshooting/faqs.md @@ -41,6 +41,6 @@ If you see repeated "On connect called" messages in your logs, check for another SQLite does not work well on a network share, if the `/media` folder is mapped to a network share then [this guide](../configuration/advanced.md#database) should be used to move the database to a location on the internal drive. -### MQTT isn't working and has logged errors: `Unable to publish to : client is not connected` +### Unable to publish to MQTT: client is not connected If MQTT isn't working in docker on a platform like TrueNAS Scale try using the IP of the device hosting the MQTT server instead of `localhost`, `127.0.0.1`, or `mosquitto.ix-mosquitto.svc.cluster.local`.