Skip to content
New issue

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

关于套接字问题 #2

Open
d4wner opened this issue Aug 15, 2016 · 0 comments
Open

关于套接字问题 #2

d4wner opened this issue Aug 15, 2016 · 0 comments

Comments

@d4wner
Copy link

d4wner commented Aug 15, 2016

您好,我是在某云上看到您的项目,当时试用的时候感觉不错。
但是现在老是出现套接字问题,好像报的是套接字端口占用的错。
我检查了下其他设置,应该是没有问题的。

而且我试了很多不常用端口来做代理,也是这样。

D:\sqli-proxy>python proxy.py 8081
Traceback (most recent call last):
File "proxy.py", line 195, in
app.listen(port)
File "C:\Python27\lib\site-packages\tornado\web.py", line 1825, in listen
server.listen(port, address)
File "C:\Python27\lib\site-packages\tornado\tcpserver.py", line 126, in listen

sockets = bind_sockets(port, address=address)

File "C:\Python27\lib\site-packages\tornado\netutil.py", line 196, in bind_soc
kets
sock.bind(sockaddr)
File "C:\Python27\lib\socket.py", line 228, in meth
return getattr(self._sock,name)(*args)

socket.error: [Errno 10048] 通常每个套接字地址(协议/网络地址/端口)

不知道作者遇到过这种错没?希望能给予解答,谢谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant