-
Notifications
You must be signed in to change notification settings - Fork 6
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
Story published with empty slide frame #407
Comments
Tried uploading the media that failed and that didn't resolve the issue on the web viewing side. But noticed that the media library has two of the same image now so maybe it didn't fail in the first place? First image: Second image (uploaded on retry): |
that’s interesting! discussed elsewhere but to complete here: the error handling process we introduced for Stories will only come up when saving locally fails, but once media is all ready to be uploaded and starts its way to the server, a different error handling course (the one belonging to current WPAndroid behavior) should come into picture. We'll look into this for sure 👍 |
A technical note / follow up on this for myself, that might be worth exploring:
|
note on this: given I don't see a strong relationship between the reported issue and the task described in #407 (comment) anymore (tl;dr after deeper checking realized BlockProcessor set of classes simply replaces strings just as we do so, I don't see how refactoring the code there would "fix" the reported issue). I'm leaning towards probably this issue being resolved by other fixes we did recently so, moved from |
Steps to reproduce:
What I expected:
If an upload for an image failed, it would trigger the error handling flow.
The text was updated successfully, but these errors were encountered: