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

Messages are notified in console, but no data in client #82

Open
kalon33 opened this issue Feb 25, 2019 · 1 comment
Open

Messages are notified in console, but no data in client #82

kalon33 opened this issue Feb 25, 2019 · 1 comment

Comments

@kalon33
Copy link

kalon33 commented Feb 25, 2019

I just installed matrix-puppet-slack, and while I properly see messages in console, I got nothing in my client. Here is the log of the error (after each message):

{ [M_EXCLUSIVE: This application service has not reserved this kind of alias.]
  errcode: 'M_EXCLUSIVE',
  name: 'M_EXCLUSIVE',
  message: 'This application service has not reserved this kind of alias.',
  data: 
   { errcode: 'M_EXCLUSIVE',
     error: 'This application service has not reserved this kind of alias.' },
  httpStatus: 400 }
Unhandled rejection TypeError: Cannot read property 'toString' of undefined
    at args.reduce (/home/nicolas/matrix-puppet-slack/node_modules/matrix-puppet-bridge/src/base.js:389:28)
    at Array.reduce (<anonymous>)
    at App.sendStatusMsg (/home/nicolas/matrix-puppet-slack/node_modules/matrix-puppet-bridge/src/base.js:384:26)
    at getIntentFromThirdPartySenderId.then.catch.err (/home/nicolas/matrix-puppet-slack/app.js:369:12)
    at tryCatcher (/home/nicolas/matrix-puppet-slack/node_modules/bluebird/js/release/util.js:16:23)
    at Promise._settlePromiseFromHandler (/home/nicolas/matrix-puppet-slack/node_modules/bluebird/js/release/promise.js:512:31)
    at Promise._settlePromise (/home/nicolas/matrix-puppet-slack/node_modules/bluebird/js/release/promise.js:569:18)
    at Promise._settlePromise0 (/home/nicolas/matrix-puppet-slack/node_modules/bluebird/js/release/promise.js:614:10)
    at Promise._settlePromises (/home/nicolas/matrix-puppet-slack/node_modules/bluebird/js/release/promise.js:690:18)
    at _drainQueueStep (/home/nicolas/matrix-puppet-slack/node_modules/bluebird/js/release/async.js:138:12)
    at _drainQueue (/home/nicolas/matrix-puppet-slack/node_modules/bluebird/js/release/async.js:131:9)
    at Async._drainQueues (/home/nicolas/matrix-puppet-slack/node_modules/bluebird/js/release/async.js:147:5)
    at Immediate.Async.drainQueues (/home/nicolas/matrix-puppet-slack/node_modules/bluebird/js/release/async.js:17:14)
    at runCallback (timers.js:810:20)
    at tryOnImmediate (timers.js:768:5)
    at processImmediate [as _immediateCallback] (timers.js:745:5)
@MrFunken
Copy link

Got the same issue on my installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants