Giter VIP home page Giter VIP logo

Comments (2)

particlememory avatar particlememory commented on May 18, 2024

I found this is my environment issue due to on OpenShift.

I change the following line in wst_server.js

this.httpServer.listen(port, process.env.OPENSHIFT_nodejs_IP, function() {

However next error happen when I send tcp over tunnel (I am tunneling redis connection)

node wstt.js -s 8080 -t 127.3.61.129:13679

Warning: Native modules not compiled. XOR performance will be degraded.
Warning: Native modules not compiled. UTF-8 validation disabled.
Sat May 09 2015 05:50:07 GMT-0400 (EDT) Server is listening on port 8080

/var/lib/openshift/554dd0d0fcf9336e9d00005a/app-root/runtime/repo/node_modules/wstunnel/lib/wst_server.js:61
return this._reject(request, "Tunnel connect error to " + remoteAd
^
TypeError: Object # has no method '_reject'
at Socket. (/var/lib/openshift/554dd0d0fcf9336e9d00005a/app-root/runtime/repo/node_modules/wstunnel/lib/wst_server
.js:61:25)
at Socket.emit (events.js:67:17)
at Array.0 (net.js:301:14)
at EventEmitter._tickCallback (node.js:190:38)

from wstunnel.

mhzed avatar mhzed commented on May 18, 2024

The root cause was that your TCP connection failed, and due to bug in the code, the error shown was "no method '_reject'".

from wstunnel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.