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

[SCRAPER] - (some?) www.kwestiasmaku.com recipes are not working with Mealie #4600

Open
3 tasks done
outlying opened this issue Nov 23, 2024 · 2 comments
Open
3 tasks done
Labels
bug Something isn't working scraper triage

Comments

@outlying
Copy link

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

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.

hhyrsev/recipe-scrapers supports www.kwestiasmaku.com

Deployment

Docker (Linux)

@outlying outlying added bug Something isn't working scraper triage labels Nov 23, 2024
@outlying
Copy link
Author

It seems it might be similar to #4575 where there is also an issue with 403 response code

@outlying
Copy link
Author

I think it deserves a bump, this issue is blocking not only Polish users but at least users from one more country to use this software

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

No branches or pull requests

1 participant