Open yanaex opened 7 years ago
File "../shadowsocks/tcprelay.py", line 328, in _handle_stage_addr raise Exception('[%s]can not parse header'%(self._config['server_port'])) Exception: [5612]can not parse header WARNING:root:unsupported addrtype 168, maybe wrong password or encryption method ERROR:root:[5612]can not parse header when handling connection from 211.138.219.67:61964 Traceback (most recent call last): 还有最常见的 ERROR:root:[Errno 111] Connection refused ERROR:root:[Errno 110] Connection timed out ERROR:root:[Errno 104] Connection reset by peer 请问有优化解决办法吗,看着很难受虽然不影响使用
正常提示,可在代码里面找到提示位置删掉
@zuoruizhi 328行写的是 raise Exception('[%s]can not parse header'%(self._config['server_port'])) 不知道该做什么操作
可以删掉这行吗
嗯
File "../shadowsocks/tcprelay.py", line 328, in _handle_stage_addr raise Exception('[%s]can not parse header'%(self._config['server_port'])) Exception: [5612]can not parse header WARNING:root:unsupported addrtype 168, maybe wrong password or encryption method ERROR:root:[5612]can not parse header when handling connection from 211.138.219.67:61964 Traceback (most recent call last): 还有最常见的 ERROR:root:[Errno 111] Connection refused ERROR:root:[Errno 110] Connection timed out ERROR:root:[Errno 104] Connection reset by peer 请问有优化解决办法吗,看着很难受虽然不影响使用