matrix-hacks / matrix-puppet-skype

23 stars 12 forks source link

Polling errors #10

Closed tfreedman closed 4 years ago

tfreedman commented 7 years ago

I have a bunch of these in the Skype Protocol window::

{ poll: An error happened while processing the polled messages caused by Error: read ECONNRESET at exports._errnoException (util.js:1024:11) at TLSWrap.onread (net.js:610:25) name: 'poll', [_message]: 'An error happened while processing the polled messages', data: {}, cause: { Error: read ECONNRESET at exports._errnoException (util.js:1024:11) at TLSWrap.onread (net.js:610:25) [stack]: 'Error: read ECONNRESET\n at exports._errnoException (util.js:1024:11)\n at TLSWrap.onread (net.js:610:25)', [message]: 'read ECONNRESET', code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' }, [_stack]: 'poll: An error happened while processing the polled messages\n caused by Error: read ECONNRESET\n at exports._errnoException (util.js:1024:11)\n at TLSWrap.onread (net.js:610:25)',

message: 'poll: An error happened while processing the polled messages\n caused by Error: read ECONNRESET\n at exports._errnoException (util.js:1024:11)\n at TLSWrap.onread (net.js:610:25)' } 

Sorunome commented 7 years ago

This is maybe related to https://github.com/ocilo/skype-http/issues/51

nr23730 commented 4 years ago

Fixed with #28