Skip to content

Commit

Permalink
Add FAQ about MQTT not connecting (#6554)
Browse files Browse the repository at this point in the history
* Update faqs.md

I spent hours trying to figure this out and if this could be included in some way that would potentially help someone out there.

* Update docs/docs/troubleshooting/faqs.md

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

* Update docs/docs/troubleshooting/faqs.md

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

* Update faqs.md

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
  • Loading branch information
3 people committed Jun 11, 2023
1 parent 367d724 commit bd9942b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/troubleshooting/faqs.md
Expand Up @@ -40,3 +40,9 @@ If you see repeated "On connect called" messages in your logs, check for another
### Error: Database Is Locked

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.

### Unable to publish to MQTT: client is not connected

If MQTT isn't working in docker 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`.

This is because, by default, Frigate does not run in host mode so localhost points to the Frigate container and not the host device's network.

0 comments on commit bd9942b

Please sign in to comment.