-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Zenmap 7.96 on Windows crashes with UnicodeDecodeError when scan begins #3087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
У меня похожая проблема: |
This issue has been resolved in Zenmap 7.97, released today. |
Version: 7.96
Traceback (most recent call last):
File "D:\Nmap\zenmap\lib\python3.12\site-packages\zenmapGUI\ScanInterface.py", line 539, in verify_execution
self.scan_result.refresh_nmap_output()
File "D:\Nmap\zenmap\lib\python3.12\site-packages\zenmapGUI\ScanInterface.py", line 909, in refresh_nmap_output
self.scan_result_notebook.nmap_output.nmap_output.refresh_output()
File "D:\Nmap\zenmap\lib\python3.12\site-packages\zenmapGUI\NmapOutputViewer.py", line 290, in refresh_output
new_output = self.command_execution.stdout_file.read()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "../lib/python3.12/tempfile.py", line 499, in func_wrapper
File "", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 60: invalid continuation byte
The text was updated successfully, but these errors were encountered: