Skip to content
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

GO crashes sometimes when using automatic translation #2076

Open
nguyentvan7 opened this issue May 7, 2024 · 2 comments
Open

GO crashes sometimes when using automatic translation #2076

nguyentvan7 opened this issue May 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@nguyentvan7
Copy link
Collaborator

nguyentvan7 commented May 7, 2024

Manifests as

Message: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
Name: NotFoundError
Stack: Error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.

https://discord.com/channels/785153694478893126/1237462926437257366
https://discord.com/channels/785153694478893126/1234043002813415455
https://discord.com/channels/785153694478893126/1228377245622730793
https://discord.com/channels/785153694478893126/1212790933045911572
https://discord.com/channels/785153694478893126/1092204441836458075
https://discord.com/channels/785153694478893126/1088642706881904661

Proper fix is: facebook/react#11538 (comment)
Seems if things aren't wrapped in span, this will cause the issue. Not sure how to find text that is not properly wrapped.

@nguyentvan7 nguyentvan7 added the bug Something isn't working label May 7, 2024
@nguyentvan7
Copy link
Collaborator Author

nguyentvan7 commented May 7, 2024

2 cases have been semi root-cause'd.
1 was on the artifact page when scanning
the other was:

  1. Click [+Add New Artifact]
  2. Select artifact set type
  3. Make it level 20
  4. Start to fill in the substat details
  5. Unexpected error!

So it seems like there is something specifically in the artifact editor that needs this wrapping

@nguyentvan7
Copy link
Collaborator Author

I enabled auto translation, then changed the language to Portuguese on the settings page and crashed. So it seems to be in more places too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant