[Bug]: Error fetching tracked objects: undefined #17624
-
Checklist
Describe the problem you are havingWhen I use Find Similar and change the Filters for score, sorting gives an error Steps to reproduce
Version0.15.0 In which browser(s) are you experiencing the issue with?No response Frigate config filemqtt:
enabled: true
host: 192.168.1.71
user: '{FRIGATE_MQTT_USER}'
password: '{FRIGATE_MQTT_PASSWORD}'
ffmpeg:
hwaccel_args: preset-intel-qsv-h264
go2rtc:
webrtc:
ice_servers:
- urls: [stun:192.168.1.71:3478]
# - urls: [turn:172.19.160.10:3478]
candidates:
- 192.168.0.252:8555
- stun:8555
streams:
ptz_main:
- ffmpeg:rtsp://admin:*****@192.168.1.88:554/Streaming/Channels/101?transportmode=unicast&profile=Profile_1
ptz_sub:
- ffmpeg:rtsp://admin:******@192.168.1.88:554/Streaming/Channels/102?transportmode=unicast&profile=Profile_2
i_pro:
- ffmpeg:rtsp://admin:******@192.168.1.159/ONVIF/MediaInput?profile=def_profile1
cameras:
PTZ:
enabled: true
objects:
track:
- license_plate
- face
- person
- car
mqtt:
enabled: true
height: 720
quality: 100
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/ptz_main
input_args: preset-rtsp-restream
roles:
- record
- detect
# - path: rtsp://127.0.0.1:8554/ptz_sub
# input_args: preset-rtsp-restream
# roles:
# - detect
onvif:
host: 192.168.1.88
port: 80
user: admin
password: *****
detect:
enabled: true
# width: 1280
# height: 720
live:
stream_name: ptz_main
iPro:
enabled: true
objects:
track:
- face
- license_plate
- person
- car
mqtt:
enabled: true
height: 720
quality: 100
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/i_pro
input_args: preset-rtsp-restream
roles:
- record
- detect
onvif:
host: 192.168.1.159
port: 80
user: admin
password: *****
detect:
enabled: true
live:
stream_name: i_pro
record:
enabled: true
retain:
days: 1
mode: all
alerts:
retain:
days: 1
mode: motion
detections:
retain:
days: 1
mode: motion
snapshots:
enabled: true
clean_copy: true
timestamp: false
bounding_box: true
crop: true
height: 720
quality: 100
retain:
default: 1
detect:
fps: 5
enabled: true
detectors:
tensorrt:
type: tensorrt
# device: 0
model:
path: /config/model_cache/tensorrt/yolov7-320.trt
input_tensor: nchw
input_pixel_format: rgb
width: 320
height: 320
#model:
# path: plus://8cb3aa750bc072279dfb22d0a537434c
semantic_search:
enabled: true
reindex: false
model_size: small
objects:
filters:
face:
min_score: .7
license_plate:
min_score: .6
person:
min_score: .65
threshold: .85
version: 0.15docker-compose file or Docker CLI commandservices:
frigate:
privileged: true
container_name: aware-vms
restart: unless-stopped
#image: ghcr.io/blakeblackshear/frigate:0.15.0-tensorrt
#image: frigate:latest-tensorrt
image: europe-west1-docker.pkg.dev/aware-vms/aware-vms/linc-security-systems/aware-vms:latest-tensorrt
shm_size: "8gb"
devices:
- /dev/dri/renderD128
runtime: nvidia
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config:/config
- /shared/recordings:/media/frigate
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 2000000000
ports:
- "1984:1984"
- "8971:8971"
- "5000:5000" # Internal unauthenticated access. Expose carefully.
# - "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
FRIGATE_RTSP_PASSWORD: "*******"
FRIGATE_MQTT_USER: "******"
FRIGATE_MQTT_PASSWORD: "*******"
# YOLO_MODELS: "yolov7-320"
PLUS_API_KEY: "8da6d579-21c3-455a-ba9b-a3e5915232fa:cb72ac743fea1d2b19bbd0d10cdbee64121ba849"Relevant Frigate log output2025-04-03 18:53:16.714842791 192.168.1.100 - - [03/Apr/2025:18:53:16 +0000] "GET /api/events/search?labels=car&search_type=similarity&min_score=0.9&max_score=1&event_id=1743660210.184679-yfxvuh&sort=score_desc&timezone=Europe%2FAmsterdam&include_thumbnails=0&limit=25 HTTP/1.1" 500 21 "https://192.168.0.252:8971/explore?labels=car&min_score=0.9&max_score=1&sort=score_desc&search_type=similarity&event_id=1743660210.184679-yfxvuh" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" "-"
2025-04-03 18:53:16.715741363 ERROR: Exception in ASGI application
2025-04-03 18:53:16.715743460 + Exception Group Traceback (most recent call last):
2025-04-03 18:53:16.715744551 | File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 76, in collapse_excgroups
2025-04-03 18:53:16.715745222 | yield
2025-04-03 18:53:16.715746100 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2025-04-03 18:53:16.715746688 | response_sent.set()
2025-04-03 18:53:16.715747518 | File "/usr/local/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py", line 772, in __aexit__
2025-04-03 18:53:16.715748151 | raise BaseExceptionGroup(
2025-04-03 18:53:16.715748931 | exceptiongroup.ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
2025-04-03 18:53:16.715749605 +-+---------------- 1 ----------------
2025-04-03 18:53:16.715750251 | Traceback (most recent call last):
2025-04-03 18:53:16.715751054 | File "/usr/local/lib/python3.9/dist-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi
2025-04-03 18:53:16.715751743 | result = await app( # type: ignore[func-returns-value]
2025-04-03 18:53:16.715752576 | File "/usr/local/lib/python3.9/dist-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__
2025-04-03 18:53:16.715753222 | return await self.app(scope, receive, send)
2025-04-03 18:53:16.715753998 | File "/usr/local/lib/python3.9/dist-packages/fastapi/applications.py", line 1054, in __call__
2025-04-03 18:53:16.715754652 | await super().__call__(scope, receive, send)
2025-04-03 18:53:16.715755476 | File "/usr/local/lib/python3.9/dist-packages/starlette/applications.py", line 113, in __call__
2025-04-03 18:53:16.715756147 | await self.middleware_stack(scope, receive, send)
2025-04-03 18:53:16.715756979 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/errors.py", line 187, in __call__
2025-04-03 18:53:16.715757549 | raise exc
2025-04-03 18:53:16.715758354 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/errors.py", line 165, in __call__
2025-04-03 18:53:16.715759016 | await self.app(scope, receive, _send)
2025-04-03 18:53:16.715759830 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2025-04-03 18:53:16.715760428 | response_sent.set()
2025-04-03 18:53:16.715761118 | File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2025-04-03 18:53:16.715761730 | self.gen.throw(type, value, traceback)
2025-04-03 18:53:16.715762549 | File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 82, in collapse_excgroups
2025-04-03 18:53:16.715763102 | raise exc
2025-04-03 18:53:16.715763882 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2025-04-03 18:53:16.715764528 | response = await self.dispatch_func(request, call_next)
2025-04-03 18:53:16.715765285 | File "/usr/local/lib/python3.9/dist-packages/slowapi/middleware.py", line 124, in dispatch
2025-04-03 18:53:16.715765983 | return await call_next(request)
2025-04-03 18:53:16.715766803 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2025-04-03 18:53:16.715767354 | raise app_exc
2025-04-03 18:53:16.715768164 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2025-04-03 18:53:16.715768913 | await self.app(scope, receive_or_disconnect, send_no_error)
2025-04-03 18:53:16.715769730 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2025-04-03 18:53:16.715770292 | response_sent.set()
2025-04-03 18:53:16.715770961 | File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2025-04-03 18:53:16.715771583 | self.gen.throw(type, value, traceback)
2025-04-03 18:53:16.715772393 | File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 82, in collapse_excgroups
2025-04-03 18:53:16.715772911 | raise exc
2025-04-03 18:53:16.715773702 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2025-04-03 18:53:16.715774355 | response = await self.dispatch_func(request, call_next)
2025-04-03 18:53:16.715775063 | File "/opt/frigate/frigate/api/fastapi_app.py", line 82, in frigate_middleware
2025-04-03 18:53:16.715775675 | response = await call_next(request)
2025-04-03 18:53:16.715776475 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2025-04-03 18:53:16.715777031 | raise app_exc
2025-04-03 18:53:16.715777783 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2025-04-03 18:53:16.715778456 | await self.app(scope, receive_or_disconnect, send_no_error)
2025-04-03 18:53:16.715779254 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2025-04-03 18:53:16.715779822 | response_sent.set()
2025-04-03 18:53:16.715780502 | File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2025-04-03 18:53:16.715781092 | self.gen.throw(type, value, traceback)
2025-04-03 18:53:16.715781883 | File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 82, in collapse_excgroups
2025-04-03 18:53:16.715782407 | raise exc
2025-04-03 18:53:16.715783200 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2025-04-03 18:53:16.715783865 | response = await self.dispatch_func(request, call_next)
2025-04-03 18:53:16.715784698 | File "/usr/local/lib/python3.9/dist-packages/starlette_context/middleware/context_middleware.py", line 78, in dispatch
2025-04-03 18:53:16.715785303 | response = await call_next(request)
2025-04-03 18:53:16.715786089 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2025-04-03 18:53:16.715786639 | raise app_exc
2025-04-03 18:53:16.715787402 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2025-04-03 18:53:16.715788070 | await self.app(scope, receive_or_disconnect, send_no_error)
2025-04-03 18:53:16.715788879 | File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/exceptions.py", line 62, in __call__
2025-04-03 18:53:16.715789594 | await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
2025-04-03 18:53:16.715790428 | File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 53, in wrapped_app
2025-04-03 18:53:16.715790960 | raise exc
2025-04-03 18:53:16.715791775 | File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 42, in wrapped_app
2025-04-03 18:53:16.715792400 | await app(scope, receive, sender)
2025-04-03 18:53:16.715793170 | File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 715, in __call__
2025-04-03 18:53:16.715793820 | await self.middleware_stack(scope, receive, send)
2025-04-03 18:53:16.715794579 | File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 735, in app
2025-04-03 18:53:16.715795217 | await route.handle(scope, receive, send)
2025-04-03 18:53:16.715795965 | File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 288, in handle
2025-04-03 18:53:16.715796589 | await self.app(scope, receive, send)
2025-04-03 18:53:16.715797345 | File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 76, in app
2025-04-03 18:53:16.715798077 | await wrap_app_handling_exceptions(app, request)(scope, receive, send)
2025-04-03 18:53:16.715798897 | File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 53, in wrapped_app
2025-04-03 18:53:16.715799423 | raise exc
2025-04-03 18:53:16.715800234 | File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 42, in wrapped_app
2025-04-03 18:53:16.715800870 | await app(scope, receive, sender)
2025-04-03 18:53:16.715801607 | File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 73, in app
2025-04-03 18:53:16.715802210 | response = await f(request)
2025-04-03 18:53:16.715802946 | File "/usr/local/lib/python3.9/dist-packages/fastapi/routing.py", line 301, in app
2025-04-03 18:53:16.715803593 | raw_response = await run_endpoint_function(
2025-04-03 18:53:16.715804387 | File "/usr/local/lib/python3.9/dist-packages/fastapi/routing.py", line 214, in run_endpoint_function
2025-04-03 18:53:16.715805075 | return await run_in_threadpool(dependant.call, **values)
2025-04-03 18:53:16.715805879 | File "/usr/local/lib/python3.9/dist-packages/starlette/concurrency.py", line 39, in run_in_threadpool
2025-04-03 18:53:16.715806556 | return await anyio.to_thread.run_sync(func, *args)
2025-04-03 18:53:16.715807307 | File "/usr/local/lib/python3.9/dist-packages/anyio/to_thread.py", line 56, in run_sync
2025-04-03 18:53:16.715807976 | return await get_async_backend().run_sync_in_worker_thread(
2025-04-03 18:53:16.715808817 | File "/usr/local/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py", line 2470, in run_sync_in_worker_thread
2025-04-03 18:53:16.715809405 | return await future
2025-04-03 18:53:16.715810183 | File "/usr/local/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py", line 967, in run
2025-04-03 18:53:16.715810783 | result = context.run(func, *args)
2025-04-03 18:53:16.715811486 | File "/opt/frigate/frigate/api/event.py", line 598, in events_search
2025-04-03 18:53:16.715812219 | processed_events.sort(key=lambda x: x["score"], reverse=True)
2025-04-03 18:53:16.715812902 | File "/opt/frigate/frigate/api/event.py", line 598, in <lambda>
2025-04-03 18:53:16.715813569 | processed_events.sort(key=lambda x: x["score"], reverse=True)
2025-04-03 18:53:16.715814113 | KeyError: 'score'
2025-04-03 18:53:16.715814718 +------------------------------------
2025-04-03 18:53:16.715815183
2025-04-03 18:53:16.715815858 During handling of the above exception, another exception occurred:
2025-04-03 18:53:16.715816353
2025-04-03 18:53:16.715816926 Traceback (most recent call last):
2025-04-03 18:53:16.715817684 File "/usr/local/lib/python3.9/dist-packages/uvicorn/protocols/http/h11_impl.py", line 406, in run_asgi
2025-04-03 18:53:16.715818323 result = await app( # type: ignore[func-returns-value]
2025-04-03 18:53:16.715819102 File "/usr/local/lib/python3.9/dist-packages/uvicorn/middleware/proxy_headers.py", line 70, in __call__
2025-04-03 18:53:16.715819712 return await self.app(scope, receive, send)
2025-04-03 18:53:16.715820454 File "/usr/local/lib/python3.9/dist-packages/fastapi/applications.py", line 1054, in __call__
2025-04-03 18:53:16.715821070 await super().__call__(scope, receive, send)
2025-04-03 18:53:16.715821823 File "/usr/local/lib/python3.9/dist-packages/starlette/applications.py", line 113, in __call__
2025-04-03 18:53:16.715822453 await self.middleware_stack(scope, receive, send)
2025-04-03 18:53:16.715842333 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/errors.py", line 187, in __call__
2025-04-03 18:53:16.715842976 raise exc
2025-04-03 18:53:16.715843782 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/errors.py", line 165, in __call__
2025-04-03 18:53:16.715844388 await self.app(scope, receive, _send)
2025-04-03 18:53:16.715845150 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2025-04-03 18:53:16.715845684 response_sent.set()
2025-04-03 18:53:16.715846349 File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2025-04-03 18:53:16.715846959 self.gen.throw(type, value, traceback)
2025-04-03 18:53:16.715847741 File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 82, in collapse_excgroups
2025-04-03 18:53:16.715848267 raise exc
2025-04-03 18:53:16.715849011 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2025-04-03 18:53:16.715849656 response = await self.dispatch_func(request, call_next)
2025-04-03 18:53:16.715850437 File "/usr/local/lib/python3.9/dist-packages/slowapi/middleware.py", line 124, in dispatch
2025-04-03 18:53:16.715851034 return await call_next(request)
2025-04-03 18:53:16.715851801 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2025-04-03 18:53:16.715852318 raise app_exc
2025-04-03 18:53:16.715853064 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2025-04-03 18:53:16.715853714 await self.app(scope, receive_or_disconnect, send_no_error)
2025-04-03 18:53:16.715854465 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2025-04-03 18:53:16.715855005 response_sent.set()
2025-04-03 18:53:16.715855670 File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2025-04-03 18:53:16.715856304 self.gen.throw(type, value, traceback)
2025-04-03 18:53:16.715857087 File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 82, in collapse_excgroups
2025-04-03 18:53:16.715857596 raise exc
2025-04-03 18:53:16.715858356 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2025-04-03 18:53:16.715858977 response = await self.dispatch_func(request, call_next)
2025-04-03 18:53:16.715859689 File "/opt/frigate/frigate/api/fastapi_app.py", line 82, in frigate_middleware
2025-04-03 18:53:16.715860303 response = await call_next(request)
2025-04-03 18:53:16.715861066 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2025-04-03 18:53:16.715861575 raise app_exc
2025-04-03 18:53:16.715862303 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2025-04-03 18:53:16.715862964 await self.app(scope, receive_or_disconnect, send_no_error)
2025-04-03 18:53:16.715863748 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 189, in __call__
2025-04-03 18:53:16.715864262 response_sent.set()
2025-04-03 18:53:16.715864906 File "/usr/lib/python3.9/contextlib.py", line 135, in __exit__
2025-04-03 18:53:16.715865566 self.gen.throw(type, value, traceback)
2025-04-03 18:53:16.715866359 File "/usr/local/lib/python3.9/dist-packages/starlette/_utils.py", line 82, in collapse_excgroups
2025-04-03 18:53:16.715866894 raise exc
2025-04-03 18:53:16.715867669 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 187, in __call__
2025-04-03 18:53:16.715868317 response = await self.dispatch_func(request, call_next)
2025-04-03 18:53:16.715869134 File "/usr/local/lib/python3.9/dist-packages/starlette_context/middleware/context_middleware.py", line 78, in dispatch
2025-04-03 18:53:16.715869709 response = await call_next(request)
2025-04-03 18:53:16.715870474 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 163, in call_next
2025-04-03 18:53:16.715870984 raise app_exc
2025-04-03 18:53:16.715871722 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/base.py", line 149, in coro
2025-04-03 18:53:16.715872378 await self.app(scope, receive_or_disconnect, send_no_error)
2025-04-03 18:53:16.715873152 File "/usr/local/lib/python3.9/dist-packages/starlette/middleware/exceptions.py", line 62, in __call__
2025-04-03 18:53:16.715873871 await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
2025-04-03 18:53:16.715874654 File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 53, in wrapped_app
2025-04-03 18:53:16.715875200 raise exc
2025-04-03 18:53:16.715875969 File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 42, in wrapped_app
2025-04-03 18:53:16.715876557 await app(scope, receive, sender)
2025-04-03 18:53:16.715877299 File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 715, in __call__
2025-04-03 18:53:16.715877925 await self.middleware_stack(scope, receive, send)
2025-04-03 18:53:16.715878629 File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 735, in app
2025-04-03 18:53:16.715879298 await route.handle(scope, receive, send)
2025-04-03 18:53:16.715880050 File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 288, in handle
2025-04-03 18:53:16.715880646 await self.app(scope, receive, send)
2025-04-03 18:53:16.715881357 File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 76, in app
2025-04-03 18:53:16.715882049 await wrap_app_handling_exceptions(app, request)(scope, receive, send)
2025-04-03 18:53:16.715882857 File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 53, in wrapped_app
2025-04-03 18:53:16.715883388 raise exc
2025-04-03 18:53:16.715884170 File "/usr/local/lib/python3.9/dist-packages/starlette/_exception_handler.py", line 42, in wrapped_app
2025-04-03 18:53:16.715884744 await app(scope, receive, sender)
2025-04-03 18:53:16.715885483 File "/usr/local/lib/python3.9/dist-packages/starlette/routing.py", line 73, in app
2025-04-03 18:53:16.715886039 response = await f(request)
2025-04-03 18:53:16.715886772 File "/usr/local/lib/python3.9/dist-packages/fastapi/routing.py", line 301, in app
2025-04-03 18:53:16.715887389 raw_response = await run_endpoint_function(
2025-04-03 18:53:16.715888166 File "/usr/local/lib/python3.9/dist-packages/fastapi/routing.py", line 214, in run_endpoint_function
2025-04-03 18:53:16.715888828 return await run_in_threadpool(dependant.call, **values)
2025-04-03 18:53:16.715889641 File "/usr/local/lib/python3.9/dist-packages/starlette/concurrency.py", line 39, in run_in_threadpool
2025-04-03 18:53:16.715890271 return await anyio.to_thread.run_sync(func, *args)
2025-04-03 18:53:16.715891010 File "/usr/local/lib/python3.9/dist-packages/anyio/to_thread.py", line 56, in run_sync
2025-04-03 18:53:16.715891665 return await get_async_backend().run_sync_in_worker_thread(
2025-04-03 18:53:16.715892489 File "/usr/local/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py", line 2470, in run_sync_in_worker_thread
2025-04-03 18:53:16.715893018 return await future
2025-04-03 18:53:16.715893774 File "/usr/local/lib/python3.9/dist-packages/anyio/_backends/_asyncio.py", line 967, in run
2025-04-03 18:53:16.715894371 result = context.run(func, *args)
2025-04-03 18:53:16.715895080 File "/opt/frigate/frigate/api/event.py", line 598, in events_search
2025-04-03 18:53:16.715895767 processed_events.sort(key=lambda x: x["score"], reverse=True)
2025-04-03 18:53:16.715896468 File "/opt/frigate/frigate/api/event.py", line 598, in <lambda>
2025-04-03 18:53:16.715897129 processed_events.sort(key=lambda x: x["score"], reverse=True)
2025-04-03 18:53:16.715897646 KeyError: 'score'Relevant go2rtc log output-Operating systemOther Linux Install methodDocker Compose Network connectionWired Camera make and modelPanasonic Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful |
Beta Was this translation helpful? Give feedback.
Answered by
hawkeye217
Apr 10, 2025
Replies: 1 comment
-
|
Thanks, this is fixed in #17629 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
toperichvania
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Thanks, this is fixed in #17629