-
Notifications
You must be signed in to change notification settings - Fork 132
环境运行不起来 #21
Description
2023-03-24 18:37:25,122 - WARNING - 【请求错误】 ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
Traceback (most recent call last):
File "ENScan.py", line 790, in
Scan.main()
File "ENScan.py", line 746, in main
self.get_company_info(self.pid)
File "ENScan.py", line 521, in get_company_info
self.c_data['info'] = self.get_company_c(pid, True)
File "ENScan.py", line 414, in get_company_c
icp_info = self.get_info_list(pid, "detail/icpinfoAjax")
File "ENScan.py", line 374, in get_info_list
res_data = json.loads(content)
File "G:\python38\lib\json_init_.py", line 341, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not NoneType