matrix-org / matrix-bifrost

General purpose bridging with a variety of backends including libpurple and xmpp.js
Apache License 2.0
164 stars 31 forks source link

Error: This socket has been ended by the other party #236

Closed Half-Shot closed 3 years ago

Half-Shot commented 3 years ago
Feb 27 06:38:13 lethe docker-bifrost[15504]: (node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async func
tion without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandle
d-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 875990)
Feb 27 06:38:13 lethe docker-bifrost[15504]: (node:1) UnhandledPromiseRejectionWarning: Error: This socket has been ended by the other party
Feb 27 06:38:13 lethe docker-bifrost[15504]:     at Socket.writeAfterFIN [as write] (net.js:456:14)
Feb 27 06:38:13 lethe docker-bifrost[15504]:     at /app/node_modules/@xmpp/component-core/node_modules/@xmpp/connection/index.js:338:19
Feb 27 06:38:13 lethe docker-bifrost[15504]:     at new Promise (<anonymous>)
Feb 27 06:38:13 lethe docker-bifrost[15504]:     at Component.write (/app/node_modules/@xmpp/component-core/node_modules/@xmpp/connection/index.js:329:12)
Feb 27 06:38:13 lethe docker-bifrost[15504]:     at XmppJsInstance.xmppSend (/app/src/xmppjs/XJSInstance.ts:145:27)
Feb 27 06:38:13 lethe docker-bifrost[15504]:     at XmppJsAccount.joinChat (/app/src/xmppjs/XJSAccount.ts:284:29)
Feb 27 06:38:13 lethe docker-bifrost[15504]:     at runMicrotasks (<anonymous>)