Srinivas11789 / PcapXray

:snowflake: PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram including device identification, highlight important communication and file extraction
GNU General Public License v2.0
1.66k stars 275 forks source link

NSOpenPanel: NSInternalInconsistencyException with tk ui in mac os #68

Closed Srinivas11789 closed 2 years ago

Srinivas11789 commented 2 years ago
2022-02-15 09:17:23.967 Python[9628:502841] *** Assertion failure in -[NSOpenPanel beginServicePanel:asyncExHandler:], NSVBOpenAndSavePanels.m:1907
2022-02-15 09:17:24.004 Python[9628:502841] -[NSSavePanel beginWithCompletionHandler:]_block_invoke caught non-fatal NSInternalInconsistencyException '<NSOpenPanel: 0x7fcecb72f600> is attempting to advance this Open/Save panel to run phase while another self.advanceToRunPhaseCompletionHandler is in waiting for a previous attempt. An Open/Save panel cannot start to advance more than once.' with user dictionary {
...
Srinivas11789 commented 2 years ago

from https://bugs.python.org/issue44828 ---> python.org macOS installers for 3.9.8, 3.10.0, and 3.11.0a2 have patched versions of Tk to avoid the filedialog problems