Open dep opened 2 months ago
Can you share the output of your terminal?
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
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!
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
@dep Can you please try
poetry run 01 --server livekit --qr --expose
and let us know if the QR code still doesn't appear
Yep that worked!
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:
software
poetry run 01 --server livekit --qr
http://localhost:10100/
Expected behavior A QR code
Screenshots
Desktop (please complete the following information):