-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrigate_logs.txt
More file actions
381 lines (348 loc) · 41.8 KB
/
frigate_logs.txt
File metadata and controls
381 lines (348 loc) · 41.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
venv\Scripts\python.exe : 2026-01-02 13:25:04.125247: I tensorflow/core/util/port.cc:153]
oneDNN custom operations are on. You may see slightly different numerical results due to
floating-point round-off errors from different computation orders. To turn them off, set
the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
At line:1 char:1
+ venv\Scripts\python.exe -m frigate 2>&1 | Tee-Object -FilePath "friga ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (2026-01-02 13:2...ONEDNN_OPTS=0`.:String) [],
RemoteException
+ FullyQualifiedErrorId : NativeCommandError
2026-01-02 13:25:05.922599: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
DeepOCSORT not available. Install with: pip install deepocsort
YOLO not available. Install with: pip install ultralytics
[2026-01-02 13:25:12] frigate.util.config INFO : Checking if frigate config
needs migration...
[2026-01-02 13:25:12] frigate.util.config INFO : frigate config does not need
migration...
[2026-01-02 13:25:14] frigate.util.services WARNING : Did not detect hwaccel,
using a GPU for accelerated video decoding is highly recommended
2026-01-02 13:25:15.205713: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
2026-01-02 13:25:16.769017: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
2026-01-02 13:25:18.630932: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
2026-01-02 13:25:20.199115: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
DeepOCSORT not available. Install with: pip install deepocsort
YOLO not available. Install with: pip install ultralytics
2026-01-02 13:25:25.162171: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
2026-01-02 13:25:26.661501: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
Exception in thread Thread-1 (run):
Traceback (most recent call last):
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3263, in connect
self._state.set_connection(self._connect())
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 17, in _connect
self._load_vec_extension(conn)
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 26, in _load_vec_extension
conn.load_extension(self.sqlite_vec_path)
sqlite3.OperationalError: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016,
in _bootstrap_inner
self.run()
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953,
in run
self._target(*self._args, **self._kwargs)
File "D:\projects\frigate\venv\lib\site-packages\playhouse\sqliteq.py", line 272, in run
writer.run()
File "D:\projects\frigate\venv\lib\site-packages\playhouse\sqliteq.py", line 129, in run
conn = self.database.connection()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3303, in connection
self.connect()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3262, in connect
with __exception_wrapper__:
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3088, in __exit__
reraise(new_type, new_type(exc_value, *exc_args), traceback)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 196, in reraise
raise value.with_traceback(tb)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3263, in connect
self._state.set_connection(self._connect())
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 17, in _connect
self._load_vec_extension(conn)
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 26, in _load_vec_extension
conn.load_extension(self.sqlite_vec_path)
peewee.OperationalError: The specified module could not be found.
Exception in thread Thread-4 (run):
Traceback (most recent call last):
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3263, in connect
self._state.set_connection(self._connect())
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 17, in _connect
self._load_vec_extension(conn)
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 26, in _load_vec_extension
conn.load_extension(self.sqlite_vec_path)
sqlite3.OperationalError: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016,
in _bootstrap_inner
self.run()
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953,
in run
self._target(*self._args, **self._kwargs)
File "D:\projects\frigate\venv\lib\site-packages\playhouse\sqliteq.py", line 272, in run
writer.run()
File "D:\projects\frigate\venv\lib\site-packages\playhouse\sqliteq.py", line 129, in run
conn = self.database.connection()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3303, in connection
self.connect()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3262, in connect
with __exception_wrapper__:
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3088, in __exit__
reraise(new_type, new_type(exc_value, *exc_args), traceback)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 196, in reraise
raise value.with_traceback(tb)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3263, in connect
self._state.set_connection(self._connect())
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 17, in _connect
self._load_vec_extension(conn)
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 26, in _load_vec_extension
conn.load_extension(self.sqlite_vec_path)
peewee.OperationalError: The specified module could not be found.
2026-01-02 13:25:32.483356: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
2026-01-02 13:25:33.994960: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
[2026-01-02 13:25:35] frigate.detectors WARNING : CPU detectors are not
recommended and should only be used for testing or for trial purposes.
Process frigate.detector:cpu:
Traceback (most recent call last):
File
"C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py",
line 314, in _bootstrap
self.run()
File "D:\projects\frigate\frigate\object_detection\base.py", line 137, in run
object_detector = LocalObjectDetector(detector_config=self.detector_config)
File "D:\projects\frigate\frigate\object_detection\base.py", line 60, in __init__
self.detect_api = create_detector(detector_config)
File "D:\projects\frigate\frigate\detectors\__init__.py", line 18, in create_detector
return api(detector_config)
File "D:\projects\frigate\frigate\log.py", line 257, in wrapper
result = func(*args, **kwargs)
File "D:\projects\frigate\frigate\detectors\plugins\cpu_tfl.py", line 33, in __init__
interpreter = Interpreter(
File "D:\projects\frigate\venv\lib\site-packages\tensorflow\lite\python\interpreter.py",
line 490, in __init__
self._interpreter = _interpreter_wrapper.CreateWrapperFromFile(
ValueError: Could not open '/cpu_model.tflite'.
2026-01-02 13:25:35.941792: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
2026-01-02 13:25:37.411103: I tensorflow/core/util/port.cc:153] oneDNN custom operations
are on. You may see slightly different numerical results due to floating-point round-off
errors from different computation orders. To turn them off, set the environment variable
`TF_ENABLE_ONEDNN_OPTS=0`.
DeepOCSORT not available. Install with: pip install deepocsort
YOLO not available. Install with: pip install ultralytics
Process frigate.output:
Exception in thread storage_maintainer:
Traceback (most recent call last):
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3263, in connect
self._state.set_connection(self._connect())
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 17, in _connect
self._load_vec_extension(conn)
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 26, in _load_vec_extension
conn.load_extension(self.sqlite_vec_path)
sqlite3.OperationalError: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3321, in execute_sql
Traceback (most recent call last):
File
"C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\multiprocessing\process.py",
line 314, in _bootstrap
self.run()
File "D:\projects\frigate\frigate\output\output.py", line 124, in run
jsmpeg_cameras[camera] = JsmpegCamera(
File "D:\projects\frigate\frigate\output\camera.py", line 143, in __init__
self.converter = FFMpegConverter(
File "D:\projects\frigate\frigate\output\camera.py", line 59, in __init__
self.process = sp.Popen(
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 971,
in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line
1440, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
cursor = self.cursor()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3311, in cursor
self.connect()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3262, in connect
with __exception_wrapper__:
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3088, in __exit__
reraise(new_type, new_type(exc_value, *exc_args), traceback)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 196, in reraise
raise value.with_traceback(tb)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3263, in connect
self._state.set_connection(self._connect())
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 17, in _connect
self._load_vec_extension(conn)
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 26, in _load_vec_extension
conn.load_extension(self.sqlite_vec_path)
peewee.OperationalError: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016,
in _bootstrap_inner
self.run()
File "D:\projects\frigate\frigate\storage.py", line 222, in run
self.calculate_camera_bandwidth()
File "D:\projects\frigate\frigate\storage.py", line 42, in calculate_camera_bandwidth
.scalar()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2036, in inner
return method(self, database, *args, **kwargs)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2301, in scalar
row = self.tuples().peek(database)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2036, in inner
return method(self, database, *args, **kwargs)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2286, in peek
rows = self.execute(database)[:n]
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2036, in inner
return method(self, database, *args, **kwargs)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2107, in execute
return self._execute(database)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2280, in _execute
cursor = database.execute(self)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3330, in execute
return self.execute_sql(sql, params)
File "D:\projects\frigate\venv\lib\site-packages\playhouse\sqliteq.py", line 256, in
execute_sql
return self._execute(sql, params)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3320, in execute_sql
with __exception_wrapper__:
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3088, in __exit__
reraise(new_type, new_type(exc_value, *exc_args), traceback)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 196, in reraise
raise value.with_traceback(tb)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3321, in execute_sql
cursor = self.cursor()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3311, in cursor
self.connect()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3262, in connect
with __exception_wrapper__:
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3088, in __exit__
reraise(new_type, new_type(exc_value, *exc_args), traceback)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 196, in reraise
raise value.with_traceback(tb)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3263, in connect
self._state.set_connection(self._connect())
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 17, in _connect
self._load_vec_extension(conn)
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 26, in _load_vec_extension
conn.load_extension(self.sqlite_vec_path)
peewee.OperationalError: The specified module could not be found.
Traceback (most recent call last):
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3263, in connect
self._state.set_connection(self._connect())
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 17, in _connect
self._load_vec_extension(conn)
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 26, in _load_vec_extension
conn.load_extension(self.sqlite_vec_path)
sqlite3.OperationalError: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3321, in execute_sql
cursor = self.cursor()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3311, in cursor
self.connect()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3262, in connect
with __exception_wrapper__:
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3088, in __exit__
reraise(new_type, new_type(exc_value, *exc_args), traceback)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 196, in reraise
raise value.with_traceback(tb)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3263, in connect
self._state.set_connection(self._connect())
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 17, in _connect
self._load_vec_extension(conn)
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 26, in _load_vec_extension
conn.load_extension(self.sqlite_vec_path)
peewee.OperationalError: The specified module could not be found.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in
_run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in
_run_code
exec(code, run_globals)
File "D:\projects\frigate\frigate\__main__.py", line 142, in <module>
main()
File "D:\projects\frigate\frigate\__main__.py", line 117, in main
FrigateApp(config, manager, stop_event).start()
File "D:\projects\frigate\frigate\app.py", line 555, in start
self.init_auth()
File "D:\projects\frigate\frigate\app.py", line 477, in init_auth
if User.select().count() == 0:
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2036, in inner
return method(self, database, *args, **kwargs)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2321, in count
return Select([clone], [fn.COUNT(SQL('1'))]).scalar(database)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2036, in inner
return method(self, database, *args, **kwargs)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2301, in scalar
row = self.tuples().peek(database)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2036, in inner
return method(self, database, *args, **kwargs)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2286, in peek
rows = self.execute(database)[:n]
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2036, in inner
return method(self, database, *args, **kwargs)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2107, in execute
return self._execute(database)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 2280, in _execute
cursor = database.execute(self)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3330, in execute
return self.execute_sql(sql, params)
File "D:\projects\frigate\venv\lib\site-packages\playhouse\sqliteq.py", line 256, in
execute_sql
return self._execute(sql, params)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3320, in execute_sql
with __exception_wrapper__:
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3088, in __exit__
reraise(new_type, new_type(exc_value, *exc_args), traceback)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 196, in reraise
raise value.with_traceback(tb)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3321, in execute_sql
cursor = self.cursor()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3311, in cursor
self.connect()
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3262, in connect
with __exception_wrapper__:
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3088, in __exit__
reraise(new_type, new_type(exc_value, *exc_args), traceback)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 196, in reraise
raise value.with_traceback(tb)
File "D:\projects\frigate\venv\lib\site-packages\peewee.py", line 3263, in connect
self._state.set_connection(self._connect())
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 17, in _connect
self._load_vec_extension(conn)
File "D:\projects\frigate\frigate\db\sqlitevecq.py", line 26, in _load_vec_extension
conn.load_extension(self.sqlite_vec_path)
peewee.OperationalError: The specified module could not be found.
[2026-01-02 13:25:47] frigate.comms.mqtt ERROR : MQTT disconnected