You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'Content-Length' of undefined
at unsecuredCall (/Projects/iodocs/app.js:519:29)
at processRequest (/Projects/iodocs/app.js:462:9)
at callbacks (/Projects/iodocs/node_modules/express/lib/router/index.js:272:11)
at oauth (/Projects/iodocs/app.js:185:9)
at callbacks (/Projects/iodocs/node_modules/express/lib/router/index.js:272:11)
at param (/Projects/iodocs/node_modules/express/lib/router/index.js:246:11)
at pass (/Projects/iodocs/node_modules/express/lib/router/index.js:253:5)
at Router._dispatch (/Projects/iodocs/node_modules/express/lib/router/index.js:280:5)
at Object.middleware as handle
at next (~/Projects/iodocs/node_modules/express/node_modules/connect/lib/http.js:204:15)
127.0.0.1 - - [Mon, 29 Oct 2012 13:03:59 GMT] "POST /processReq HTTP/1.1" 500 - "http://localhost:3000/osstudio" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
The text was updated successfully, but these errors were encountered:
I got this same error after installing iodocs from /~https://github.com/mashery/iodocs, and then running the example. I didn't change a thing, just ran it out of the box.
Stephen
gautamk
pushed a commit
to gautamk/iodocs
that referenced
this issue
Oct 30, 2012
TypeError: Cannot read property 'Content-Length' of undefined
at unsecuredCall (
/Projects/iodocs/app.js:519:29)/Projects/iodocs/app.js:462:9)at processRequest (
at callbacks (
/Projects/iodocs/node_modules/express/lib/router/index.js:272:11)/Projects/iodocs/app.js:185:9)at oauth (
at callbacks (
/Projects/iodocs/node_modules/express/lib/router/index.js:272:11)/Projects/iodocs/node_modules/express/lib/router/index.js:246:11)at param (
at pass (
/Projects/iodocs/node_modules/express/lib/router/index.js:253:5)/Projects/iodocs/node_modules/express/lib/router/index.js:280:5)at Router._dispatch (
at Object.middleware as handle
at next (~/Projects/iodocs/node_modules/express/node_modules/connect/lib/http.js:204:15)
127.0.0.1 - - [Mon, 29 Oct 2012 13:03:59 GMT] "POST /processReq HTTP/1.1" 500 - "http://localhost:3000/osstudio" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4"
The text was updated successfully, but these errors were encountered: