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
I used the GitHub search to find a similar issue and didn't find it.
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
Please provide your logs for the Mealie container docker logs <container-id> > mealie.logs
INFO 2024-11-23T21:49:55 - HTTP Request: GET https://www.kwestiasmaku.com/przepis/blyskawiczne-ciasteczka-owsiane-z-ziarnami "HTTP/1.1 403 Forbidden"
INFO 2024-11-23T21:49:57 - HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK"
INFO 2024-11-23T21:49:57 - [192.168.1.204:0] 400 Bad Request "POST /api/recipes/create/url HTTP/1.1"
I checked it with pure HTML parser, if I copy-paste source code of those recipes and paste it to HTML (and JSON) scrapper - it works, why in log Mealie is getting 403 is beyond my knowledge, but I guess it qualifies as app level issue - it is also possible to replicate it with demo.
First Check
I used the GitHub search to find a similar issue and didn't find it.
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.kwestiasmaku.com/przepis/blyskawiczne-ciasteczka-owsiane-z-ziarnami
https://www.kwestiasmaku.com/kuchnia_polska/kotlety_mielone/przepis.html
Please provide your logs for the Mealie container
docker logs <container-id> > mealie.logs
I checked it with pure HTML parser, if I copy-paste source code of those recipes and paste it to HTML (and JSON) scrapper - it works, why in log Mealie is getting
403
is beyond my knowledge, but I guess it qualifies as app level issue - it is also possible to replicate it with demo.hhyrsev/recipe-scrapers
supportswww.kwestiasmaku.com
Deployment
Docker (Linux)
The text was updated successfully, but these errors were encountered: