Skip to content

Instantly share code, notes, and snippets.

@rubin110
Created March 1, 2025 17:35
Show Gist options
  • Save rubin110/7288cd3f187cd096f52f4cf0b321b34a to your computer and use it in GitHub Desktop.
Save rubin110/7288cd3f187cd096f52f4cf0b321b34a to your computer and use it in GitHub Desktop.
2025-03-01 17:34:33.471254698 [INFO] Preparing new go2rtc config...
2025-03-01 17:34:33.471451390 [INFO] Preparing Frigate...
2025-03-01 17:34:33.471847126 [INFO] Starting NGINX...
2025-03-01 17:34:33.475263994 [INFO] No TLS certificate found. Generating a self signed certificate...
2025-03-01 17:34:33.507017360 [INFO] Starting Frigate...
2025-03-01 17:34:33.749940309 [INFO] Starting go2rtc...
2025-03-01 17:34:33.821603907 17:34:33.821 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2025-03-01 17:34:33.821606595 17:34:33.821 INF config path=/dev/shm/go2rtc.yaml
2025-03-01 17:34:33.822116351 17:34:33.822 INF [api] listen addr=:1984
2025-03-01 17:34:33.822117987 17:34:33.822 INF [rtsp] listen addr=:8554
2025-03-01 17:34:33.822252099 17:34:33.822 INF [webrtc] listen addr=:8555/tcp
2025-03-01 17:34:34.021107760 [INFO] Starting certsync...
2025-03-01 17:34:34.057205273 127.0.0.1 - - [01/Mar/2025:17:34:34 +0000] "" 400 0 "-" "-" "-"
2025-03-01 17:34:34.154937529 2025/03/01 17:34:34 [error] 199#199: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 172.29.0.1, server: , request: "GET /ws HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "10.110.0.1:5000"
2025-03-01 17:34:34.154940561 2025/03/01 17:34:34 [error] 199#199: *2 auth request unexpected status: 502 while sending to client, client: 172.29.0.1, server: , request: "GET /ws HTTP/1.1", host: "10.110.0.1:5000"
2025-03-01 17:34:34.154950072 172.29.0.1 - - [01/Mar/2025:17:34:34 +0000] "GET /ws HTTP/1.1" 500 579 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:35.296644655 [2025-03-01 17:34:35] frigate.config.config INFO : No config file found, saving default config
2025-03-01 17:34:35.296739105 [2025-03-01 17:34:35] frigate.config.config INFO : Created default config file, see the getting started docs for configuration https://docs.frigate.video/guides/getting_started
2025-03-01 17:34:35.324972309 [2025-03-01 17:34:35] frigate.util.services WARNING : Did not detect hwaccel, using a GPU for accelerated video decoding is highly recommended
2025-03-01 17:34:35.333730216 [2025-03-01 17:34:35] frigate.app INFO : Starting Frigate (0.15.0-cea210d)
2025-03-01 17:34:35.333732020 [2025-03-01 17:34:35] frigate.app INFO : Creating directory: /media/frigate/recordings
2025-03-01 17:34:35.334001178 [2025-03-01 17:34:35] frigate.app INFO : Creating directory: /media/frigate/clips/cache
2025-03-01 17:34:35.334172720 [2025-03-01 17:34:35] frigate.app INFO : Creating directory: /tmp/cache
2025-03-01 17:34:35.334967695 [2025-03-01 17:34:35] frigate.app INFO : Creating directory: /config/model_cache
2025-03-01 17:34:35.336175020 [2025-03-01 17:34:35] frigate.app INFO : Creating directory: /media/frigate/exports
2025-03-01 17:34:35.340338643 [2025-03-01 17:34:35] frigate.app INFO : Making backup of DB before migrations...
2025-03-01 17:34:35.340633995 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Starting migrations
2025-03-01 17:34:35.341634489 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "001_create_events_table"
2025-03-01 17:34:35.341638648 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE TABLE IF NOT EXISTS "event" ("id" VARCHAR(30) NOT NULL PRIMARY KEY, "label" VARCHAR(20) NOT NULL, "camera" VARCHAR(20) NOT NULL, "start_time" DATETIME NOT NULL, "end_time" DATETIME NOT NULL, "top_score" REAL NOT NULL, "false_positive" INTEGER NOT NULL, "zones" JSON NOT NULL, "thumbnail" TEXT NOT NULL)',)
2025-03-01 17:34:35.341987838 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "event_label" ON "event" ("label")',)
2025-03-01 17:34:35.342103311 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "event_camera" ON "event" ("camera")',)
2025-03-01 17:34:35.342450524 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 001_create_events_table
2025-03-01 17:34:35.344638780 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "002_add_clip_snapshot"
2025-03-01 17:34:35.344730365 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'has_clip', <BooleanField: Event.has_clip>)
2025-03-01 17:34:35.345936116 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'has_snapshot', <BooleanField: Event.has_snapshot>)
2025-03-01 17:34:35.346931692 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 002_add_clip_snapshot
2025-03-01 17:34:35.348765736 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "003_create_recordings_table"
2025-03-01 17:34:35.348795327 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE TABLE IF NOT EXISTS "recordings" ("id" VARCHAR(30) NOT NULL PRIMARY KEY, "camera" VARCHAR(20) NOT NULL, "path" VARCHAR(255) NOT NULL, "start_time" DATETIME NOT NULL, "end_time" DATETIME NOT NULL, "duration" REAL NOT NULL)',)
2025-03-01 17:34:35.348953245 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "recordings_camera" ON "recordings" ("camera")',)
2025-03-01 17:34:35.349059926 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE UNIQUE INDEX IF NOT EXISTS "recordings_path" ON "recordings" ("path")',)
2025-03-01 17:34:35.349183293 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "recordings_start_time_end_time" ON "recordings" (start_time, end_time)',)
2025-03-01 17:34:35.349435443 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 003_create_recordings_table
2025-03-01 17:34:35.351262896 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "004_add_bbox_region_area"
2025-03-01 17:34:35.351311874 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'region', <JSONField: Event.region>)
2025-03-01 17:34:35.352378633 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'box', <JSONField: Event.box>)
2025-03-01 17:34:35.353423036 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'area', <IntegerField: Event.area>)
2025-03-01 17:34:35.354471932 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 004_add_bbox_region_area
2025-03-01 17:34:35.356135399 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "005_make_end_time_nullable"
2025-03-01 17:34:35.356186821 [2025-03-01 17:34:35] peewee_migrate.logs INFO : drop_not_null ('event', 'end_time')
2025-03-01 17:34:35.357273281 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 005_make_end_time_nullable
2025-03-01 17:34:35.359283287 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "006_add_motion_active_objects"
2025-03-01 17:34:35.359302373 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('recordings', 'objects', <IntegerField: Recordings.objects>)
2025-03-01 17:34:35.359530208 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('recordings', 'motion', <IntegerField: Recordings.motion>)
2025-03-01 17:34:35.359719391 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX "recordings_activity" ON "recordings" ("camera", "start_time" DESC, "regions")',)
2025-03-01 17:34:35.359999063 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 006_add_motion_active_objects
2025-03-01 17:34:35.361586139 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "007_add_retain_indefinitely"
2025-03-01 17:34:35.361604905 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'retain_indefinitely', <BooleanField: Event.retain_indefinitely>)
2025-03-01 17:34:35.362764111 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 007_add_retain_indefinitely
2025-03-01 17:34:35.364909636 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "008_add_sub_label"
2025-03-01 17:34:35.364928898 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'sub_label', <CharField: Event.sub_label>)
2025-03-01 17:34:35.365214064 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 008_add_sub_label
2025-03-01 17:34:35.366933886 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "009_add_object_filter_ratio"
2025-03-01 17:34:35.366953271 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'ratio', <FloatField: Event.ratio>)
2025-03-01 17:34:35.368124145 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 009_add_object_filter_ratio
2025-03-01 17:34:35.369746729 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "010_add_plus_image_id"
2025-03-01 17:34:35.369766038 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'plus_id', <CharField: Event.plus_id>)
2025-03-01 17:34:35.370127035 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 010_add_plus_image_id
2025-03-01 17:34:35.371548920 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "011_update_indexes"
2025-03-01 17:34:35.371584669 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX "event_start_time_end_time" ON "event" ("start_time" DESC, "end_time" DESC)',)
2025-03-01 17:34:35.371768094 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('DROP INDEX recordings_start_time_end_time',)
2025-03-01 17:34:35.371917902 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX "recordings_end_time_start_time" ON "recordings" ("end_time" DESC, "start_time" DESC)',)
2025-03-01 17:34:35.372147779 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 011_update_indexes
2025-03-01 17:34:35.373632635 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "012_add_segment_size"
2025-03-01 17:34:35.373672519 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('recordings', 'segment_size', <FloatField: Recordings.segment_size>)
2025-03-01 17:34:35.375394952 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 012_add_segment_size
2025-03-01 17:34:35.377031467 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "013_create_timeline_table"
2025-03-01 17:34:35.377051523 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE TABLE IF NOT EXISTS "timeline" ("timestamp" DATETIME NOT NULL, "camera" VARCHAR(20) NOT NULL, "source" VARCHAR(20) NOT NULL, "source_id" VARCHAR(30), "class_type" VARCHAR(50) NOT NULL, "data" JSON)',)
2025-03-01 17:34:35.377174239 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "timeline_camera" ON "timeline" ("camera")',)
2025-03-01 17:34:35.377279113 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "timeline_source" ON "timeline" ("source")',)
2025-03-01 17:34:35.377384917 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "timeline_source_id" ON "timeline" ("source_id")',)
2025-03-01 17:34:35.377638025 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 013_create_timeline_table
2025-03-01 17:34:35.379463124 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "014_event_updates_for_fp"
2025-03-01 17:34:35.379486733 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'score', <FloatField: Event.score>)
2025-03-01 17:34:35.379705876 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'model_hash', <CharField: Event.model_hash>)
2025-03-01 17:34:35.379921083 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'detector_type', <CharField: Event.detector_type>)
2025-03-01 17:34:35.380137326 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'model_type', <CharField: Event.model_type>)
2025-03-01 17:34:35.380314211 [2025-03-01 17:34:35] peewee_migrate.logs INFO : drop_not_null ('event', 'area')
2025-03-01 17:34:35.381366461 [2025-03-01 17:34:35] peewee_migrate.logs INFO : drop_not_null ('event', 'false_positive')
2025-03-01 17:34:35.382365225 [2025-03-01 17:34:35] peewee_migrate.logs INFO : apply_default ('event', 'false_positive', <BooleanField: Event.false_positive>)
2025-03-01 17:34:35.382608518 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 014_event_updates_for_fp
2025-03-01 17:34:35.384247668 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "015_event_refactor"
2025-03-01 17:34:35.384273405 [2025-03-01 17:34:35] peewee_migrate.logs INFO : drop_not_null ('event', 'top_score')
2025-03-01 17:34:35.385367997 [2025-03-01 17:34:35] peewee_migrate.logs INFO : drop_not_null ('event', 'score')
2025-03-01 17:34:35.386314226 [2025-03-01 17:34:35] peewee_migrate.logs INFO : drop_not_null ('event', 'region')
2025-03-01 17:34:35.387258591 [2025-03-01 17:34:35] peewee_migrate.logs INFO : drop_not_null ('event', 'box')
2025-03-01 17:34:35.388204849 [2025-03-01 17:34:35] peewee_migrate.logs INFO : drop_not_null ('event', 'area')
2025-03-01 17:34:35.389220139 [2025-03-01 17:34:35] peewee_migrate.logs INFO : drop_not_null ('event', 'ratio')
2025-03-01 17:34:35.390205135 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('event', 'data', <JSONField: Event.data>)
2025-03-01 17:34:35.391499219 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 015_event_refactor
2025-03-01 17:34:35.393127818 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "016_sublabel_increase"
2025-03-01 17:34:35.393159473 [2025-03-01 17:34:35] peewee_migrate.logs INFO : change_column ('event', 'sub_label', <CharField: Event.sub_label>)
2025-03-01 17:34:35.394365602 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 016_sublabel_increase
2025-03-01 17:34:35.396018282 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "017_update_indexes"
2025-03-01 17:34:35.396049964 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX "recordings_camera_segment_size" ON "recordings" ("camera", "segment_size")',)
2025-03-01 17:34:35.396326005 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 017_update_indexes
2025-03-01 17:34:35.398363122 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "018_add_dbfs"
2025-03-01 17:34:35.398382327 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('recordings', 'dBFS', <IntegerField: Recordings.dBFS>)
2025-03-01 17:34:35.398691891 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 018_add_dbfs
2025-03-01 17:34:35.399887387 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "019_create_regions_table"
2025-03-01 17:34:35.399936280 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE TABLE IF NOT EXISTS "regions" ("camera" VARCHAR(20) NOT NULL PRIMARY KEY, "last_update" DATETIME NOT NULL, "grid" JSON)',)
2025-03-01 17:34:35.400293867 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 019_create_regions_table
2025-03-01 17:34:35.402531005 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "020_update_index_recordings"
2025-03-01 17:34:35.402570778 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('DROP INDEX recordings_end_time_start_time',)
2025-03-01 17:34:35.402675960 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX "recordings_camera_start_time_end_time" ON "recordings" ("camera", "start_time" DESC, "end_time" DESC)',)
2025-03-01 17:34:35.402805775 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX "recordings_api_recordings_summary" ON "recordings" ("camera", "start_time" DESC, "duration", "motion", "objects")',)
2025-03-01 17:34:35.402931695 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX "recordings_start_time" ON "recordings" ("start_time")',)
2025-03-01 17:34:35.403197488 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 020_update_index_recordings
2025-03-01 17:34:35.404937552 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "021_create_previews_table"
2025-03-01 17:34:35.404956344 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE TABLE IF NOT EXISTS "previews" ("id" VARCHAR(30) NOT NULL PRIMARY KEY, "camera" VARCHAR(20) NOT NULL, "path" VARCHAR(255) NOT NULL, "start_time" DATETIME NOT NULL, "end_time" DATETIME NOT NULL, "duration" REAL NOT NULL)',)
2025-03-01 17:34:35.405229602 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 021_create_previews_table
2025-03-01 17:34:35.406912950 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "022_create_review_segment_table"
2025-03-01 17:34:35.406952653 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE TABLE IF NOT EXISTS "reviewsegment" ("id" VARCHAR(30) NOT NULL PRIMARY KEY, "camera" VARCHAR(20) NOT NULL, "start_time" DATETIME NOT NULL, "end_time" DATETIME, "has_been_reviewed" INTEGER NOT NULL, "severity" VARCHAR(30) NOT NULL, "thumb_path" VARCHAR(255) NOT NULL, "data" JSON NOT NULL)',)
2025-03-01 17:34:35.407079270 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "review_segment_camera" ON "reviewsegment" ("camera")',)
2025-03-01 17:34:35.407218712 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX "review_segment_start_time_end_time" ON "reviewsegment" ("start_time" DESC, "end_time" DESC)',)
2025-03-01 17:34:35.407491204 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 022_create_review_segment_table
2025-03-01 17:34:35.409257731 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "023_add_regions"
2025-03-01 17:34:35.409283760 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('recordings', 'regions', <IntegerField: Recordings.regions>)
2025-03-01 17:34:35.409760110 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 023_add_regions
2025-03-01 17:34:35.411483216 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "024_create_export_table"
2025-03-01 17:34:35.411522030 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE TABLE IF NOT EXISTS "export" ("id" VARCHAR(30) NOT NULL PRIMARY KEY, "camera" VARCHAR(20) NOT NULL, "name" VARCHAR(100) NOT NULL, "date" DATETIME NOT NULL, "video_path" VARCHAR(255) NOT NULL, "thumb_path" VARCHAR(255) NOT NULL, "in_progress" INTEGER NOT NULL)',)
2025-03-01 17:34:35.411676922 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "export_camera" ON "export" ("camera")',)
2025-03-01 17:34:35.411949191 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 024_create_export_table
2025-03-01 17:34:35.413380680 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "025_create_user_table"
2025-03-01 17:34:35.413406694 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE TABLE IF NOT EXISTS "user" ("username" VARCHAR(30) NOT NULL PRIMARY KEY, "password_hash" VARCHAR(120) NOT NULL)',)
2025-03-01 17:34:35.413689711 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 025_create_user_table
2025-03-01 17:34:35.415436215 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "026_add_notification_tokens"
2025-03-01 17:34:35.415473818 [2025-03-01 17:34:35] peewee_migrate.logs INFO : add_column ('user', 'notification_tokens', <JSONField: User.notification_tokens>)
2025-03-01 17:34:35.416730159 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 026_add_notification_tokens
2025-03-01 17:34:35.418323878 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Migrate "027_create_explore_index"
2025-03-01 17:34:35.418369653 [2025-03-01 17:34:35] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "event_label_start_time" ON "event" ("label", "start_time" DESC)',)
2025-03-01 17:34:35.418699075 [2025-03-01 17:34:35] peewee_migrate.logs INFO : Done 027_create_explore_index
2025-03-01 17:34:35.419971415 [2025-03-01 17:34:35] frigate.app INFO : Running database vacuum
2025-03-01 17:34:35.426363701 [2025-03-01 17:34:35] frigate.app INFO : Recording process started: 392
2025-03-01 17:34:35.429899957 [2025-03-01 17:34:35] frigate.app INFO : Review process started: 396
2025-03-01 17:34:35.431805950 [2025-03-01 17:34:35] frigate.app INFO : go2rtc process pid: 95
2025-03-01 17:34:35.438853682 [2025-03-01 17:34:35] detector.cpu INFO : Starting detection process: 408
2025-03-01 17:34:35.440090482 [2025-03-01 17:34:35] frigate.detectors WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2025-03-01 17:34:35.443663657 [2025-03-01 17:34:35] frigate.app INFO : Output process started: 423
2025-03-01 17:34:35.450688160 [2025-03-01 17:34:35] frigate.app INFO : Camera processor started for name_of_your_camera: 438
2025-03-01 17:34:35.450698375 [2025-03-01 17:34:35] frigate.app WARNING : The current SHM size of 64.0MB is too small, recommend increasing it to at least 82MB.
2025-03-01 17:34:35.455655162 [2025-03-01 17:34:35] frigate.app INFO : Capture process started for name_of_your_camera: 447
2025-03-01 17:34:35.494798153 2025/03/01 17:34:35 [error] 200#200: *4 connect() failed (111: Connection refused) while connecting to upstream, client: 172.29.0.1, server: , request: "GET /api/stats HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "10.110.0.1:5000"
2025-03-01 17:34:35.494801027 2025/03/01 17:34:35 [error] 200#200: *4 auth request unexpected status: 502 while sending to client, client: 172.29.0.1, server: , request: "GET /api/stats HTTP/1.1", host: "10.110.0.1:5000"
2025-03-01 17:34:35.834034583 [2025-03-01 17:34:35] frigate.app INFO : ********************************************************
2025-03-01 17:34:35.839168767 [2025-03-01 17:34:35] frigate.app INFO : ********************************************************
2025-03-01 17:34:35.849464610 [2025-03-01 17:34:35] frigate.app INFO : *** Auth is enabled, but no users exist. ***
2025-03-01 17:34:35.859751764 [2025-03-01 17:34:35] frigate.app INFO : *** Created a default user: ***
2025-03-01 17:34:35.869992218 [2025-03-01 17:34:35] frigate.app INFO : *** User: admin ***
2025-03-01 17:34:35.880377729 [2025-03-01 17:34:35] frigate.app INFO : *** Password: cbc81bbddf39c6fb514cc36365087e69 ***
2025-03-01 17:34:35.890716718 [2025-03-01 17:34:35] frigate.app INFO : ********************************************************
2025-03-01 17:34:35.895822411 [2025-03-01 17:34:35] frigate.app INFO : ********************************************************
2025-03-01 17:34:35.900961977 [2025-03-01 17:34:35] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-03-01 17:34:35.908350629 [2025-03-01 17:34:35] frigate.api.fastapi_app INFO : FastAPI started
2025-03-01 17:34:40.496487226 [2025-03-01 17:34:40] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-03-01 17:34:40.496520192 [2025-03-01 17:34:40] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-03-01 17:34:43.472393766 [INFO] Starting go2rtc healthcheck service...
2025-03-01 17:34:43.861065053 172.29.0.1 - - [01/Mar/2025:17:34:43 +0000] "GET /api/profile HTTP/1.1" 200 17 "http://10.110.0.1:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:43.862727719 172.29.0.1 - - [01/Mar/2025:17:34:43 +0000] "GET /api/config HTTP/1.1" 200 10237 "http://10.110.0.1:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:44.649233287 172.29.0.1 - - [01/Mar/2025:17:34:44 +0000] "GET /config HTTP/1.1" 200 2651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:44.657484030 172.29.0.1 - - [01/Mar/2025:17:34:44 +0000] "GET /ws HTTP/1.1" 101 149 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:44.789824818 172.29.0.1 - - [01/Mar/2025:17:34:44 +0000] "GET /api/profile HTTP/1.1" 200 17 "http://10.110.0.1:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:44.790545470 172.29.0.1 - - [01/Mar/2025:17:34:44 +0000] "GET /api/config HTTP/1.1" 200 10237 "http://10.110.0.1:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:44.802528706 172.29.0.1 - - [01/Mar/2025:17:34:44 +0000] "GET /fonts/Inter-Regular.woff2 HTTP/1.1" 200 108488 "http://10.110.0.1:5000/assets/index-COg058EU.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:45.770702486 172.29.0.1 - - [01/Mar/2025:17:34:45 +0000] "GET /config HTTP/1.1" 200 2651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:45.780233448 172.29.0.1 - - [01/Mar/2025:17:34:45 +0000] "GET /ws HTTP/1.1" 101 149 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:45.908181889 172.29.0.1 - - [01/Mar/2025:17:34:45 +0000] "GET /api/profile HTTP/1.1" 200 17 "http://10.110.0.1:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:45.908277373 172.29.0.1 - - [01/Mar/2025:17:34:45 +0000] "GET /api/config HTTP/1.1" 200 10237 "http://10.110.0.1:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:45.923794248 172.29.0.1 - - [01/Mar/2025:17:34:45 +0000] "GET /fonts/Inter-Regular.woff2 HTTP/1.1" 200 108488 "http://10.110.0.1:5000/assets/index-COg058EU.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:46.744833678 172.29.0.1 - - [01/Mar/2025:17:34:46 +0000] "GET /config HTTP/1.1" 200 2651 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:46.756498820 172.29.0.1 - - [01/Mar/2025:17:34:46 +0000] "GET /ws HTTP/1.1" 101 149 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:46.884368345 172.29.0.1 - - [01/Mar/2025:17:34:46 +0000] "GET /api/profile HTTP/1.1" 200 17 "http://10.110.0.1:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:46.886180950 172.29.0.1 - - [01/Mar/2025:17:34:46 +0000] "GET /api/config HTTP/1.1" 200 10237 "http://10.110.0.1:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:46.895496818 172.29.0.1 - - [01/Mar/2025:17:34:46 +0000] "GET /fonts/Inter-Regular.woff2 HTTP/1.1" 200 108488 "http://10.110.0.1:5000/assets/index-COg058EU.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:50.740069617 172.29.0.1 - - [01/Mar/2025:17:34:50 +0000] "GET /api/config HTTP/1.1" 200 10237 "http://10.110.0.1:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:50.740182323 172.29.0.1 - - [01/Mar/2025:17:34:50 +0000] "GET /api/profile HTTP/1.1" 200 17 "http://10.110.0.1:5000/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36" "-"
2025-03-01 17:34:55.497481425 [2025-03-01 17:34:55] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-03-01 17:34:55.497574805 [2025-03-01 17:34:55] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-03-01 17:34:55.497739318 [2025-03-01 17:34:55] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x558437f95280] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-03-01 17:34:55.497760178 [2025-03-01 17:34:55] ffmpeg.name_of_your_camera.detect ERROR : [in#0 @ 0x558437f93d80] Error opening input: Connection timed out
2025-03-01 17:34:55.497827412 [2025-03-01 17:34:55] ffmpeg.name_of_your_camera.detect ERROR : Error opening input file rtsp://10.0.10.10:554/rtsp.
2025-03-01 17:34:55.497877944 [2025-03-01 17:34:55] ffmpeg.name_of_your_camera.detect ERROR : Error opening input files: Connection timed out
2025-03-01 17:35:00.518181462 [2025-03-01 17:35:00] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-03-01 17:35:00.518661771 [2025-03-01 17:35:00] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-03-01 17:35:05.501081448 [2025-03-01 17:35:05] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-03-01 17:35:05.501084253 [2025-03-01 17:35:05] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-03-01 17:35:05.501092387 [2025-03-01 17:35:05] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x556295eda280] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-03-01 17:35:05.501157024 [2025-03-01 17:35:05] ffmpeg.name_of_your_camera.detect ERROR : [in#0 @ 0x556295ed8d80] Error opening input: Connection timed out
2025-03-01 17:35:05.501159021 [2025-03-01 17:35:05] ffmpeg.name_of_your_camera.detect ERROR : Error opening input file rtsp://10.0.10.10:554/rtsp.
2025-03-01 17:35:05.501160386 [2025-03-01 17:35:05] ffmpeg.name_of_your_camera.detect ERROR : Error opening input files: Connection timed out
2025-03-01 17:35:10.521389513 [2025-03-01 17:35:10] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-03-01 17:35:10.521490175 [2025-03-01 17:35:10] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
2025-03-01 17:35:15.507799572 [2025-03-01 17:35:15] watchdog.name_of_your_camera ERROR : Ffmpeg process crashed unexpectedly for name_of_your_camera.
2025-03-01 17:35:15.507802032 [2025-03-01 17:35:15] watchdog.name_of_your_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-03-01 17:35:15.507816185 [2025-03-01 17:35:15] ffmpeg.name_of_your_camera.detect ERROR : [tcp @ 0x55bdd51bd280] Connection to tcp://10.0.10.10:554?timeout=5000000 failed: Connection timed out
2025-03-01 17:35:15.507854397 [2025-03-01 17:35:15] ffmpeg.name_of_your_camera.detect ERROR : [in#0 @ 0x55bdd51bbd80] Error opening input: Connection timed out
2025-03-01 17:35:15.507872654 [2025-03-01 17:35:15] ffmpeg.name_of_your_camera.detect ERROR : Error opening input file rtsp://10.0.10.10:554/rtsp.
2025-03-01 17:35:15.507890419 [2025-03-01 17:35:15] ffmpeg.name_of_your_camera.detect ERROR : Error opening input files: Connection timed out
2025-03-01 17:35:20.529549768 [2025-03-01 17:35:20] frigate.video ERROR : name_of_your_camera: Unable to read frames from ffmpeg process.
2025-03-01 17:35:20.529552553 [2025-03-01 17:35:20] frigate.video ERROR : name_of_your_camera: ffmpeg process is not running. exiting capture thread...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment