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

SNKRS Monitor - bug? #117

Closed singh763173 closed 2 years ago

singh763173 commented 2 years ago

Not sure if this is a bug or not, but will leave the monitor to run for some time - raising just in case it's a problem

when running the monitor, it posts it's test successfully but the script continues to output:

Anchor 60 Anchor 120 Anchor 180

Is this normal?

kacperkwapisz commented 2 years ago

Hello, no it is not. Did you change something in the source code of the monitor?

king1267 commented 2 years ago

Hello, no it is not. Did you change something in the source code of the monitor?

Hi, I'm having the same issue. The only thing I changed was the info in the .env file such as the webhook, location, loc, and lan.

yasserqureshi1 commented 2 years ago

Actually this is normal behaviour. 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.