question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to start the rasa UI

See original GitHub issue

I face below error while starting the software. Please find attached file for debugging info.

> RasaUI@0.2.0 start /home/harshit/Downloads/RasaUI/rasaui
> node server/server.js

## There is an issue with `node-fibers` ##
`/home/harshit/Downloads/RasaUI/rasaui/node_modules/fibers/bin/linux-x64-64/fibers.node` is missing.

Try running this to fix the issue: /usr/local/bin/node /home/harshit/Downloads/RasaUI/rasaui/node_modules/fibers/build
/home/harshit/Downloads/RasaUI/rasaui/node_modules/fibers/fibers.js:20
	throw new Error('Missing binary. See message above.');
	^

Error: Missing binary. See message above.
    at Object.<anonymous> (/home/harshit/Downloads/RasaUI/rasaui/node_modules/fibers/fibers.js:20:8)
    at Module._compile (internal/modules/cjs/loader.js:678:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
    at Module.load (internal/modules/cjs/loader.js:589:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
    at Function.Module._load (internal/modules/cjs/loader.js:520:3)
    at Module.require (internal/modules/cjs/loader.js:626:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.<anonymous> (/home/harshit/Downloads/RasaUI/rasaui/node_modules/asyncawait/src/fibers.js:1:75)
    at Module._compile (internal/modules/cjs/loader.js:678:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:689:10)
    at Module.load (internal/modules/cjs/loader.js:589:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:528:12)
    at Function.Module._load (internal/modules/cjs/loader.js:520:3)
    at Module.require (internal/modules/cjs/loader.js:626:17)
    at require (internal/modules/cjs/helpers.js:20:18)

npm ERR! Linux 4.4.0-124-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! RasaUI@0.2.0 start: `node server/server.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the RasaUI@0.2.0 start script 'node server/server.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the RasaUI package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node server/server.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs RasaUI
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls RasaUI
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     [/home/harshit/Downloads/RasaUI/rasaui/npm-debug.log]

[npm-debug.log](https://github.com/paschmann/rasa-ui/files/2026232/npm-debug.log)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
pradeepmvncommented, Jun 15, 2018

This is particular to node v10 with fibers module. I was able to reporoduce it. Temporary solution would be to roll back to node V9 and do npm install. I tested this and works fine.

0reactions
yuxuan2015commented, Jun 7, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't enter rasa x ui - Rasa Community Forum
Hello I installed everything as in rasa masterclass.But when I type http://myip it does not open rasa x ui.
Read more >
Can't talk to Rasa server - CORS error on POST - Stack Overflow
Starting Rasa server on http://localhost:5005 Rasa Sever is up and running. It responds in the browser (i.e. xxx.xxx.xxx:5005) with "Hello from ...
Read more >
HOW TO DEPLOY RASA 3.X TO MICROSOFT AZURE WITH ...
Your browser can't play this video. ... X TO MICROSOFT AZURE WITH ACTION SERVER AND CUSTOM UI | RASA OPEN SOURCE. Members only....
Read more >
Conversational AI with Rasa: Integration with a Website
In this episode of Conversational AI with Rasa, Vincent Warmerdam will show you how to integrate a Rasa chatbot with your website.
Read more >
Create Chatbot using Rasa Part-1 - Towards Data Science
Rasa is an open source machine learning framework for building AI assistants and ... Rasa X includes a user interface and a REST...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found