-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bestbuy-ca False Positives #2641
Comments
+1 Same issue here. Whenever I enable the search for bestbuy-ca, it keeps notifying me repetitively that there is something in stock (every few minutes or so, which is quite annoying) while there isn' anything in stockt. Sadly, I would love to monitor bestbuy.ca as it's one of the few places where the prices are still not too inflated. My workaround for now is to keep it disabled, but that means I miss out whenever there is stock. |
If you change the I'd PR the fix but I'm not really interested in forking the repo |
Unfortunately making this change doesn't seem to flag anything in stock for me, even with test items that are in stock. |
@Axiotis check out my PR. I believe the way to resolve this is to check for inStock element instead of the outOfStock. |
Expected Behavior
Out of stock: Prompt says out of stock.
In stock: Prompt says its in stock, opens the webpage & adds to cart.
Current Behavior
Out of stock: Prompt says its in stock & opens the webpage.
None of the gpus I'm looking for have been in stock since issue first occurred, so I don't know in stock behavior.
Steps to Reproduce
Running v3.5.0
Happens ~50% of the checks on any gpu it searches for.
Ex. card:
https://www.bestbuy.ca/en-ca/product/msi-nvidia-geforce-rtx-3070-ventus-3x-oc-8gb-gddr6-video-card/15038016
I don't know much about HTML so this may be wrong, but I think they changed the add to cart button and the bestbuy-ca.ts is looking for a container that doesn't exist anymore?
Environment
Windows 10
dotenv
The text was updated successfully, but these errors were encountered: