[Bug]: Frigate crashes at startup when using a Frigate+ model if api.frigate.video is unreachable/unresolveable. #13811
Unanswered
adambonny
asked this question in
Report a Bug
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
Describe the problem you are having
When the Frigate container starts if its unable to resolve api.frigate.video if causes the process to crash.
This is only when using a Frigate+ model - also note this is prior to ever succesfully loading the model. Im unable to validate this behavaiour if the model was previously loaded.
In my case the lack of connecitivity is because i'm using a QNAP there's a known issue when containers setup with certain network settings take 15sec's or so to connect to the bridged network.
Ideally we would have some error handling similar to how RTSP feeds and other connections are treated with a retry in X.
Steps to reproduce
Version
0.14.1-f4f3cfa
In which browser(s) are you experiencing the issue with?
No response
Frigate config file
docker-compose file or Docker CLI command
docker run --name=frigate --shm-size=256m --restart=unless-stopped --env=TZ=Europe/London --env=PLUS_API_KEY=XXXXXX --volume=/share/Container/frigate/config:/config:rw --volume=/share/surveillance/frigate/media:/media/frigate:rw --privileged --workdir=/opt/frigate -p 8971:8971 -p 8554:8554 -p 8555:8555 -p 8555:8555/udp --label='com.qnap.qcs.gpu=False' --memory="4g" --cpus="2" --detach=true -t ghcr.io/blakeblackshear/frigate:stable
Relevant Frigate log output
Relevant go2rtc log output
Operating system
Other Linux
Install method
Docker CLI
Network connection
Wired
Camera make and model
Hikvision
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions