javascript-x-server icon indicating copy to clipboard operation
javascript-x-server copied to clipboard

TypeError: ip.v6.Address is not a constructor

Open theottm opened this issue 8 years ago • 0 comments

Hello,

I got this error while trying out your work. Same error on Chromium and Google Chrome. Error appears in the terminal running npm start.

Starting child process with 'node proxy' New client /home/teddd/Code/xserver/proxy.js:83 idBuf = (new ip.v6.Address(socket.remoteAddress)).parsedAddress ^

TypeError: ip.v6.Address is not a constructor at X11Proxy.newClient (/home/teddd/Code/xserver/proxy.js:83:14) at emitOne (events.js:36:551) at Server.emit (events.js:40:172) at TCP.onconnection (net.js:195:3196) Program node proxy exited with code 1

Good luck :)

theottm avatar Nov 20 '17 18:11 theottm