How to Solve Error: [errno 99] cannot assign requested address error:
2018-06-01 06:07:17 INFO starting server at aws.pdflibr.com:55100
Traceback (most recent call last):
File "/usr/local/bin/ssserver", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/1/server.py", line 74, in main
tcp_servers.append(tcprelay.TCPRelay(a_config, dns_resolver, False))
File "/usr/local/lib/python2.7/dist-packages/1/tcprelay.py", line 754, in __init__
server_socket.bind(sa)
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 99] Cannot assign requested address
The most important is the last sentence: socket. Error: [errno 99] cannot assign requested address
You need to server:0.0.0.0 , which will solve the problem of Indescribability by restarting once more
{
"server":"0.0.0.0",
"server_port":8989,
"local_address":"127.0.0.1",
"local_port":1080,
"password":"password",
"timeout":300,
"method":"aes-256-cfb",
"fast_open": false
}
Similar Posts:
- java.net.NoRouteToHostException: Cannot assign requested address
- [Solved] Pymongo.errors.ServerSelectionTimeoutError: localhost:27017: [Errno 111] Connection refused
- docker:ImportError: libcuda.so.1: cannot open shared object file: No such file or directory
- ImportError: No module named pytz
- [Solved] rosrun import rospy Error: ImportError: No module named yaml
- You-get Warning urllib.error.URLError:
- Ubuntu1.8 Install python3.7pip Error: “subprocess.CalledProcessError…lsb_release”
- from bs4 import BeautifulSoup Error [How to Solve]
- SSHException: Error reading SSH protocol banner
- Solve the problem of attributeerror: module ‘Matplotlib’ has no attribute ‘verb