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

Monitor not working... #91

Open
vforv opened this issue Jul 27, 2017 · 2 comments
Open

Monitor not working... #91

vforv opened this issue Jul 27, 2017 · 2 comments

Comments

@vforv
Copy link

vforv commented Jul 27, 2017

My config:

var Seneca = require('seneca')

Seneca({tag: 'hex', log: 'silent'})
  .use('mesh', {
    monitor: true
  })

error:

    throw new Error('[DEATH LOOP]')
    ^

Error: [DEATH LOOP]
at Seneca.die (/home/master/Documents/Hapi/hapi-ts/node_modules/seneca/lib/common.js:276:15)
at Object.intern.handle_reply (/home/master/Documents/Hapi/hapi-ts/node_modules/seneca/seneca.js:1349:23)
at Object.act_tm [as ontm] (/home/master/Documents/Hapi/hapi-ts/node_modules/seneca/seneca.js:917:16)
at Timeout.timeout_check [as _onTimeout] (/home/master/Documents/Hapi/hapi-ts/node_modules/gate-executor/gate-executor.js:216:16)
at ontimeout (timers.js:365:14)
at tryOnTimeout (timers.js:237:5)
at Timer.listOnTimeout (timers.js:207:5)
[nodemon] app crashed - waiting for file changes before starting...

@IRT-fbachmann
Copy link

Ditto, same error

@danielo515
Copy link

Environment ?
The Monitor requires some advanced terminal functionalities that may not work on certain environments like docker

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

3 participants