Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCp #478

Open
Informatico207 opened this issue Apr 16, 2023 · 3 comments
Open

TCp #478

Informatico207 opened this issue Apr 16, 2023 · 3 comments
Labels
bug Indicates an unexpected problem or unintended behavior.

Comments

@Informatico207
Copy link

Specs

  • Leon version: 1.0.0-beta.8+dev
  • OS (or browser) version: Windows
  • Node.js version: v18.16.0
  • Complete "leon check" (or "npm run check") output:https://report.getleon.ai/raw/dewiyepiko
  • (if using Docker) Complete "npm run docker:check" output:
  • (optional) Leon skill version:

Expected Behavior

It should work correctly

Actual Behavior

It says that Leon is ready, but the web server is refusing the connection.
This is the second time I have installed it, because the previous time it connected but the TCP server never loaded to the console.
Now it loads the TCP server but it is impossible to connect to the localhost.

How Do We Reproduce?

Extra (like a sample repo to reproduce the issue, etc.)

Captura de pantalla 2023-04-16 213405

@Informatico207 Informatico207 added the bug Indicates an unexpected problem or unintended behavior. label Apr 16, 2023
@louistiti
Copy link
Member

Hi, do you have any anti-virus or firewall that could block any port?

From the report you shared, there is no reason that it shouldn't work.

@Informatico207
Copy link
Author

Hello, I do have an antivirus, but I checked and the google browser does not have any blocking in theory

@louistiti
Copy link
Member

Disable it temporarily and try again. Only the web app runs in the browser. Leon has its own Node.js process with a few other processes such as the TCP server and the Python bridge to execute skills. It is not only about the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants