OpenInterpreter / 01

The #1 open-source voice interface for desktop, mobile, and ESP32 chips.
https://01.openinterpreter.com/
GNU Affero General Public License v3.0
4.91k stars 512 forks source link

QR code does not appear #303

Open dep opened 1 week ago

dep commented 1 week ago

Describe the bug

Running poetry run 01 --server livekit --qr per instructions doesn't show a QR code to scan.

To Reproduce Steps to reproduce the behavior:

  1. Go to software
  2. Set up
  3. Run poetry run 01 --server livekit --qr
  4. Go to http://localhost:10100/

Expected behavior A QR code

Screenshots CleanShot 2024-09-09 at 15 50 13

Desktop (please complete the following information):

MikeBirdTech commented 1 week ago

Can you share the output of your terminal?

KillianLucas commented 1 week ago

Hey @dep thanks for reporting! The terminal should output it, and it should take ~30 seconds. Let us know if it's not popping up

dep commented 1 week ago

Hey @dep thanks for reporting! The terminal should output it, and it should take ~30 seconds. Let us know if it's not popping up

The @KillianLucas! Awesome. I didn't see it in the terminal (zsh), will take a closer look tomorrow. Cheers!

dep commented 1 week ago

Here's the terminal output. Nothing ever showed up for me:

poetry run 01 --server livekit --qr

The currently activated Python version 3.12.4 is not supported by the project (>=3.10,<3.12).
Trying to find and use a compatible version.
Using python3.11 (3.11.9)
Starting light server (required for livekit server) on localhost, on the port before `--server-port` (port 10100), unless the `AN_OPEN_PORT` env var is set.
The livekit server will be started on port 10101.
Starting server...
Server will run at http://localhost:10100
INFO:     Started server process [7223]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://localhost:10100 (Press CTRL+C to quit)
Livekit server will run at: http://10.5.0.2:10101
INFO:     ::1:59669 - "GET / HTTP/1.1" 200 OK
INFO:     ('::1', 59674) - "WebSocket /" [accepted]
INFO:     connection open
INFO:     ::1:59669 - "GET /favicon.ico HTTP/1.1" 404 Not Found
MikeBirdTech commented 4 days ago

@dep Can you please try poetry run 01 --server livekit --qr --expose

and let us know if the QR code still doesn't appear

dep commented 4 days ago

Yep that worked!