-
Notifications
You must be signed in to change notification settings - Fork 119
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
[Sync status] App crashes when sync status screen open and transitioning from "MEDIA_UPLOADED" to "COMPLETE" #2314
Comments
@scolsen This is related to the sync status that you had worked on, do you have bandwidth to look into this by Wed? |
Yes, definitely. I'd go so far as to say exceptions are now a code smell since we have error value types. In general, error value types will be much better for us given that we use functional streams extensively, which do not cohere well with exceptions. In the meantime, I took a simpler route and just added a |
#2333 is a workaround for this crash, I'd like to leave this open so that we can get to the root issue (but considered "done" for the 3/13 freeze) |
Based on my prev comment, going to pull this into iteration 7 |
@scolsen I think this has already been fixed, can you kindly confirm? |
Closing as inactive. |
After disabling Airplane mode:
From Crashlytics:
Note that conversions shouldn't crash app. We should always catch all errors and return
Result
instead of bare values.The data is uploaded, but the status screen then gets stuck with the following:
@scolsen FYI
The text was updated successfully, but these errors were encountered: