MarginaliaSearch/code/functions/live-capture/java/nu/marginalia/livecapture
Viktor Lofgren 3dda8c228c (live-capture) Handle failed screenshot fetch in BrowserlessClient
Return an empty byte array when screenshot fetch fails, ensuring downstream processes are not impacted by null responses. Additionally, only attempt to upload the screenshot if the byte array is non-empty, preventing invalid data from being stored.
2024-09-27 14:52:05 +02:00
..
BrowserlessClient.java (live-capture) Handle failed screenshot fetch in BrowserlessClient 2024-09-27 14:52:05 +02:00
LiveCaptureGrpcService.java (live-capture) Handle failed screenshot fetch in BrowserlessClient 2024-09-27 14:52:05 +02:00
LivecaptureModule.java Add a new function 'Live Capture' for on-demand screenshot capture 2024-09-27 13:46:34 +02:00
ScreenshotDbOperations.java (live-capture) Dial down logging a bit 2024-09-27 14:00:55 +02:00