Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

TypeError: Cannot read property 'type' of undefined #28

Open
guileen opened this issue Nov 25, 2012 · 3 comments
Open

TypeError: Cannot read property 'type' of undefined #28

guileen opened this issue Nov 25, 2012 · 3 comments

Comments

@guileen
Copy link

guileen commented Nov 25, 2012

TypeError: Cannot read property 'type' of undefined
at Client.determine_reply_handler (node_modules/memcache/lib/memcache.js:260:30)
at Client.handle_received_data (node_modules/memcache/lib/memcache.js:217:21)
at Socket.Client.connect.conn.addListener.self.conn (node_modules/memcache/lib/memcache.js:62:12)
at Socket.EventEmitter.emit (events.js:88:17)
at TCP.onread (net.js:395:14)

@1999
Copy link

1999 commented Jan 3, 2013

Same for me. 10 restarts with forever and the same error.
UPD: this seems to be a duplicate of #26

@max-degterev
Copy link

It seems that you're querying memcache too often (lol), putting a setTimeout between calls helps. I know, this is ridiculous, but...

@1999
Copy link

1999 commented Mar 6, 2014

memcache? too often? funny joke tho :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants