Skip to content
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

Async media: Support retrying posts with failed media #6407

Closed
aforcier opened this issue Jul 26, 2017 · 3 comments
Closed

Async media: Support retrying posts with failed media #6407

aforcier opened this issue Jul 26, 2017 · 3 comments

Comments

@aforcier
Copy link
Contributor

Currently, a post that has failed media will show up in the post list like this:

post-list-6-media-error

To retry the post upload, we need to edit the post and either retry the individual media items, or remove them/replace them.

Depending on the type of media error, it would be great if we offered the Retry option from the post list (and eventually the error notification).

We already do this when the error is related to the post itself, and there weren't any failed media:

post-list-5-post-error-retry

Some implementation work is required to actually support retrying post uploads with failed media. Once that's in place, we could enable retries for cases we can reasonably expect the retry to succeed (e.g. connection errors), and work on more automated fixes (maybe offering to resize the failed media automatically if the error was a file limit type).

@aforcier
Copy link
Contributor Author

We should also show more helpful errors than the generic "Media upload failed. Edit the post to retry." we currently show in the post list for posts with media errors. (see conversation here)

@mzorz
Copy link
Contributor

mzorz commented Aug 1, 2017

Related comment (we could address both #6407 and #4341 in one PR) #4341 (comment)

@mzorz
Copy link
Contributor

mzorz commented Nov 2, 2017

Closed via #6789

@mzorz mzorz closed this as completed Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants