|
I am getting the error listed in the title when using the code posted below. This is based off of: https://www.npmjs.org/package/node-rest-client fyi: the Bearer, path and client url have been masked as they are client sensitive items. middleware:
service:
What is being handled incorrectly? As always any and all assistance is greatly appreciated, so Thanks in advance! |
Bearer 0c92f5177d5e818fcc680681f1e9b6895bd5491153'}})Sure here it is:
TypeError: Cannot read property 'tunnel' of undefined
at new exports.Client (/Users/jlongbrake/Desktop/sitename/node_modules/node-rest-client/lib/node-rest-client.js:14:42)
at /Users/jlongbrake/Desktop/sitename/controller/mdmController.js:10:22
at callbacks (/Users/jlongbrake/Desktop/sitename/node_modules/express/lib/router/index.js:164:37)
at param (/Users/jlongbrake/Desktop/sitename/node_modules/express/lib/router/index.js:138:11)
at pass (/Users/jlongbrake/Desktop/sitename/node_modules/express/lib/router/index.js:145:5)
at Router._dispatch (/Users/jlongbrake/Desktop/sitename/node_modules/express/lib/router/index.js:173:5)
at Object.router (/Users/jlongbrake/Desktop/sitename/node_modules/express/lib/router/index.js:33:10)
at next (/Users/jlongbrake/Desktop/sitename/node_modules/express/node_modules/connect/lib/proto.js:193:15)
at Object.allowCrossDomain [as handle] (/Users/jlongbrake/Desktop/sitename/server.js:21:9)
at next (/Users/jlongbrake/Desktop/sitename/node_modules/express/node_modules/connect/lib/proto.js:193:15)
Hmm. Its the installed package from homebrew but it may be an older version of homebrew / NPM. Good catch, ill update and try again. From your view does anything else look inherently wrong?
Thanks for the fresh eyes!
--
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "nodejs" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nodejs/g4ch8Z9c4cg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nodejs+un...@googlegroups.com.
Hmm. Its the installed package from homebrew but it may be an older version of homebrew / NPM.
Good catch, ill update and try again. From your view does anything else look inherently wrong?
Thanks for the fresh eyes!