-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DeckPicker?] Result::unwrap()
on an Err
value: PoisonError { .. }
#17382
Comments
This feels like multiple instances of I also suspect |
BackendDbFileTooOldException
: called Result::unwrap()
on an Err
value: PoisonError { .. }
BackendDbFileTooOldException
: called Result::unwrap()
on an Err
value: PoisonError { .. }BackendDbFileTooOldException
: called Result::unwrap()
on an Err
value: PoisonError { .. }
BackendDbFileTooOldException
: called Result::unwrap()
on an Err
value: PoisonError { .. }Result::unwrap()
on an Err
value: PoisonError { .. }
This trace points towards the
|
Any errors on that line (and in any line of SyncMediaWorker that could throw) are already catch. AFAICT, what the traces have in common is |
https://ankidroid.org/acra/app/1/bug/252979/report/7a438d99-acee-4da5-be87-798e0cee6f29
The text was updated successfully, but these errors were encountered: