fix: handle array subtitle format in video export#437
Merged
Movm merged 4 commits intotest-branchfrom Feb 1, 2026
Merged
Conversation
- Only set cameraState=ready from jscanify import callback - Always capture photo, fall back to raw frame without scanner
Drop the 8MB OpenCV CDN dependency and jscanify edge detection. Camera now captures raw frames directly via react-webcam — simpler, faster to load, and no WASM initialization issues.
The subtitles payload can arrive as a pre-parsed array with start/end keys instead of the raw string format. Normalise both shapes before passing to ASS generation to prevent export failures.
- Fix TS2322/TS2362 in processingController by wrapping unknown types with Number()/String() - Replace @ts-ignore with @ts-expect-error in FluxImageService - Add Sentry error tracking integration for api, web, and sites packages - Update scraper and package dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
start/endkeys) instead of the raw string formatTest plan