[Support]: Wont startup - Migration ?
See original GitHub issueDescribe the problem you are having
Upgraded to 2.0,
I did get a bunch of errors due to clip recorder config changes etc, Realized there have been breaking changes, And thought i fixed them all, but still getting a error about migration,
I have uninstalled and reinstalled the 2.0, and also clicked rebuild, I have even tried the minimal config,
(*** = i have changed sensitive info)
Any ideas?
Version
2.0
Frigate config file
**sample minimal config i have tried:**
mqtt:
host: 192.168.1.***
cameras:
garage:
ffmpeg:
inputs:
- path: rtsp://****:****@192.168.1.***/Streaming/channels/1
roles:
- detect
- rtmp
detect:
width: 1280
height: 720
Relevant log output
[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.
[2021-10-07 21:26:53] frigate.app INFO : Starting Frigate (0.9.1-800f33e)
[2021-10-07 21:26:53] frigate.app INFO : Creating directory: /tmp/cache
Starting migrations
[2021-10-07 21:26:53] peewee_migrate INFO : Starting migrations
There is nothing to migrate
[2021-10-07 21:26:53] peewee_migrate INFO : There is nothing to migrate
[Errno 111] Connection refused
[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.
FFprobe output from your camera
Not sure how sorry? Tried to run in HA terminal/ssh but command not found,
Frigate stats
No response
Operating system
HassOS
Install method
HassOS Addon
Coral version
CPU (no coral)
Network connection
Wired
Camera make and model
Hikvision
Any other information that may be helpful
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
MacBook Air won't start after Migration - Apple Community
I get the start up tone but it just goes to a backlit screen and nothing happens. No Apple logo, no cursor, nothing....
Read more >Dell Migrate User's Guide | Dell US
On the old PC, click Try Again to retry the migration process. On the new PC, click Migrate Again or restart the migration...
Read more >Windows 10 cannot boot after migration to SSD
I have upgrade from Windows 8.1 to Windows 10 on my older HDD. After the upgrade, I have migrated onto SSD hard drive....
Read more >Troubleshooting Agent Issues - Application Migration Service
This type of error means that the Agent was not installed on the source server, and therefore the server will not appear on...
Read more >After migration from .NET core 2.2 to .NET 5 the application ...
Locally everything works just fine, but after deploying to the app service, the application won't start. But the hostingModel doesn't solve it ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MANUTx I had this same issue, and setting
network_mode: host
in my docker-compose.yml for frigate fixed the issue for me.cc @blakeblackshear
I believe the “Connection refused” message is related to MQTT. Do you see anything in the logs of your MQTT server?