MahjongCopilot icon indicating copy to clipboard operation
MahjongCopilot copied to clipboard

non-iterable bool object

Open DayanaYuan opened this issue 1 year ago • 1 comments

Traceback (most recent call last): File "/home/horanchen/ydy/study/code/MahjongCopilot/bot_manager.py", line 257, in _run self._create_mitm_and_proxinject() File "/home/horanchen/ydy/study/code/MahjongCopilot/bot_manager.py", line 246, in _create_mitm_and_proxinject res = self.mitm_server.install_mitm_cert() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/horanchen/ydy/study/code/MahjongCopilot/mitm.py", line 214, in install_mitm_cert res, text = utils.is_certificate_installed(self.cert_file) ^^^^^^^^^ TypeError: cannot unpack non-iterable bool object

DayanaYuan avatar Feb 18 '25 09:02 DayanaYuan

@latorc

https://github.com/latorc/MahjongCopilot/blob/31be3de972bbe4b1261360ff61b18f1bb84babbe/common/utils.py#L177-L178

此处返回值格式不符,在linux上运行必定触发。

misaka19465 avatar Aug 21 '25 14:08 misaka19465