You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
While others suggest that attempting file directory upload beyond 5MB will give an error, I got no error initially, trying to upload 7.1MB directory with the largest file being just 1.3MB. It just tries and then fails with an error.
So, eventually at ~90% the launcher gave an error:
thread '<unnamed>' panicked at '
====================================================================================================
| Result evaluated to Err: CoreError::MutationFailure::{ reason: LowBalance, data: ImmutableData f7ad..} |
====================================================================================================
', src/core/self_encryption_storage.rs:59
note: Run with `RUST_BACKTRACE=1` for a backtrace.
thread '<unnamed>' panicked at '
======================================================
| Result evaluated to Err: "PoisonError { inner: .. }" |
======================================================
', src/core/self_encryption_storage.rs:59
I did that twice and got the same result.
Expected to see: upload in the Demo app note that files summed to beyond the available capacity or otherwise fails gracefully with error indicating how much had not succeeded.
Instead saw: the Demo app did nothing but stall, while the launcher noted there was a problem.
Putting this here as it's the launcher that is noting the error as panic with PoisonError rather than the Demo app itself, so expecting the Launcher is not handling this ideally.
The text was updated successfully, but these errors were encountered:
Thanks @davidpbrown. The trace of the issue is helpful. We have identified the issue and would be getting fixed in the next release, until then will leave this issue open.
While others suggest that attempting file directory upload beyond 5MB will give an error, I got no error initially, trying to upload 7.1MB directory with the largest file being just 1.3MB. It just tries and then fails with an error.
So, eventually at ~90% the launcher gave an error:
I did that twice and got the same result.
Expected to see: upload in the Demo app note that files summed to beyond the available capacity or otherwise fails gracefully with error indicating how much had not succeeded.
Instead saw: the Demo app did nothing but stall, while the launcher noted there was a problem.
Putting this here as it's the launcher that is noting the error as panic with PoisonError rather than the Demo app itself, so expecting the Launcher is not handling this ideally.
The text was updated successfully, but these errors were encountered: