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 Apr 13, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: