iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower
Apache License 2.0
393 stars 82 forks source link

Another error question ... #2

Closed mark-hahn closed 12 years ago

mark-hahn commented 13 years ago

I'm getting this error. I'm sure it's a problem in my code, but can someone explain what causes this error?

Error: Cannot find timeout timer during incoming data
    at Feed.on_couch_data (/opt/node/comps2/dev/node_modules/follow/feed.js:281:21)
    at Request.handle_confirmed_req_event (/opt/node/comps2/dev/node_modules/follow/feed.js:218:30)
    at Request.emit (events.js:64:17)
    at IncomingMessage.<anonymous> (/opt/node/comps2/dev/node_modules/request/main.js:290:55)
    at IncomingMessage.emit (events.js:64:17)
    at HTTPParser.onBody (http.js:119:42)
    at Socket.ondata (http.js:1227:22)
    at Socket._onReadable (net.js:683:27)
    at IOWatcher.onReadable [as callback] (net.js:177:10)
jhs commented 12 years ago

Hi! Sorry for the delayed response.

Do you still have this bug with the latest version of Follow (the master branch, or v0.2.0 in NPM)?

If so, I will ask for some details about your CouchDB server to hopefully identify what's going on. Thanks!

jhs commented 12 years ago

Please reopen if this is still an issue. Thanks.