[Development]: Cannot create users in 0.15 #14351
-
Checklist
Describe the problem you are havingcant create users Steps to reproduce
... Version0.15.0-0abd514 In which browser(s) are you experiencing the issue with?No response Frigate config filen/a docker-compose file or Docker CLI commandn/a Relevant Frigate log output2024-10-14 20:54:42.439290973 ERROR: Exception in ASGI application
2024-10-14 20:54:42.439293323 + Exception Group Traceback (most recent call last):
2024-10-14 20:54:42.439294704 | File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 77, in collapse_excgroups
2024-10-14 20:54:42.439295776 | yield
2024-10-14 20:54:42.439297125 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2024-10-14 20:54:42.439311505 | response_sent.set()
2024-10-14 20:54:42.439312870 | File "/usr/local/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py", line 736, in __aexit__
2024-10-14 20:54:42.439314390 | raise BaseExceptionGroup(
2024-10-14 20:54:42.439315640 | exceptiongroup.ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2024-10-14 20:54:42.439316774 +-+---------------- 1 ----------------
2024-10-14 20:54:42.439317815 | Traceback (most recent call last):
2024-10-14 20:54:42.439335157 | File "/usr/local/lib/python3.9/dist-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi
2024-10-14 20:54:42.439336504 | result = await app( # type: ignore[func-returns-value]
2024-10-14 20:54:42.439337779 | File "/usr/local/lib/python3.9/dist-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__
2024-10-14 20:54:42.439348636 | return await self.app(scope, receive, send)
2024-10-14 20:54:42.439350064 | File "/usr/local/lib/python3.9/dist-packages/fastapi/applications.py", line 1054, in __call__
2024-10-14 20:54:42.439351250 | await super().__call__(scope, receive, send)
2024-10-14 20:54:42.439352470 | File "/usr/local/lib/python3.9/dist-packages/starlette/applications.py", line 113, in __call__
2024-10-14 20:54:42.439363859 | await self.middleware_stack(scope, receive, send)
2024-10-14 20:54:42.439365255 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/errors.py", line 187, in __call__
2024-10-14 20:54:42.439366222 | raise exc
2024-10-14 20:54:42.439367573 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/errors.py", line 165, in __call__
2024-10-14 20:54:42.439368640 | await self.app(scope, receive, _send)
2024-10-14 20:54:42.439369852 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2024-10-14 20:54:42.439384192 | response_sent.set()
2024-10-14 20:54:42.439385411 | File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2024-10-14 20:54:42.439386461 | self.gen.throw(type, value, traceback)
2024-10-14 20:54:42.439387688 | File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 83, in collapse_excgroups
2024-10-14 20:54:42.439388754 | raise exc
2024-10-14 20:54:42.439390011 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2024-10-14 20:54:42.439391131 | response = await self.dispatch_func(request, call_next)
2024-10-14 20:54:42.439392315 | File "/usr/local/lib/python3.9/dist-packages/slowapi/middleware.py", line 136, in dispatch
2024-10-14 20:54:42.439393445 | response = await call_next(request)
2024-10-14 20:54:42.439394695 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2024-10-14 20:54:42.439395666 | raise app_exc
2024-10-14 20:54:42.439396907 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2024-10-14 20:54:42.439397989 | await self.app(scope, receive_or_disconnect, send_no_error)
2024-10-14 20:54:42.439415088 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2024-10-14 20:54:42.439416175 | response_sent.set()
2024-10-14 20:54:42.439417345 | File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2024-10-14 20:54:42.439418398 | self.gen.throw(type, value, traceback)
2024-10-14 20:54:42.439419693 | File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 83, in collapse_excgroups
2024-10-14 20:54:42.439420755 | raise exc
2024-10-14 20:54:42.439421989 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2024-10-14 20:54:42.439423066 | response = await self.dispatch_func(request, call_next)
2024-10-14 20:54:42.439424233 | File "/opt/frigate/frigate/api/fastapi_app.py", line 78, in frigate_middleware
2024-10-14 20:54:42.439425246 | response = await call_next(request)
2024-10-14 20:54:42.439426474 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2024-10-14 20:54:42.439444759 | raise app_exc
2024-10-14 20:54:42.439446106 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2024-10-14 20:54:42.439447220 | await self.app(scope, receive_or_disconnect, send_no_error)
2024-10-14 20:54:42.439448445 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2024-10-14 20:54:42.439449440 | response_sent.set()
2024-10-14 20:54:42.439450521 | File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2024-10-14 20:54:42.439451539 | self.gen.throw(type, value, traceback)
2024-10-14 20:54:42.439452884 | File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 83, in collapse_excgroups
2024-10-14 20:54:42.439453850 | raise exc
2024-10-14 20:54:42.439455063 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2024-10-14 20:54:42.439456152 | response = await self.dispatch_func(request, call_next)
2024-10-14 20:54:42.439457406 | File "/usr/local/lib/python3.9/dist-packages/starlette_context/middleware/context_middleware.py", line 78, in dispatch
2024-10-14 20:54:42.439458404 | response = await call_next(request)
2024-10-14 20:54:42.439459618 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2024-10-14 20:54:42.439460630 | raise app_exc
2024-10-14 20:54:42.439461866 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2024-10-14 20:54:42.439462941 | await self.app(scope, receive_or_disconnect, send_no_error)
2024-10-14 20:54:42.439464174 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/exceptions.py", line 62, in __call__
2024-10-14 20:54:42.439465323 | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
2024-10-14 20:54:42.439466609 | File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 62, in wrapped_app
2024-10-14 20:54:42.439467576 | raise exc
2024-10-14 20:54:42.439468815 | File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 51, in wrapped_app
2024-10-14 20:54:42.439490749 | await app(scope, receive, sender)
2024-10-14 20:54:42.439492135 | File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 715, in __call__
2024-10-14 20:54:42.439493196 | await self.middleware_stack(scope, receive, send)
2024-10-14 20:54:42.439494328 | File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 735, in app
2024-10-14 20:54:42.439495321 | await route.handle(scope, receive, send)
2024-10-14 20:54:42.439496503 | File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 288, in handle
2024-10-14 20:54:42.439497518 | await self.app(scope, receive, send)
2024-10-14 20:54:42.439498645 | File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 76, in app
2024-10-14 20:54:42.439499749 | await wrap_app_handling_exceptions(app, request)(scope, receive, send)
2024-10-14 20:54:42.439520014 | File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 62, in wrapped_app
2024-10-14 20:54:42.439521016 | raise exc
2024-10-14 20:54:42.439522232 | File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 51, in wrapped_app
2024-10-14 20:54:42.439523217 | await app(scope, receive, sender)
2024-10-14 20:54:42.439524340 | File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 73, in app
2024-10-14 20:54:42.439525295 | response = await f(request)
2024-10-14 20:54:42.439526414 | File "/usr/local/lib/python3.9/dist-packages/fastapi/routing.py", line 301, in app
2024-10-14 20:54:42.439527413 | raw_response = await run_endpoint_function(
2024-10-14 20:54:42.439528635 | File "/usr/local/lib/python3.9/dist-packages/fastapi/routing.py", line 214, in run_endpoint_function
2024-10-14 20:54:42.439529697 | return await run_in_threadpool(dependant.call, **values)
2024-10-14 20:54:42.439549878 | File "/usr/local/lib/python3.9/dist-packages/starlette/concurrency.py", line 39, in run_in_threadpool
2024-10-14 20:54:42.439551109 | return await anyio.to_thread.run_sync(func, *args)
2024-10-14 20:54:42.439552283 | File "/usr/local/lib/python3.9/dist-packages/anyio/to_thread.py", line 56, in run_sync
2024-10-14 20:54:42.439553366 | return await get_async_backend().run_sync_in_worker_thread(
2024-10-14 20:54:42.439554604 | File "/usr/local/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py", line 2405, in run_sync_in_worker_thread
2024-10-14 20:54:42.439555571 | return await future
2024-10-14 20:54:42.439556715 | File "/usr/local/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py", line 914, in run
2024-10-14 20:54:42.439557678 | result = context.run(func, *args)
2024-10-14 20:54:42.439558772 | File "/opt/frigate/frigate/api/auth.py", line 356, in create_user
2024-10-14 20:54:42.439559700 | User.insert(
2024-10-14 20:54:42.439560801 | File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 2036, in inner
2024-10-14 20:54:42.439561805 | return method(self, database, *args, **kwargs)
2024-10-14 20:54:42.439583446 | File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 2107, in execute
2024-10-14 20:54:42.439584570 | return self._execute(database)
2024-10-14 20:54:42.439585696 | File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 2912, in _execute
2024-10-14 20:54:42.439586711 | return super(Insert, self)._execute(database)
2024-10-14 20:54:42.439587834 | File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 2626, in _execute
2024-10-14 20:54:42.439588883 | return self.handle_result(database, cursor)
2024-10-14 20:54:42.439590016 | File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 2921, in handle_result
2024-10-14 20:54:42.439591078 | return database.last_insert_id(cursor, self._query_type)
2024-10-14 20:54:42.439592230 | File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 3824, in last_insert_id
2024-10-14 20:54:42.439593170 | return cursor.lastrowid
2024-10-14 20:54:42.439594334 | File "/usr/local/lib/python3.9/dist-packages/playhouse/sqliteq.py", line 88, in lastrowid
2024-10-14 20:54:42.439595272 | self._wait()
2024-10-14 20:54:42.439613810 | File "/usr/local/lib/python3.9/dist-packages/playhouse/sqliteq.py", line 63, in _wait
2024-10-14 20:54:42.439614852 | raise self._exc
2024-10-14 20:54:42.439616044 | File "/usr/local/lib/python3.9/dist-packages/playhouse/sqliteq.py", line 183, in execute
2024-10-14 20:54:42.439617104 | cursor = self.database._execute(obj.sql, obj.params)
2024-10-14 20:54:42.439618224 | File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 3322, in execute_sql
2024-10-14 20:54:42.439619225 | cursor.execute(sql, params or ())
2024-10-14 20:54:42.439620328 | File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 3088, in __exit__
2024-10-14 20:54:42.439621408 | reraise(new_type, new_type(exc_value, *exc_args), traceback)
2024-10-14 20:54:42.439622520 | File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 196, in reraise
2024-10-14 20:54:42.439623477 | raise value.with_traceback(tb)
2024-10-14 20:54:42.439624610 | File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 3322, in execute_sql
2024-10-14 20:54:42.439625603 | cursor.execute(sql, params or ())
2024-10-14 20:54:42.439626735 | peewee.IntegrityError: NOT NULL constraint failed: user.notification_tokens
2024-10-14 20:54:42.439627675 +------------------------------------
2024-10-14 20:54:42.439628511
2024-10-14 20:54:42.439629601 During handling of the above exception, another exception occurred:
2024-10-14 20:54:42.439630464
2024-10-14 20:54:42.439631440 Traceback (most recent call last):
2024-10-14 20:54:42.439632622 File "/usr/local/lib/python3.9/dist-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi
2024-10-14 20:54:42.439633666 result = await app( # type: ignore[func-returns-value]
2024-10-14 20:54:42.439634830 File "/usr/local/lib/python3.9/dist-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__
2024-10-14 20:54:42.439635835 return await self.app(scope, receive, send)
2024-10-14 20:54:42.439636999 File "/usr/local/lib/python3.9/dist-packages/fastapi/applications.py", line 1054, in __call__
2024-10-14 20:54:42.439638014 await super().__call__(scope, receive, send)
2024-10-14 20:54:42.439639162 File "/usr/local/lib/python3.9/dist-packages/starlette/applications.py", line 113, in __call__
2024-10-14 20:54:42.439640171 await self.middleware_stack(scope, receive, send)
2024-10-14 20:54:42.439641364 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/errors.py", line 187, in __call__
2024-10-14 20:54:42.439642254 raise exc
2024-10-14 20:54:42.439643470 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/errors.py", line 165, in __call__
2024-10-14 20:54:42.439644460 await self.app(scope, receive, _send)
2024-10-14 20:54:42.439645655 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2024-10-14 20:54:42.439646571 response_sent.set()
2024-10-14 20:54:42.439647609 File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2024-10-14 20:54:42.439648565 self.gen.throw(type, value, traceback)
2024-10-14 20:54:42.439649718 File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 83, in collapse_excgroups
2024-10-14 20:54:42.439650630 raise exc
2024-10-14 20:54:42.439651780 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2024-10-14 20:54:42.439652821 response = await self.dispatch_func(request, call_next)
2024-10-14 20:54:42.439653938 File "/usr/local/lib/python3.9/dist-packages/slowapi/middleware.py", line 136, in dispatch
2024-10-14 20:54:42.439654888 response = await call_next(request)
2024-10-14 20:54:42.439656057 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2024-10-14 20:54:42.439657025 raise app_exc
2024-10-14 20:54:42.439658147 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2024-10-14 20:54:42.439659182 await self.app(scope, receive_or_disconnect, send_no_error)
2024-10-14 20:54:42.439660336 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2024-10-14 20:54:42.439661221 response_sent.set()
2024-10-14 20:54:42.439662225 File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2024-10-14 20:54:42.439663177 self.gen.throw(type, value, traceback)
2024-10-14 20:54:42.439664312 File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 83, in collapse_excgroups
2024-10-14 20:54:42.439665216 raise exc
2024-10-14 20:54:42.439666360 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2024-10-14 20:54:42.439667379 response = await self.dispatch_func(request, call_next)
2024-10-14 20:54:42.439668449 File "/opt/frigate/frigate/api/fastapi_app.py", line 78, in frigate_middleware
2024-10-14 20:54:42.439669380 response = await call_next(request)
2024-10-14 20:54:42.439670524 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2024-10-14 20:54:42.439671412 raise app_exc
2024-10-14 20:54:42.439672568 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2024-10-14 20:54:42.439673597 await self.app(scope, receive_or_disconnect, send_no_error)
2024-10-14 20:54:42.439674747 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2024-10-14 20:54:42.439675659 response_sent.set()
2024-10-14 20:54:42.439676740 File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2024-10-14 20:54:42.439677737 self.gen.throw(type, value, traceback)
2024-10-14 20:54:42.439678904 File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 83, in collapse_excgroups
2024-10-14 20:54:42.439679773 raise exc
2024-10-14 20:54:42.439680948 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2024-10-14 20:54:42.439681970 response = await self.dispatch_func(request, call_next)
2024-10-14 20:54:42.439683166 File "/usr/local/lib/python3.9/dist-packages/starlette_context/middleware/context_middleware.py", line 78, in dispatch
2024-10-14 20:54:42.439684127 response = await call_next(request)
2024-10-14 20:54:42.439685287 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2024-10-14 20:54:42.439686197 raise app_exc
2024-10-14 20:54:42.439687331 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2024-10-14 20:54:42.439688348 await self.app(scope, receive_or_disconnect, send_no_error)
2024-10-14 20:54:42.439689493 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/exceptions.py", line 62, in __call__
2024-10-14 20:54:42.439690607 await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
2024-10-14 20:54:42.439691868 File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 62, in wrapped_app
2024-10-14 20:54:42.439692794 raise exc
2024-10-14 20:54:42.439694022 File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 51, in wrapped_app
2024-10-14 20:54:42.439694990 await app(scope, receive, sender)
2024-10-14 20:54:42.439696116 File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 715, in __call__
2024-10-14 20:54:42.439697209 await self.middleware_stack(scope, receive, send)
2024-10-14 20:54:42.439698301 File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 735, in app
2024-10-14 20:54:42.439699289 await route.handle(scope, receive, send)
2024-10-14 20:54:42.439700419 File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 288, in handle
2024-10-14 20:54:42.439701392 await self.app(scope, receive, send)
2024-10-14 20:54:42.439702498 File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 76, in app
2024-10-14 20:54:42.439703565 await wrap_app_handling_exceptions(app, request)(scope, receive, send)
2024-10-14 20:54:42.439704741 File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 62, in wrapped_app
2024-10-14 20:54:42.439705675 raise exc
2024-10-14 20:54:42.439706844 File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 51, in wrapped_app
2024-10-14 20:54:42.439707828 await app(scope, receive, sender)
2024-10-14 20:54:42.439708933 File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 73, in app
2024-10-14 20:54:42.439709845 response = await f(request)
2024-10-14 20:54:42.439710952 File "/usr/local/lib/python3.9/dist-packages/fastapi/routing.py", line 301, in app
2024-10-14 20:54:42.439711949 raw_response = await run_endpoint_function(
2024-10-14 20:54:42.439713130 File "/usr/local/lib/python3.9/dist-packages/fastapi/routing.py", line 214, in run_endpoint_function
2024-10-14 20:54:42.439714151 return await run_in_threadpool(dependant.call, **values)
2024-10-14 20:54:42.439715326 File "/usr/local/lib/python3.9/dist-packages/starlette/concurrency.py", line 39, in run_in_threadpool
2024-10-14 20:54:42.439716335 return await anyio.to_thread.run_sync(func, *args)
2024-10-14 20:54:42.439717425 File "/usr/local/lib/python3.9/dist-packages/anyio/to_thread.py", line 56, in run_sync
2024-10-14 20:54:42.439718477 return await get_async_backend().run_sync_in_worker_thread(
2024-10-14 20:54:42.439719709 File "/usr/local/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py", line 2405, in run_sync_in_worker_thread
2024-10-14 20:54:42.439720616 return await future
2024-10-14 20:54:42.439721756 File "/usr/local/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py", line 914, in run
2024-10-14 20:54:42.439722698 result = context.run(func, *args)
2024-10-14 20:54:42.439723733 File "/opt/frigate/frigate/api/auth.py", line 356, in create_user
2024-10-14 20:54:42.439724644 User.insert(
2024-10-14 20:54:42.439725750 File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 2036, in inner
2024-10-14 20:54:42.439726739 return method(self, database, *args, **kwargs)
2024-10-14 20:54:42.439727883 File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 2107, in execute
2024-10-14 20:54:42.439728853 return self._execute(database)
2024-10-14 20:54:42.439730008 File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 2912, in _execute
2024-10-14 20:54:42.439731017 return super(Insert, self)._execute(database)
2024-10-14 20:54:42.439732118 File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 2626, in _execute
2024-10-14 20:54:42.439733116 return self.handle_result(database, cursor)
2024-10-14 20:54:42.439734231 File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 2921, in handle_result
2024-10-14 20:54:42.439735288 return database.last_insert_id(cursor, self._query_type)
2024-10-14 20:54:42.439736382 File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 3824, in last_insert_id
2024-10-14 20:54:42.439737302 return cursor.lastrowid
2024-10-14 20:54:42.439738424 File "/usr/local/lib/python3.9/dist-packages/playhouse/sqliteq.py", line 88, in lastrowid
2024-10-14 20:54:42.439739306 self._wait()
2024-10-14 20:54:42.439740361 File "/usr/local/lib/python3.9/dist-packages/playhouse/sqliteq.py", line 63, in _wait
2024-10-14 20:54:42.439773080 raise self._exc
2024-10-14 20:54:42.439774390 File "/usr/local/lib/python3.9/dist-packages/playhouse/sqliteq.py", line 183, in execute
2024-10-14 20:54:42.439775442 cursor = self.database._execute(obj.sql, obj.params)
2024-10-14 20:54:42.439788248 File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 3322, in execute_sql
2024-10-14 20:54:42.439789293 cursor.execute(sql, params or ())
2024-10-14 20:54:42.439790410 File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 3088, in __exit__
2024-10-14 20:54:42.439791453 reraise(new_type, new_type(exc_value, *exc_args), traceback)
2024-10-14 20:54:42.439792552 File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 196, in reraise
2024-10-14 20:54:42.439793498 raise value.with_traceback(tb)
2024-10-14 20:54:42.439794599 File "/usr/local/lib/python3.9/dist-packages/peewee.py", line 3322, in execute_sql
2024-10-14 20:54:42.439795577 cursor.execute(sql, params or ())
2024-10-14 20:54:42.439796680 peewee.IntegrityError: NOT NULL constraint failed: user.notification_tokens Relevant go2rtc log outputn/a Operating systemDebian Install methodDocker Compose Network connectionWired Camera make and modeln/a Screenshots of the Frigate UI's System metrics pagesn/a Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Oct 15, 2024
Replies: 1 comment
-
Fixed in #14364 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NickM-27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed in #14364