abdoxfox / HTTP-CUSTOM-HEADERS-VPN

http ssl ssh tunneling vpn for android and linux devices
Apache License 2.0
170 stars 91 forks source link

OSError: [Errno 98] Address already in use #47

Open thasunVidasara555 opened 1 month ago

thasunVidasara555 commented 1 month ago

++++ LOGS ++++

Traceback (most recent call last): File "main.py", line 12, in run.main() File "main.py", line 6, in main self.Tun.create_connection() File "/root/HTTP-CUSTOM-HEADERS-VPN/src/tunnel.py", line 114, in create_connection sockt.bind((localAddress,self.LISTEN_PORT)) OSError: [Errno 98] Address already in use [06:59:52] : SNI : google.com [06:59:52] : Connected to : ('...', '443') sending Payload : [+] KILLING PROCESS.... [+] DONE

image

ahmedhsin commented 1 month ago

try sudo kill -9 $(ps -A | grep python | awk '{print $1}') after each time you run the script

thasunVidasara555 commented 1 month ago

try sudo kill -9 $(ps -A | grep python | awk '{print $1}') after each time you run the script

image then this happens