[Bug]: Config validation error with new base image #15612
-
Checklist
Describe the problem you are havingStarting from frigate:dfc94b5 image Frigate crashes during startup while trying to compare config versions. Previous one frigate:ddfe8f3 works fine. Steps to reproduceSwitch existing installation from frigate:dfc94b5 to frigate:dfc94b5 or later Version0.15.0-dfc94b5 In which browser(s) are you experiencing the issue with?No response Frigate config file---
irrelevant
... docker-compose file or Docker CLI command... Relevant Frigate log output2024-12-20 10:39:11.806619702 [2024-12-20 10:39:11] frigate.app INFO : Starting Frigate (0.14.1-24f4aa7)
2024-12-20 10:39:11.806831672 [2024-12-20 10:39:11] frigate.util.config INFO : Checking if frigate config needs migration...
2024-12-20 10:39:11.858973679 [2024-12-20 10:39:11] frigate.util.config INFO : copying config as backup...
2024-12-20 10:39:11.859189571 *************************************************************
2024-12-20 10:39:11.859192247 *************************************************************
2024-12-20 10:39:11.859196399 *** Your config file is not valid! ***
2024-12-20 10:39:11.859212643 *** Please check the docs at ***
2024-12-20 10:39:11.859214225 *** https://docs.frigate.video/configuration/index ***
2024-12-20 10:39:11.859240262 *************************************************************
2024-12-20 10:39:11.859241886 *************************************************************
2024-12-20 10:39:11.859261311 *** Config Validation Errors ***
2024-12-20 10:39:11.859262769 *************************************************************
2024-12-20 10:39:11.859264070 '<' not supported between instances of 'str' and 'float'
2024-12-20 10:39:11.860175692 Traceback (most recent call last):
2024-12-20 10:39:11.860178307 File "/opt/frigate/frigate/app.py", line 645, in start
2024-12-20 10:39:11.860179797 self.init_config()
2024-12-20 10:39:11.860181302 File "/opt/frigate/frigate/app.py", line 137, in init_config
2024-12-20 10:39:11.860182617 migrate_frigate_config(config_file)
2024-12-20 10:39:11.860198170 File "/opt/frigate/frigate/util/config.py", line 41, in migrate_frigate_config
2024-12-20 10:39:11.860199664 if previous_version < 0.14:
2024-12-20 10:39:11.860201215 TypeError: '<' not supported between instances of 'str' and 'float'
2024-12-20 10:39:11.860202443
2024-12-20 10:39:11.860203979 *************************************************************
2024-12-20 10:39:11.860225828 *** End Config Validation Errors ***
2024-12-20 10:39:11.860227490 ************************************************************* Relevant go2rtc log output... Operating systemDebian Install methodDocker CLI Network connectionWired Camera make and modelirrelevant Screenshots of the Frigate UI's System metrics pagesirrelevant Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Dec 20, 2024
Replies: 1 comment 2 replies
-
FYI - you are trying to use a completely untested codebase of Frigate not yet ready for public consumption. We are not ready to support it. Use at your own risk. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's be clear here, you're not using the new base image. You're using 0.14 master build