You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO:root:Reading config.yaml file successfully..............
INFO:root:Fetching the ques..............
Traceback (most recent call last):
File "script.py", line 29, in
bot.fetch_question()
File "C:\Users\ROUNAK\Documents\cheggbot\chegg.py", line 102, in fetch_question
res_data = json.loads(response.text)
File "C:\Users\ROUNAK\AppData\Local\Programs\Python\Python38\lib\json_init_.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\Users\ROUNAK\AppData\Local\Programs\Python\Python38\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\ROUNAK\AppData\Local\Programs\Python\Python38\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)
The text was updated successfully, but these errors were encountered:
INFO:root:Reading config.yaml file successfully..............
INFO:root:Fetching the ques..............
Traceback (most recent call last):
File "script.py", line 29, in
bot.fetch_question()
File "C:\Users\ROUNAK\Documents\cheggbot\chegg.py", line 102, in fetch_question
res_data = json.loads(response.text)
File "C:\Users\ROUNAK\AppData\Local\Programs\Python\Python38\lib\json_init_.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\Users\ROUNAK\AppData\Local\Programs\Python\Python38\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\ROUNAK\AppData\Local\Programs\Python\Python38\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)
The text was updated successfully, but these errors were encountered: