samp-packet-proxy icon indicating copy to clipboard operation
samp-packet-proxy copied to clipboard

Help for [OSError: [Errno 99] Cannot assign requested address]

Open robotsaklar opened this issue 1 year ago • 1 comments

Proxy is listening on port 25565 for SAMP server 157.254.166.76 using port 7777 Traceback (most recent call last): File "/home/robotsaklar/samp-packet-proxy/pack_scan.py", line 215, in proxy = UDPServer(bind_address, target_address) File "/home/robotsaklar/samp-packet-proxy/pack_scan.py", line 74, in init self.server = socketserver.UDPServer( File "/usr/lib/python3.9/socketserver.py", line 452, in init self.server_bind() File "/usr/lib/python3.9/socketserver.py", line 466, in server_bind self.socket.bind(self.server_address) OSError: [Errno 99] Cannot assign requested address

robotsaklar avatar Oct 09 '23 04:10 robotsaklar

Hello, make sure you run as root, or more specifically give access to bind to network ports.

dennorske avatar Oct 09 '23 05:10 dennorske