-
ok, so I'm using Termux on my Android and I'm using the command node websockify.js 10.7.25.176:33529 :15555 --key self.pem --cert self.pem from WebSocket settings:
- proxying from 10.7.25.176:33529 to :15555
- Running in encrypted HTTPS (wss://) mode using: self.pem, self.pem
node:events:489
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use :::33529
at Server.setupListenHandle [as _listen2] (node:net:1823:16)
at listenInCluster (node:net:1871:12)
at Server.listen (node:net:1959:7)
at Object.<anonymous> (/data/data/com.termux/files/home/websockify-js/websockify/websockify.js:222:11)
at Module._compile (node:internal/modules/cjs/loader:1255:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)
at Module.load (node:internal/modules/cjs/loader:1113:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1850:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'EADDRINUSE',
errno: -98,
syscall: 'listen',
address: '::',
port: 33529
}
I made self.pem using OpenSSL |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The usage is So it should be WebSockify is really difficult to use so I don't recommend. |
Beta Was this translation helpful? Give feedback.
-
Wow, I just found this, and i got it working instantly edit: never mind. the command just works when i turn on wireless debugging |
Beta Was this translation helpful? Give feedback.
Wow, I just found this, and i got it working instantly
https://github.com/nwtgck/piping-adb-web
gonna try to make a shell script to automate the setup
edit: never mind. the command just works when i turn on wireless debugging