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

Edit fails if description contains emojis #345

Open
vokimon opened this issue Jan 13, 2025 · 1 comment
Open

Edit fails if description contains emojis #345

vokimon opened this issue Jan 13, 2025 · 1 comment

Comments

@vokimon
Copy link

vokimon commented Jan 13, 2025

When editing a project, if project description contains any emoji, like all of these i tried: βœ¨πŸ›πŸ— πŸ§ΉπŸ”§πŸ“β™»πŸ’„ (changelog icons for gitmoji) the project fails with:

Image

Error: An error occured while executing DB queries

This happens both when editing from the web application, but also posting to the api directly in which case i get a 500 error with content:

{"error":"An error occured while executing DB queries"}
@Calinou
Copy link
Member

Calinou commented Jan 20, 2025

This is likely because the utf8 character set is used instead of utf8mb4 in the database collections: https://github.com/godotengine/godot-asset-library/tree/master/data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants