Skip to content

Release 0.1.18

Choose a tag to compare

@bvdcode bvdcode released this 01 Oct 06:26
· 8 commits to main since this release
Improve error handling in BlinkClient for non-MP4 videos

Enhance error reporting by attempting to read the response
content when the `contentType` is not `"video/mp4"`. If the
response content cannot be read, include the exception message
in the error details. This provides more context in the
`BlinkClientException` for debugging issues.