win下报错
jinjfykyc opened this issue · 3 comments
jinjfykyc commented
PS C:\Users\1101\Desktop\shadowsocksr-speed-master> python shadowsocksr-speed_win.py gui-config.json
gui-config.json
Traceback (most recent call last):
File "shadowsocksr-speed_win.py", line 164, in
file_config=json.load(f)
File "C:\Users\1101\AppData\Local\Programs\Python\Python37\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Users\1101\AppData\Local\Programs\Python\Python37\lib\codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe5 in position 99384: invalid continuation byte
jinjfykyc commented
第一次运行正常,第二次没有运行完直接关了cmd,再次运行报销如上。
mobier commented
试试替换gui-config.json 文件
jinjfykyc commented
换了后正常了。谢谢提醒。