We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 请问有优化解决办法吗,看着很难受虽然不影响使用
The text was updated successfully, but these errors were encountered:
正常提示,可在代码里面找到提示位置删掉
Sorry, something went wrong.
@zuoruizhi 328行写的是 raise Exception('[%s]can not parse header'%(self._config['server_port'])) 不知道该做什么操作
可以删掉这行吗
嗯
No branches or pull requests
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
请问有优化解决办法吗,看着很难受虽然不影响使用
The text was updated successfully, but these errors were encountered: