[Support]: Export through API does not generate thumbnails #14855
Unanswered
blounolito
asked this question in
General Support
Replies: 2 comments 6 replies
-
we will need to see the postman API call |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Nick, Here you go ;
Second call (export creation) :
Do you know what is the lifecycle of an export creation ? Where can I find the most relevant logs about this ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
Hi,
When I create an export (realtime or timelapse) through UI, everything is generated (video & thumbnail), when I request this export through API, only video is generated, and I can't play the export through UI.
When I create en export through UI, everything is working fine, here is a capture of the AJAX request made to API ;
URL : https://frigate:30060/api/export/camera1/start/1731033571/end/1731037171
POST Payload :
{playback: "realtime", name: "From UI"}
When I use Postman, or any other REST client, with the exact same payload, cookies, URL, Frigate does not generate the thumbnail, and I can't click on the preview block.
I tried to turn DEBUG log level on, there's absolutely nothing related to an error. The thumbnail corresponding to the recording ID is created on filesystem, but its size is 8 bytes.
I'm not sure what to do.
Thanks,
Version
0.14.1-f4f3cfa
What browser(s) are you using?
Google Chrome 130.0.6723.92
Frigate config file
Relevant Frigate log output
"POST /api/export/camera1/start/1731033546/end/1731037146 HTTP/1.1" 200 206... segments ... nothing else.
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
No response
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
CPU (no coral)
Network connection
Wired
Camera make and model
Wize Cam 4
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
I am not using any detection.
Beta Was this translation helpful? Give feedback.
All reactions