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

json decode error #158

Open infralise123984 opened 11 months ago

infralise123984 commented 11 months ago

Exception found: Traceback (most recent call last): File "D:\escritorio\sneaker monitorssss\monitors\snkrs\monitor.py", line 93, in monitor to_discord = locations.chile(INSTOCK, LOCATION, LANGUAGE, user_agent, proxy, KEYWORDS, start) File "D:\escritorio\sneaker monitorssss\monitors\snkrs\locations.py", line 231, in chile output = json.loads(html) File "C:\Users\Tokyo-3\AppData\Local\Programs\Python\Python310\lib\json__init__.py", line 346, in loads return _default_decoder.decode(s) File "C:\Users\Tokyo-3\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Users\Tokyo-3\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 10 (char 9)