You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, a malformed base64 or hexadecimal string is provided as input. When this happens, an error like this can happen: UnhandledPromiseRejectionWarning: Error: Binary read error sectionLength: 2730 + 3 !== data.length: 15 at parseSCTE35Data
We need to either have some sort of validation here or maybe even a try catch block and output an error elucidating the reason we were not able to parse the string.
The text was updated successfully, but these errors were encountered:
Sometimes, a malformed base64 or hexadecimal string is provided as input. When this happens, an error like this can happen:
UnhandledPromiseRejectionWarning: Error: Binary read error sectionLength: 2730 + 3 !== data.length: 15 at parseSCTE35Data
We need to either have some sort of validation here or maybe even a try catch block and output an error elucidating the reason we were not able to parse the string.
The text was updated successfully, but these errors were encountered: