Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Error: No active screen. #171

Open
reimertz opened this issue Apr 8, 2019 · 0 comments
Open

Error: No active screen. #171

reimertz opened this issue Apr 8, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@reimertz
Copy link

reimertz commented Apr 8, 2019

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

npm install @canner/cli@next
npx canner start

(node:49865) UnhandledPromiseRejectionWarning: Error: No active screen.
    at Table.Node (/snapshot/repo/packages/cli/node_modules/blessed/lib/widgets/node.js:57:13)
    at Table.Element (/snapshot/repo/packages/cli/node_modules/blessed/lib/widgets/element.js:49:8)
    at Table.Box (/snapshot/repo/packages/cli/node_modules/blessed/lib/widgets/box.js:23:11)
    at new Table (/snapshot/repo/packages/cli/node_modules/blessed-contrib/lib/widget/table.js:34:7)
    at Table (/snapshot/repo/packages/cli/node_modules/blessed-contrib/lib/widget/table.js:12:12)
    at Grid.set (/snapshot/repo/packages/cli/node_modules/blessed-contrib/lib/layout/grid.js:35:18)
    at h.createTable (/snapshot/repo/packages/cli/dist/cli.js:1:51608)
    at n.createMonitor (/snapshot/repo/packages/cli/dist/cli.js:1:51822)
    at Command.<anonymous> (/snapshot/repo/packages/cli/dist/cli.js:1:49258)
    at Generator.next (<anonymous>)
(node:49865) 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: 1)
(node:49865) [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.

Expected behavior
To run command as expected

Dependencies (please complete the following information):

  • OS: [e.g. iOS]: 10.14.4
  • Node Version: v10.8.0
  • Canner Version: 3.2.18
@reimertz reimertz added the bug Something isn't working label Apr 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant