non-iterable bool object
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
@latorc
https://github.com/latorc/MahjongCopilot/blob/31be3de972bbe4b1261360ff61b18f1bb84babbe/common/utils.py#L177-L178
此处返回值格式不符,在linux上运行必定触发。