gofullstack / gearman-node

Gearman libraries for Node.js
MIT License
61 stars 10 forks source link

error:must have a valid type #3

Open askie opened 12 years ago

askie commented 12 years ago

/home/wwwroot/sv.autobloglink.com/node_modules/gearman/lib/packet.js:56 if (!o.type) { throw Error("must have a valid type"); } ^ Error: must have a valid type at Error (unknown source) at Object.decode (/home/wwwroot/cmmd/node_modules/gearman/lib/packet.js:56:26) at Socket. (/home/wwwroot/cmmd/node_modules/gearman/lib/client.js:35:27) at Socket.emit (events.js:67:17) at TCP.onread (net.js:367:14)

system: node 0.6.18 centos 5.7 64bit

this error show more times

smith commented 12 years ago

Can you link to a gist or something with an example of how this error is being triggered?