lbry-desktop/ui/component/webUploadList
infinite-persistence 640237c630
tus: don't allow 'notify' to be sent again (#1778)
## Ticket
725

## Issue
Upload a video. When `notify` is sent at the end of the tus upload, refresh immediately. The GUI allowed the user to resume the upload, but the ID is no longer present in the server.

## Approach
Until the polling API for `notify` is available, we can only assume the best and let the user know how to handle it.
- Store the "notify was sent" state.
- Show a dialog explaining the situation.

Thought of trying to make `claim_list` calls behind the scenes to clear itself, but it doesn't handle the case of `notify` actually failing. The best is to just let the user handle it for now.

Note that for the case of `onerror` actually received, we still retry since a network error could be the culprit (`notify` wasn't sent).
2022-06-30 19:30:08 -04:00
..
internal tus: don't allow 'notify' to be sent again (#1778) 2022-06-30 19:30:08 -04:00
index.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
view.jsx Upload: tab sync and various fixes (#428) 2021-12-07 09:48:09 -05:00