Closed M4rFri closed 2 months ago
Are you using postgres? Looks like you have the database encoding set to ascii, rather than utf-8. More here: https://github.com/mealie-recipes/mealie/issues/1504
If you modify your database to use utf-8 encoding it should fix your issue
Thank you, that was indeed the problem.
First Check
[X] I used the GitHub search to find a similar issue and didn't find it.
[X] I have verified that this issue is not related to the underlying library hhyrsev/recipe-scrapers by 1) checking the debugger and data is returned, 2) verifying that there are errors in the log related to application level code, or 3) verified that the site provides recipe data, or is otherwise supported by hhyrsev/recipe-scrapers
[ ] This issue can be replicated on the demo site (https://demo.mealie.io/)
Please provide 1-5 example URLs that are having errors
https://www.chefkoch.de/rezepte/432571134435843/Bester-bunter-Nudelauflauf-mit-Mais-und-Paprika.html
Please provide your logs for the Mealie container
docker logs <container-id> > mealie.logs
Deployment
Other