mitmproxy 已崩溃!
作者: r00tback创建于 2024年12月21日更新于 2026年9月1日
标签kind/triage
问题描述 明确且简洁地描述错误是什么。mitmproxy 发生崩溃了! 追踪(最近一次调用): File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\server.py", line 391, in server_event for command in layer_commands: ^^^^^^^^^^^^^^ File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\layer.py", line 181, in handle_event command = next(command_generator) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\layer.py", line 270, in handle_event yield from self._handle(event) File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\layer.py", line 181, in handle_event command = next(command_generator) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\layers\quic_stream_layers.py", line 91, in _handle_event yield from super()._handle_event(event) File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\tunnel.py", line 98, in _handle_event yield from self.event_to_child(event) File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\layers\quic_stream_layers.py", line 397, in event_to_child yield from super().event_to_child(event) File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\layers\quic_stream_layers.py", line 96, in event_to_child yield from super().event_to_child(event) File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\tunnel.py", line 153, in event_to_child for command in self.child_layer.handle_event(event): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\layer.py", line 181, in handle_event command = next(command_generator) ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\layers\quic_stream_layers.py", line 91, in _handle_event yield from super()._handle_event(event) File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\tunnel.py", line 83, in _handle_event yield from self.receive_data(event.data) File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\layers\quic_stream_layers.py", line 304, in receive_data yield from self.event_to_child( File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\layers\quic_stream_layers.py", line 96, in event_to_child yield from super().event_to_child(event) File "C:\Users\mrha1\AppData\Roaming\Python\Python312\site-packages\mitmproxy\proxy\tunnel.py", line 154, in event_to_child yield from self._handle_command(command) File
内容来源: mitmproxy/mitmproxy