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
Traceback (most recent call last):
File "index.py", line 14, in readJson
users = json.load(fp)
File "/usr/lib/python3.8/json/init.py", line 293, in load
return loads(fp.read(),
File "/usr/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.8/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 7 column 9 (char 326)
[2021-09-29 13:41:45,577]:ERROR:账号信息获取失败错误,原因为: Expecting ',' delimiter: line 7 column 9 (char 326)
[2021-09-29 13:41:45,577]:ERROR:1.请检查是否在Secrets添加了账号信息,以及添加的位置是否正确。
[2021-09-29 13:41:45,578]:ERROR:2.填写之前,是否在网站验证过Json格式的正确性。
Traceback (most recent call last):
File "index.py", line 68, in
main_handler("","")
File "index.py", line 55, in main_handler
for user in users:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "index.py", line 14, in readJson
users = json.load(fp)
File "/usr/lib/python3.8/json/init.py", line 293, in load
return loads(fp.read(),
File "/usr/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.8/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting ',' delimiter: line 7 column 9 (char 326)
[2021-09-29 13:41:45,577]:ERROR:账号信息获取失败错误,原因为: Expecting ',' delimiter: line 7 column 9 (char 326)
[2021-09-29 13:41:45,577]:ERROR:1.请检查是否在Secrets添加了账号信息,以及添加的位置是否正确。
[2021-09-29 13:41:45,578]:ERROR:2.填写之前,是否在网站验证过Json格式的正确性。
Traceback (most recent call last):
File "index.py", line 68, in
main_handler("","")
File "index.py", line 55, in main_handler
for user in users:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: