-
Notifications
You must be signed in to change notification settings - Fork 4
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
Purchase Greyedout #12
Comments
Looks like one of the providers changed something. I'm also having this issue. If I have time I'll see if it can be fixed. Either way a broken provider shouldn't break in this way |
Will look into this. |
I could be way off base, but as I was looking through the code in OpenFoodFactsProductProvider.cs, it appears to be looking for the JSON to come in as product.code, product.ProductName and product.CategoriesTags (as the OpenFoodFacts V2 API documentation states) however, when I was playing around with it, it seemes to be coming in as products.code, products.ProductName...etc (Notice the "S" at the end of product) Again, I could be wayyyy off base, but I thought it was worth passing along to save you guys time if this was the issue. This is what I tested... { |
So when it comes to coop request for that product, the logs say its this URL: Running this in a regular browser works fine. If I run a
Maybe they've implemented more protections against crawling? I'm also not the most knowledgeable about this. In any case: This error is entirely unrelated to the bug. I've run the debugger and I've even disabled the coop provider and the button remains grayed out. |
I found the issue. Im working on a PR fix but git is fighting me |
Thanks a lot. I will review asap. I'm currently so busy at work that I can't focus on this project. Sorry. |
@wuast94 can you pull the latest docker and confirm that it's working for you now? |
I've just discovered a new regression: now products that are in grocy get the grayed out. Will send a fix soon |
as you can see i cant click on the button sadly
The text was updated successfully, but these errors were encountered: