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

TypeError: Object #<error> has no method 'run' #18

Open
plemanach opened this issue Jul 17, 2012 · 2 comments
Open

TypeError: Object #<error> has no method 'run' #18

plemanach opened this issue Jul 17, 2012 · 2 comments

Comments

@plemanach
Copy link

Hello,

I get this error with test_nytimes.js :

TypeError: Object # has no method 'run'
at Spider._handler (C:\Users\me\AppData\Roaming\npm
node_modules\spider\main.js:176:12)
at Request.Spider.get [as _callback](C:UsersmeAp
pDataRoamingnpmnode_modulesspidermain.js:148:12)
at Request.init.self.callback (C:\Users\me\AppData\R
oaming\npm\node_modules\spider\node_modules\request\main.js:120:22)
at Request.EventEmitter.emit (events.js:91:17)
at Request. (C:\me\AppData\Roaming
npm\node_modules\spider\node_modules\request\main.js:555:16)
at Request.EventEmitter.emit (events.js:88:17)
at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (C:
\Users\me\AppData\Roaming\npm\node_modules\spider\node_m
odules\request\main.js:517:14)
at IncomingMessage.EventEmitter.emit (events.js:115:20)
at IncomingMessage._emitEnd (http.js:366:10)
at HTTPParser.parserOnMessag
eComplete [as onMessageComplete] (http.js:149:23

Regards,

Patrice

@mjadobson
Copy link

+1: Same issue for me.

@acido
Copy link

acido commented Aug 22, 2012

Had the same problem. Seems to be a issue with contextify not building correctly.

npm WARN skipping, cannot run in /spider/node_modules/jsdom/node_modules/contextify [email protected] node-waf clean || true; node-waf configure build

I fixed it by running node-waf configure build in /spider/node_modules/jsdom/node_modules/contextify

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