David Calhoun
David Calhoun
From further testing, my belief is that this crash and others (https://github.com/wordpress-mobile/gutenberg-mobile/issues/6127, https://github.com/wordpress-mobile/gutenberg-mobile/issues/6128, https://github.com/wordpress-mobile/gutenberg-mobile/issues/6203) may relate to performance issues. Specifically, posts with a good number of images often slow or...
An update regarding the stack trace: I was able to symbolicate the stack trace after discovering the additional details are available in Xcode when clicking the "hamburger menu" icon next...
Random thought: I wonder if upgrading to React Native `>=0.72` will [provide additional, helpful details](https://reactnative.dev/blog/2023/06/21/0.72-metro-package-exports-symlinks#better-error-readability-for-hermes) for cryptic errors like this one.
Removing my assignment as I do not intend to work on this for the foreseeable future. Our latest plan for addressing this crash was seeing if the [React Native 0.73...
Closing as this is no longer necessary given the latest client implementation in https://github.com/wordpress-mobile/GutenbergKit/pull/148.
@brandonpayton thank you for the support! When I investigated briefly, the [permissions check](https://github.com/WordPress/wordpress-develop/blob/b64a068d2fe94cc66653c0106bf55606294fb01b/src/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php#L189) unexpectedly returned `false`. If I recall correctly, when I logged `$this->capabilities` on the [user class](https://github.com/WordPress/wordpress-develop/blob/b64a068d2fe94cc66653c0106bf55606294fb01b/src/wp-includes/class-wp-role.php#L95), it was...
We might also provide the user with a few files of varying sizes, to see if they are able to successfully upload smaller files. E.g., send them URLs of hosted...
> What would be the next step investigating this? > Uploads via WP Admin (laptop) worked in my tests, but waiting for user confirmation. If we have not already, we...
Thanks for the update, @jos22. This is a difficult one to debug. My best guess is issues or instability with XML-RPC communications occurring within the app. The team is working...
> To me, this suggests that the retry functionality is not broken, but there may be another circumstance where the retry option is available and the media will not upload....