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

Object #<Client> has no method 'destroy' #15

Open
cedriclombardot opened this issue Feb 20, 2012 · 4 comments
Open

Object #<Client> has no method 'destroy' #15

cedriclombardot opened this issue Feb 20, 2012 · 4 comments

Comments

@cedriclombardot
Copy link

Hi,

When i run the quick start sample https://github.com/benschmaus/nodeload/blob/master/doc/nodeload.md, i have the next error :

node.js:201
        throw e; // process.nextTick error, or 'error' event on first tick
              ^
TypeError: Object #<Client> has no method 'destroy'
    at /var/local/webroot/bookmarks-node/node_modules/nodeload/nodeload.js:9:506
    at Client.<anonymous> (/var/local/webroot/bookmarks-node/node_modules/nodeload/nodeload.js:10:180)
    at Client.emit (events.js:88:20)
    at ClientRequest.<anonymous> (http.js:1511:10)
    at ClientRequest.emit (events.js:67:17)
    at Socket.<anonymous> (http.js:1114:11)
    at Socket.emit (events.js:67:17)
    at Array.0 (net.js:301:25)
    at EventEmitter._tickCallback (node.js:192:40)

I use node v0.6.5

Thanks in advance

@nponeccop
Copy link

+1. The bug still happens with node v0.6.12

@sarenji
Copy link

sarenji commented Mar 24, 2012

+1. Node v0.6.14 has the same problem.

@thegoleffect
Copy link

The pull request 16, #16, has a fix for this issue.

@shelleyp
Copy link

shelleyp commented May 3, 2012

Question: is this module still supported by the original author? I need to know before I include mention in my book.

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

5 participants