You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!
I work at the Wikimedia Foundation and we've been seeing about 20k errors a week due to a mysterious bug that we believe might relate to your code. The issue is tricky for us to filter out as the file URI associated with the errors does not correspond with any browser extension URL so I was wondering if you could help us by finding a way to either fix the problem or allow us to filter it more successfully.
The bug appears as NotFoundError: Node.removeChild: The node to be removed is not a child of this node or NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. and the stack trace if often empty or if we're lucky:
at remove
at jQuery.fn.init.remove
at DDGRuntimeChecks.callback
at DDGRuntimeChecks.dispatch at elemData.handle
Hey @jdlrobson, thanks for the report! Sorry about the noise. We've debugged the issue and we're working on a proper fix. In the meantime I'm going to go ahead and turn the feature causing the errors off for wikimedia.org (see referenced PR above), so you should stop seeing these errors shortly.
On Fri, May 26, 2023, 9:49 PM David Harbage ***@***.***> wrote:
Hey @jdlrobson <https://github.com/jdlrobson>, thanks for the report!
Sorry about the noise. We've debugged the issue and we're working on a
proper fix. In the meantime I'm going to go ahead and turn the feature
causing the errors off for wikimedia.org (see referenced PR above), so
you should stop seeing these errors shortly.
—
Reply to this email directly, view it on GitHub
<#540 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABEKEFIYFQIXZO4Z75LY5DXID3NJANCNFSM6AAAAAAYPLRKXA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
Hi there!
I work at the Wikimedia Foundation and we've been seeing about 20k errors a week due to a mysterious bug that we believe might relate to your code. The issue is tricky for us to filter out as the file URI associated with the errors does not correspond with any browser extension URL so I was wondering if you could help us by finding a way to either fix the problem or allow us to filter it more successfully.
The bug appears as
NotFoundError: Node.removeChild: The node to be removed is not a child of this node
orNotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
and the stack trace if often empty or if we're lucky:The issue mostly impacts commons.wikimedia.org file pages e.g.
https://commons.wikimedia.org/wiki/File:Rectangle_%28plain%29.svg or https://commons.wikimedia.org/wiki/File:Mistelbach_Brunnen-20230514-RM-161753.jpg
Any idea what could be happening here?
The text was updated successfully, but these errors were encountered: