Closed saoheathcliff closed 3 years ago
Hey, I just downloaded the monitor, not so sure what this error means. Any help would be greatly appreciated!
Payload delivered successfully, code 204. Traceback (most recent call last): File "C:\Users\harryyeam\Sneaker-Monitors\SNKRS\SNKRSMonitor.py", line 236, in monitor() File "C:\Users\harryyeam\Sneaker-Monitors\SNKRS\SNKRSMonitor.py", line 187, in monitor items = scrape_site(proxy, headers) File "C:\Users\harryyeam\Sneaker-Monitors\SNKRS\SNKRSMonitor.py", line 39, in scrape_site output = json.loads(html.text) File "C:\Users\harryyeam\AppData\Local\Programs\Python\Python39\lib\json__init__.py", line 346, in loads return _default_decoder.decode(s) File "C:\Users\harryyeam\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Users\harryyeam\AppData\Local\Programs\Python\Python39\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 1 (char 0)
Should be sorted with the recent updates
Hey, I just downloaded the monitor, not so sure what this error means. Any help would be greatly appreciated!
Payload delivered successfully, code 204. Traceback (most recent call last): File "C:\Users\harryyeam\Sneaker-Monitors\SNKRS\SNKRSMonitor.py", line 236, in
monitor()
File "C:\Users\harryyeam\Sneaker-Monitors\SNKRS\SNKRSMonitor.py", line 187, in monitor
items = scrape_site(proxy, headers)
File "C:\Users\harryyeam\Sneaker-Monitors\SNKRS\SNKRSMonitor.py", line 39, in scrape_site
output = json.loads(html.text)
File "C:\Users\harryyeam\AppData\Local\Programs\Python\Python39\lib\json__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\harryyeam\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\harryyeam\AppData\Local\Programs\Python\Python39\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 1 (char 0)