Frigate don't start

Hello,

I have this error when trying to start Frigate :

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[2022-11-03 09:49:13] frigate.app                    INFO    : Starting Frigate (0.11.1-2eada21)
[2022-11-03 09:49:13] frigate.app                    INFO    : Creating directory: /tmp/cache
Starting migrations
[2022-11-03 09:49:13] peewee_migrate                 INFO    : Starting migrations
There is nothing to migrate
[2022-11-03 09:49:13] peewee_migrate                 INFO    : There is nothing to migrate
[Errno -2] Name or service not known
[cmd] python3 exited 1
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.

Thanks

My config file :

mqtt:
  host: mqtt://core-mosquitto:1883
  user: mqtt_user
  password: password

cameras:
  hikvision:
    ffmpeg:
      inputs:
        - path: rtsp://myadminuser:[email protected]:554//Streaming/Channels/101
          roles:
    detect:
      width: 1280
      height: 720

do not include mqtt:// at the start of the host and also do not include 1883 at the end of the host

mqtt:// is implied and there is a separate field for providing the port (but 1883 is default so no need to set it)

1 Like

It Work’s!

Thanks a lot.

Best

Have a similar issue
Running HA Supervised
Installed the integration from HACS
Tried to set it up as integration ut got an error


Then i created a file near my configuration yaml (same folder) named frigate.yml and filled it this info

and still same error when adding integration, also im unable to load the proposed url http://ccab4aaf-frigate:5000

i guess it is not starting at all, well im confused how it should start if i dont have it in homeassistant addons (not hacs) it supposed to be in docker.
What is my wrong turn and what am i missing?

did you solve?