-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Posting/Editing: Audit & improve error messages #10663
Comments
@kwonye can you take care of this one during Hackweek please? |
For sure 👍 |
Sorry I dropped this. I'll be picking it up this week before I head out and handing it to the appropriate person. |
We're going to start by fixing the specific examples that were reported in this issue, and then spawn new issues for anything else that we find in terms of messaging. |
Ran into this in #2195107-zen, particularly the unclear "Message "1 post, 1 file not uploaded" message.
It would be great if we could include the post's title and/or specify the type of file we're having trouble. For instance, we could say "We couldn't upload Post Title because a Video File ..." (was too big, took too long, etc.) It would also be helpful to have more information in the logs, so we could tell the user the post title or something else to help them find the post and retry. |
I added the tag |
@osullivanchris , can we get your input / ideas on this? This issue should be split so I'm marking it as 13. Let's start with the "1 post, x files not uploaded" message and refer to the suggestion from this comment: #10663 (comment) |
I agree with @yaelirub that this issue should be split AND that we should start with the "1 post, x files not uploaded" since it feels so broken. The different scenarios I think we need to consider for this message's review are:
@osullivanchris - Any thoughts on this? |
Thanks for the ping @diegoreymendez . Bit of a verbose relpy to follow but this touches on a few topics. Existing Improvements I spent some time reviewing offline error messages with @malinajirka yesterday. We have made significant improvements to error messages making them more meaningful and actionable. E.G. when the user tries to publish offline; rather than a blocking error, the user is now told that the post will be published when connection returns. And they can cancel it if they wish. That gives them
That's the type of error handling we can all be happier with. And that's the direction we're hopefully heading in (which didn't exist when this issue was opened) Generally - auditing and improving error messages
Specifics on the '1 post, x files not uploaded' case
Specifics on the 'Media upload failure in editor'
|
@osullivanchris , I'd be happy to pair with you on this.
|
I was beta testing WordPress iOS app and went down the rabbit hole from ambiguous error messages. This was for a self-hosted, jetpack-connected wp.org sites.
|
Improving the error handling was one of the major goals of pcdRpT-6vS-p2:
|
We should audit the errors we show while posting/editing in the app to look for:
Examples that @m shared:
The text was updated successfully, but these errors were encountered: