GithubHelp home page GithubHelp logo

Comments (12)

valdu02100 avatar valdu02100 commented on July 30, 2024 1

Hi @znat ,
Thank you very much for your help.

I couldn't find a solution with my other VM.
I decided to create a new virtual machine with ubuntu lxde 18.10. I followed these commands and Botfront starts...

πŸ“‚{USER}
sudo apt update
#docker
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
sudo apt update
apt-cache policy docker-ce
#docker-ce
sudo apt install docker-ce
sudo systemctl status docker
sudo apt install
#docker-compose 
sudoo apt install docker-compose
#nodejs
sudo apt   install nodejsr
#npm 
sudo apt install npm

#botfront
npm install -g botfront
sudo botfront
cd {PROJECT}
πŸ“‚{PROJECT}
sudo botfront up

Thank you again.
Valentin
ps: I really like the UI

from botfront.

znat avatar znat commented on July 30, 2024

Did you install node with nvm (https://docs.botfront.io/setup/#mac-linux)?. It should avoid having to use sudo
This error can happen if another project didn't shut down correctly. So I suppose you had another project running or that you upgraded from a previous version?

Anyways. Try this: botfront killall --remove-containers

If it doesn't work, restart your docker daemon.

from botfront.

valdu02100 avatar valdu02100 commented on July 30, 2024

Node was already install with sudo apt-get install nodejs. Did I already do again with nvm ?
Was the first time I was launch botfont. I use your command and try again.

Same error with new log : IMG

I restart docker service and lauch again. Same error.
Duging this operation, I losted two time my network. I use a NAT connexion until my host and my vm.

Docker container info : DOCKER

valentin

from botfront.

znat avatar znat commented on July 30, 2024

A few ideas:

  • from your project folder, run botfront down (it wraps docker-compose down so it should remove all resources and expected dependencies)
  • did you do run botfront killall --remove-containers?

from botfront.

valdu02100 avatar valdu02100 commented on July 30, 2024

I already try to use botfront down and botfront killall --remove-containers.

from botfront.

znat avatar znat commented on July 30, 2024

Ok. did botfront down help?

Otherwise, can you remember exactly all the steps so we can try to repro?
Can you try creating another project without using sudo(not sure if it's related but you shouldn't have to sudo npm

from botfront.

valdu02100 avatar valdu02100 commented on July 30, 2024

You have my process in my first message. nothing else.
I need to use sudo, I'm in Linux Mint OS and my user don't have any privileage.

from botfront.

valdu02100 avatar valdu02100 commented on July 30, 2024

I uninstall from dockers all containers, volumes, images, networks.
I came back on my folder project and execute botpress init.
I started the project, but always same problem with mongo.

from botfront.

znat avatar znat commented on July 30, 2024

Thanks :) So is it working now?

from botfront.

valdu02100 avatar valdu02100 commented on July 30, 2024

Hmm... Not really ^^

I'm on the Chitchat project.
I have examples in the NLU section, not in the answer.
I have created a new story "Greetings".
In two scenarios:

# Hi
* chitchat.greet
- utter_hi
* chitchat.greet
- utter_bye

I trained the model. I would like to test it, click on the bubble at the bottom left. The conversation interface is displayed without the answer area.
Botfront Error
Botfront Error

Valentin

from botfront.

znat avatar znat commented on July 30, 2024

from botfront.

valdu02100 avatar valdu02100 commented on July 30, 2024

Yeah @znat
Indeed with Chrome it works.

Thank you. Thank you.

from botfront.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.