mengskysama / shadowsocks-rm

A fast tunnel proxy that helps you bypass firewalls
Apache License 2.0
426 stars 443 forks source link

启动后链接一堆刷报错 #82

Open yanaex opened 7 years ago

yanaex commented 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 commented 7 years ago

正常提示,可在代码里面找到提示位置删掉

yanaex commented 7 years ago

@zuoruizhi 328行写的是 raise Exception('[%s]can not parse header'%(self._config['server_port'])) 不知道该做什么操作

yanaex commented 7 years ago

可以删掉这行吗

zuoruizhi commented 7 years ago