yasserqureshi1 / Sneaker-Monitors

A collection of web monitors that notify of restocks or updates on sneaker related sites through Discord Webhook. This includes Shopify, Nike SNKRS (supports 42 countries), Supreme and now Footsite monitors!
GNU General Public License v3.0
463 stars 125 forks source link

Same shoe keep posting every second (SNKRS) #109

Closed cens6r closed 2 years ago

cens6r commented 3 years ago

Describe the bug The webhook keeps posting the same shoe, same context except for size. Every single second.

To Reproduce Steps to reproduce the behavior:

  1. Set LOCATION to US, LOC to US, LAN to en in the .env file
  2. Set DELAY to 3
  3. No Proxy, Keywords
  4. Infinite Loop of the same shoe (AIR MAX BW OG)
  5. The link for the shoe dosen't work too.

Expected behavior Actual Restock, Launch, Sold Out Notifications, etc.

Screenshots Image

Desktop (please complete the following information):

Additional context Am I doing anything wrong?

king1267 commented 2 years ago

Same for me, that exact same shoe too.

kacperkwapisz commented 2 years ago

Hello, could you tell me if the issue is still applicable?

king1267 commented 2 years ago

Hi, no I no longer get that issue but now when I run it, the testing Webhook posts in my discord but only that and none of the shoes on Nike SNKRS. I get Anchor 60 Anchor 120 Anchor 180 repeated over and over again. Is there any way to make it post all the new shoes on SNKRS?

Thank You, King

On Thu, Nov 18, 2021 at 10:41 AM Kacper Kwapisz @.***> wrote:

Hello, could you tell me if the issue is still applicable?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yasserqureshi1/Sneaker-Monitors/issues/109#issuecomment-972983746, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQMFLY65PZSZIOFX5FGRSW3UMUNBTANCNFSM5D47L6NQ .

yasserqureshi1 commented 2 years ago

So it monitors the top 180 most recent products. This is because you can only request for 60 products at a time so to ensure speed and lower the number of requests, I chose 180. So it prints the anchor for every api call it makes. It should then post newly released shoes or restocks of the top 180 products.

I'll close this issue now