-
Notifications
You must be signed in to change notification settings - Fork 24
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: Cannot read property 'write' of null at node_modules/nodestalker/lib/beanstalk_client.js:254:15 #23
Comments
https://github.com/pascalopitz/nodestalker/blob/master/lib/beanstalk_client.js#L254 I would say that somehow the connection variable gets lost, as in What version of node are you on, have you got a test case to isolate this, On 28 October 2015 at 19:32, Oto Brglez [email protected] wrote:
|
running into a very similar if not identical error. node v0.10.33
|
Can you attach a debugger and look at what self is a that stage?
|
Similar issue the first time I tried using this module. I am on node 5.10 and whatever the latest is for module (from last night). Here is my code:
I dont know how to use the debugger but did object.keys on _self and got the following:
Code that throws error:
|
removing client.disconnect() from my code was help me =) |
Hey guys!
I'm using [email protected] and from time to time I get this error. Error that crashes my Node.js process,...
Any idea what is going on or how can I fix this?
This is how I'm using nodestalker:
Thank you for your comments and effort!
The text was updated successfully, but these errors were encountered: