Open jabbink opened 9 years ago
Ugh, maybe somewhere in here? That's bizarre.
let timeExpired = rx.Observable.timer(0, 1000, scheduler)
.take(timeout + 1)
.do((x) => timeoutMessage.updateMessage(formatMessage(`${timeout - x}`)))
.publishLast();
Mine is also raising exceptions while idle.
Error: Uncaught, unspecified "error" event.
at Error (native)
at Client.emit (events.js:87:13)
at Client._onLogin (/home/austin/slack-poker-bot/node_modules/slack-client/src/client.js:74:14)
at /home/austin/slack-poker-bot/node_modules/slack-client/src/client.js:2:59
at IncomingMessage. (/home/austin/slack-poker-bot/node_modules/slack-client/src/client.js:672:22)
at IncomingMessage.emit (events.js:129:20)
at _stream_readable.js:908:16
at process._tickDomainCallback (node.js:381:11)
I am on c206214ff74c60bca4158045a3925bf32098e31f with node 0.12 on Ubuntu.
Hope this helps!
Not noticing this anymore - are you guys still affected?
I'm still affected by this bug
Sorry for lack of information, but sometimes, while being idle for some hours, the bot just closes; often without an error, sometimes with this error:
Oh god, I love Rx, those stacktraces are always so useful.