Skip to content

Instantly share code, notes, and snippets.

@AlyxRen
Created July 21, 2010 02:35
Show Gist options
  • Save AlyxRen/483951 to your computer and use it in GitHub Desktop.
Save AlyxRen/483951 to your computer and use it in GitHub Desktop.
/home/rixius/node/fab/apps/fab.nodejs.js:19
method: request.method,
^
TypeError: Cannot read property 'method' of undefined
at Function.<anonymous> (/home/rixius/node/fab/apps/fab.nodejs.js:19:24)
at Server.<anonymous> (/home/rixius/node/fab/apps/fab.nodejs.js:15:21)
at Server.emit (events:33:26)
at HTTPParser.onIncoming (http:825:10)
at HTTPParser.onHeadersComplete (http:87:31)
at Stream.ondata (http:757:22)
at IOWatcher.callback (net:517:29)
at node.js:266:9
@jed
Copy link

jed commented Jul 21, 2010

can you post the code?

@AlyxRen
Copy link
Author

AlyxRen commented Jul 21, 2010

This error appeared to fix itself when i re cloned the git, however, this one is still outstanding, and has all of the code. http://gist.github.com/484746

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment