-
Notifications
You must be signed in to change notification settings - Fork 150
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
docker-compose setup + mysql doesn't support articles with emojis #85
Comments
wallabag in docker container seems to have a problem with the emoji in the content of the article. The thumbs up and cake is the problem. Error message is and thumbs's UTF-8 (hex) is 0xF0 0x9F 0x91 0x8D. With mysql, there is always a problem, that default table encoding is utf8, but you need utf8mb. I do not know how this is in Mariadb, but maybe it's the same issue? |
Setting up the Database to be UTF8 has the solution, but i do not know how to integrate it into wallabag docker setup. Or just use postgresql :) |
@glego thanks, works :) |
i am using the wallabag docker-compose setup. I am receiving a 500: Internal Server Error when I try to bag this page:
https://blog.kentcdodds.com/how-getting-into-open-source-has-been-awesome-for-me-8480cd756a80
I get this error from the browser addon, web application, and android app.
here is the full error message from web application - error message as picture
android app error message:
another user maybe had a similar issue and the article he tried to bag gets me also the error described above.
is this maybe a related issue?
posted about it yesterday, but with too little information and probably in the wrong repo
can you help me with this problem?
The text was updated successfully, but these errors were encountered: