-
Notifications
You must be signed in to change notification settings - Fork 16
Error when running ping command #105
Comments
Maybe is the same error like this:
Matrix CLI Error: [TypeError: Cannot read property 'message' of null] TypeError: Cannot read property 'message' of null
at /usr/local/lib/node_modules/matrix-cli/lib/app.js:163:28
at /usr/local/lib/node_modules/matrix-cli/node_modules/async/lib/async.js:726:13
at /usr/local/lib/node_modules/matrix-cli/node_modules/async/lib/async.js:52:16
at /usr/local/lib/node_modules/matrix-cli/node_modules/async/lib/async.js:269:32
at /usr/local/lib/node_modules/matrix-cli/node_modules/async/lib/async.js:44:16
at /usr/local/lib/node_modules/matrix-cli/node_modules/async/lib/async.js:723:17
at /usr/local/lib/node_modules/matrix-cli/node_modules/async/lib/async.js:167:37
at Socket.<anonymous> (/usr/local/lib/node_modules/matrix-cli/node_modules/matrix-node-sdk/utils/Socket.js:28:13)
at Socket.Emitter.emit (/usr/local/lib/node_modules/matrix-cli/node_modules/component-emitter/index.js:133:20)
at Socket.onClose (/usr/local/lib/node_modules/matrix-cli/node_modules/engine.io-client/lib/socket.js:715:10) |
Yes it's the same. Thanks @hpsaturn and @vineet-sinha |
I get the same error! How can I workaround this? |
@chbardel for now you can update your CLI and work in |
@gordinh |
|
I've tried following the documentation here regarding upgrading. I've checked out the dev and master branch to which it seems to be up-to-date. Unfortunately MATRIX OS reports the following.. "v0.17.1-22211c5 Yet even that is inaccurate 1.7.2 seems to be available. |
Sorry, this is regarding the MATRIX OS system. But, if the upgrade isn't working, you can also dowload the specif release following this |
Lines https://github.com/matrix-io/matrix-cli/blob/master/lib/app.js#L163-L164 need to only run after a conditional check on
err
.The text was updated successfully, but these errors were encountered: