Martin

Results 129 comments of Martin

You are probably not running the same python as the one the requirements were installed for. Make sure you are using python3.10 as the install script install specifically for 3.10....

if you still get issue you can update to latest version, we now run everything in docker

Hi, so you are suggesting the planner does not specify the agent to use in the json but instead let the classifier figure that out based on the each task...

Hey, i didn't encounter this error before, could you share more details on you config.ini files content, along with what steps you did to install and run ?

Hello, You need to make sure you are installing with pip3.10 with your system and pip up to date

fixed recently in #373

Hello, first off, could you retry with the latest version ? I recently fixed a couple of issues. second, I see that in your screenshot you hightlighted "REACT_APP_BACKEND_URL=https://**YOUR-public-IP**:$[BACKEND_..." Are you...

can you share the logs ? both the .logs/backend.log and .logs/browser.log files for the part where there is an error

Hello, there was indeed a connection issue, it was fixed in latest pull request #344. You might want to update

how did you start it ? are you sure you run api.py ? are you connecting over some network ?