Unable to start the rasa UI
See original GitHub issueI 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:
- Created 5 years ago
- Comments:10
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
@harshitazilen You can use docker setup,https://github.com/paschmann/rasa-ui/issues/78