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

fails on cdir'ing a req object #16

Open
neiled opened this issue May 17, 2012 · 2 comments
Open

fails on cdir'ing a req object #16

neiled opened this issue May 17, 2012 · 2 comments

Comments

@neiled
Copy link

neiled commented May 17, 2012

Got this whilst trying to use it on a req object.
Let me know if you want more details about the req.

node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Object.keys called on non-object
at Function.keys (native)
at constructMeta (/usr/local/lib/node_modules/cdir/cdir.js:284:20)
at constructMeta (/usr/local/lib/node_modules/cdir/cdir.js:321:11)
at constructMeta (/usr/local/lib/node_modules/cdir/cdir.js:343:11)
at constructMeta (/usr/local/lib/node_modules/cdir/cdir.js:343:11)
at constructMeta (/usr/local/lib/node_modules/cdir/cdir.js:343:11)
at constructMeta (/usr/local/lib/node_modules/cdir/cdir.js:343:11)
at Array.0 (/usr/local/lib/node_modules/cdir/cdir.js:690:5)

@heapwolf
Copy link
Owner

can you gist the req obj?

@neiled
Copy link
Author

neiled commented May 18, 2012

Let me know if you need anything other than console.log(req);

https://gist.github.com/2723587

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

2 participants