Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log errors #5

Open
jtfennell opened this issue May 7, 2019 · 2 comments
Open

Log errors #5

jtfennell opened this issue May 7, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@jtfennell
Copy link

I found the following in /var/log/syslog after starting up the application on Ubuntu 19.04.

May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 3)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 4)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 7)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 8)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 14)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 17)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 18)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 21)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: StanzaError: item-not-found
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/error/index.js:27:19)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Function.fromElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/lib/StanzaError.js:15:25)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at middleware.use (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/iq/caller.js:27:35)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/stream-features/route.js:6:14
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:17:5
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at dispatch (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:42:32)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at /tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/koa-compose/index.js:34:12
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client. (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/middleware/index.js:11:31)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Client._onElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:114:10)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.listeners.element.element (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/connection/index.js:128:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at Parser.onEndElement (/tmp/.mount_gong-0GLzYE6/resources/app.asar/node_modules/@xmpp/xml/lib/Parser.js:61:12)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: at SaxLtx.emit (events.js:182:13)
May 7 10:26:35 damascus gong-0.1.3-x86_64.AppImage.desktop[2537]: (node:2537) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 22)

@david-j-lee david-j-lee added the bug Something isn't working label May 7, 2019
@david-j-lee
Copy link
Collaborator

Going to take a look into this and performance optimizations after the 0.2.0 release.

@jtfennell
Copy link
Author

Great, thanks David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants