Description
The app crashes when running in the background, typically right after a meeting ends.
Error Message
UnexpectedStatus { status: 400, body: "length limit exceeded" }
Steps to Reproduce
- Start a meeting recording in Hyprnote
- Let the meeting run (unclear if duration matters)
- End the meeting and close the app or let it run in background
Expected Behavior
The app should process the meeting notes and transcription without crashing.
Actual Behavior
The app crashes with a 400 status error indicating a length limit has been exceeded.
Environment
- Platform: macOS (Apple Silicon)
- OS Version: macOS 15.7.4 Sequoia
- App Version: 1.0.16
- Build: c212379
- Locale: en-CA
Notes
The error suggests a request payload or response body exceeds a limit during post-meeting processing (likely transcription or note generation).