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
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
2022-01-06 17:16:52 当前用户:161105024
Traceback (most recent call last):
File "C:\Users\小明\Desktop\auto-submit-master\index.py", line 388, in
print(main_handler({}, {}))
File "C:\Users\小明\Desktop\auto-submit-master\index.py", line 381, in main_handler
raise e
File "C:\Users\小明\Desktop\auto-submit-master\index.py", line 344, in main_handler
apis = getCpdailyApis(user)
File "C:\Users\小明\Desktop\auto-submit-master\index.py", line 37, in getCpdailyApis
schools = requests.get(
File "D:\Program Files\Python39\lib\site-packages\requests\models.py", line 910, in json
return complexjson.loads(self.text, **kwargs)
File "D:\Program Files\Python39\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "D:\Program Files\Python39\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "D:\Program Files\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)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/root/auto-submit/currency/login.py", line 75, in
apis = getCpdailyApis(user)
File "/root/auto-submit/currency/login.py", line 29, in getCpdailyApis
schools = requests.get(url='https://www.cpdaily.com/v6/config/guest/tenant/list', verify=not debug).json()['data']
File "/usr/local/lib/python3.9/dist-packages/requests/models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.9/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)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
2022-01-06 17:16:52 当前用户:161105024
Traceback (most recent call last):
File "C:\Users\小明\Desktop\auto-submit-master\index.py", line 388, in
print(main_handler({}, {}))
File "C:\Users\小明\Desktop\auto-submit-master\index.py", line 381, in main_handler
raise e
File "C:\Users\小明\Desktop\auto-submit-master\index.py", line 344, in main_handler
apis = getCpdailyApis(user)
File "C:\Users\小明\Desktop\auto-submit-master\index.py", line 37, in getCpdailyApis
schools = requests.get(
File "D:\Program Files\Python39\lib\site-packages\requests\models.py", line 910, in json
return complexjson.loads(self.text, **kwargs)
File "D:\Program Files\Python39\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "D:\Program Files\Python39\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "D:\Program Files\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)
The text was updated successfully, but these errors were encountered: