Skip to content

Auto-retry on transient network errors during transcription#5

Merged
idanyekutiel merged 1 commit intomainfrom
idanyekutiel/fix-recording-stuck
Mar 27, 2026
Merged

Auto-retry on transient network errors during transcription#5
idanyekutiel merged 1 commit intomainfrom
idanyekutiel/fix-recording-stuck

Conversation

@idanyekutiel
Copy link
Copy Markdown
Owner

Summary

  • Broadens the existing timeout-only retry to cover all transient network errors (connection lost, DNS failure, cannot connect to host, secure connection failed)
  • Single automatic retry before showing the error to the user
  • Fixes the common "network connection was lost" failure that succeeds immediately on manual retry

Test plan

  • Transcription works normally with stable connection
  • Transient network hiccup during transcription triggers auto-retry instead of immediate failure

Transient network errors (connection lost, timeout, DNS failure) during
transcription now get a single automatic retry before showing the error.
Previously any timeout or network hiccup was an immediate failure,
requiring the user to manually retry from settings.
@idanyekutiel idanyekutiel merged commit 25d0ffa into main Mar 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant