Alex
Alex
This should be a little bit improved once this PR lands in WP.com and Jetpack: https://github.com/Automattic/jetpack/pull/19176. (I was fixing a separate, video loading indicator issue for the block and realized...
I gave the `#t=1` workaround for Stories a try per @mzorz's request. It kind of works, with many caveats: * The video `src` seems to be modified by WordPress by...
Reported by user here: https://github.com/wordpress-mobile/gutenberg-mobile/issues/3988
@maxme I guess this means that the error is happening during the `wp.uploadFile` part of the test, and not the `wp.getMediaLibrary` part - is that right?
Note: The `UploadStore` PR (#533) introduces `FOREIGN KEY` support to FluxC (https://github.com/wordpress-mobile/WordPress-FluxC-Android/pull/533/commits/6c1d8a8c79faf4c7a137da5a494329292d2b1236), which is a requirement for this issue.
Hey @oguzkocer, I'm totally in agreement with the proposed change, I suggested the same thing too - here's the original comment with some detail: https://github.com/wordpress-mobile/WordPress-FluxC-Android/pull/570#issuecomment-334184102 This led to this ticket,...
No doubt the implementation will be different, but in case it's useful for reference, here's a PR adding auto-retry for Jetpack tunnel timeouts (a particular type of timeout with a...
I think it's better to do this a separate pre-discovery check in the client app, rather than add WP.com REST calls to what's supposed to be a self-hosted (XML-RPC or...
@mzorz this issue isn't actually done - we still need to handle these exceptions in the general case - all #505 did was do it for media uploads.
Just to add my own findings, I also could not reproduce on any emulator. I was also unable to reproduce on a Pixel 2 running `8.0.0`.