Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It come to an error when running #7

Closed
fengqiangboy opened this issue Dec 17, 2016 · 3 comments
Closed

It come to an error when running #7

fengqiangboy opened this issue Dec 17, 2016 · 3 comments

Comments

@fengqiangboy
Copy link

/usr/local/lib/node_modules/kneesocks/node_modules/socksv5/lib/client.js:225
var args = normalizeConnectArgs(arguments),
^

TypeError: normalizeConnectArgs is not a function
at Agent.exports.connect.exports.createConnection (/usr/local/lib/node_modules/kneesocks/node_modules/socksv5/lib/client.js:225:14)
at Agent.createSocket (/usr/local/lib/node_modules/kneesocks/node_modules/socksv5/lib/Agents.js:225:21)
at Agent.addRequest (/usr/local/lib/node_modules/kneesocks/node_modules/socksv5/lib/Agents.js:194:23)
at new ClientRequest (_http_client.js:159:16)
at Object.request (http.js:26:10)
at Server. (/usr/local/lib/node_modules/kneesocks/lib/kneesocks.js:81:22)
at emitTwo (events.js:106:13)
at Server.emit (events.js:191:7)
at HTTPParser.parserOnIncoming [as onIncoming] (_http_server.js:547:12)
at HTTPParser.parserOnHeadersComplete (_http_common.js:99:23)

@banana255
Copy link

I also have the same question in ubuntu 16.04. Do anyone know Why,

thanks

@bitinn
Copy link
Owner

bitinn commented Jan 7, 2017

Related to Node 7, see this PR: mscdex/socksv5#23

@banana255
Copy link

banana255 commented Jan 8, 2017

@bitinn thanks, after overwrite socksv5/lib/client.js ,it works!

Thanks you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants