[Bug]: Events created with POST /api/events/<camera_name>/<label>/create
do not show up anymore
#13184
Replies: 4 comments 20 replies
-
More information will be needed, we've had multiple users of this feature confirm it is working in 0.14 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The issue came back. It seems like it is related to the camera being unreachable for a short time at night. After loosing the connection, no events are recorded anymore. The camera is still visible and shows live recordings, but I cannot generate events. This is the log of the connection loss:
After restarting the container, I also get the following exception:
Before the restart, events did not work, but live view did. After the restart, events where available again. I also noticed regular messages like these, in 1 minute intervals. They are probably unrelated, but I don't know what's causing them.
|
Beta Was this translation helpful? Give feedback.
-
Are there any news on this? Can you replicate what is happening or can I do anything? |
Beta Was this translation helpful? Give feedback.
-
Describe the problem you are having
I am using various API calls to create events and record them. They are not shown in the UI anymore (even new ones created after 0.14), and despite having
record: enabled: true
.Steps to reproduce
POST /api/events/<camera_name>/<label>/create
, note event idPUT /api/events/<event_id>/end
Version
0.14.0-da913d8
Frigate config file
Relevant log output
Operating system
Other Linux
Install method
Docker Compose
Network connection
Wired
Camera make and model
N/A
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions