-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
IllegalViewOperationException: Unable to execute operation dispatchViewManagerCommand on view with tag: 159, since the view does... #10491
IllegalViewOperationException: Unable to execute operation dispatchViewManagerCommand on view with tag: 159, since the view does... #10491
Comments
@daniloercoli do you think this is related to #8838 ? |
90-day impact: ~23 per day |
Yes, it sounds pretty similar to me. Hope we will get the ability to include testing steps, otherwise could be a bit hard to reproduce the problem. (Note: we should try to repro the problem by rotating the device while a modal view is on the screen. it may trigger this error on Android) |
90-day impact: ~32 per day |
90-day impact: ~41 per day |
Looks similar to #8838 |
Full error stack trace in case it'd be useful |
I can reproduce the problem on other blocks too. I think the culprit is on the first "empty" block we show on empty editor. Steps to repro - Case A
Steps to repro - Case B
|
Hey @designsimply it seems that it's very similar to: wordpress-mobile/gutenberg-mobile#1549 |
Yes! It does! I'll close wordpress-mobile/gutenberg-mobile#1549 in favor of this issue. Thank you @marecar3! |
I just encountered this while testing the gutenberg-mobile I think @daniloercoli is correct:
It may have something to do with when an empty paragraph block is replaced by the new block from the appender. There's a subtle pattern about which blocks can "trigger" the bug: Steps:
Results:
The pattern seems to be that the crash does not occur for blocks that have an |
Users affected in the last 90 days: 5200 I can see the numbers of crashes diminishing in the Sentry Last 30 Days graph 🎉 but I am not sure at what point it's okay to close this issue. |
Here is another graph showing the effect of wordpress-mobile/gutenberg-mobile#1582 being released to the Play Store around November 30th. In other graphs, you can see that we're still getting around 40-50 crashes per day with a similar stack trace, but I can not reproduce it with the steps mentioned in this issue so far. I tried the steps outlined in this comment #10491 (comment) with most of the blocks mentioned there, and could not get a crash. I noticed the prior fix for the crash produced by the steps outlined above seemed a little unintuitive without background info (adding |
Events in the last 90 days: 13,000 |
268 events have been tracked for this crash in 14.6.1 since it was released 9d ago on Apr 22. Number of users affected in the last 90d: 3,400 |
759 events have been tracked for this crash in 14.7 and 14.7.1 since they were released 15d and 4d ago respectively. Events in the last 90d: 17,000 |
Seeing an upward trend (not drastic but still) on this one in the last 90d, and the high volume of users affected is concerning. |
We encountered that issue while testing. It's actually quite easy to reproduce: I was also able to experience it while testing the homepage for the |
At first glance it's related to removing nested block based on |
this is happening again but I am using a native component ... while calling this |
Sentry Issue: WORDPRESS-ANDROID-1TS
The text was updated successfully, but these errors were encountered: