0.17.0 Unraid installation broken #22186
Replies: 3 comments 4 replies
|
Based on your logs, the Frigate backend service isn't starting properly. The error Looking at your Docker configuration screenshot, I can see several issues that need to be addressed: 1. Remove Empty Environment Variables You need to delete any environment variables that have empty values (shown as
2. Remove Empty Device Mappings Your configuration shows two 3. Check Your shm-size Your current # For each camera at detect resolution
python -c 'print("{:.2f}MB".format((<width> * <height> * 1.5 * 20 + 270480) / 1048576))'With multiple cameras, you'll need to sum these values and add 40MB for logs(3). 4. Verify Port Mappings Ensure you're mapping the correct ports:
5. Configuration File Issue Your config shows After making these changes, restart the container and check if the Frigate backend starts successfully. The logs should show the Frigate service starting without connection refused errors. 📚 Sources:
Have another question? Just tag @inkeep. |
|
same issues here with docker installation. What was the solution for you ?? |
|
You'll always want to make sure to read the breaking changes in the release notes:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Since 0.17.0, I can't get Frigate to work on my unraid server.
All I can get is this page and nothing loads :
Logs :
Docker config :
config.yaml :
I tried all day to delete the container, dowload it again, delete everyting in my appdata location, I don't know what to do next.
Thanks,
All reactions