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
AttributeError: 'WrappedSocket' object has no attribute 'getpeername'
Exception in thread Thread - 2:
Traceback (most recent call last):
File "/opt/homebrew/Cellar/[email protected]/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/Applications/Xc7ACD/APP/AppInfoScanner/libs/core/net.py", line 88, in run
self.get_Http_info(threadLock)
File "/Applications/Xc7ACD/APP/AppInfoScanner/libs/core/net.py", line 29, in get_Http_info
result = self.get_request_result(url_ip)
File "/Applications/Xc7ACD/APP/AppInfoScanner/libs/core/net.py", line 66, in get_request_result
des_ip = sock.getpeername()[0]
AttributeError: 'WrappedSocket' object has no attribute 'getpeername'
The text was updated successfully, but these errors were encountered:
AttributeError: 'WrappedSocket' object has no attribute 'getpeername'
Exception in thread Thread - 2:
Traceback (most recent call last):
File "/opt/homebrew/Cellar/[email protected]/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/Applications/Xc7ACD/APP/AppInfoScanner/libs/core/net.py", line 88, in run
self.get_Http_info(threadLock)
File "/Applications/Xc7ACD/APP/AppInfoScanner/libs/core/net.py", line 29, in get_Http_info
result = self.get_request_result(url_ip)
File "/Applications/Xc7ACD/APP/AppInfoScanner/libs/core/net.py", line 66, in get_request_result
des_ip = sock.getpeername()[0]
AttributeError: 'WrappedSocket' object has no attribute 'getpeername'
The text was updated successfully, but these errors were encountered: