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

QR code does not appear #303

Open
dep opened this issue Sep 9, 2024 · 6 comments
Open

QR code does not appear #303

dep opened this issue Sep 9, 2024 · 6 comments

Comments

@dep
Copy link

dep commented Sep 9, 2024

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):

  • OS: [e.g. iOS] MacOS latest
  • Python Version [e.g. 22] 3.9.6
@MikeBirdTech
Copy link
Collaborator

Can you share the output of your terminal?

@KillianLucas
Copy link
Collaborator

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
Copy link
Author

dep commented Sep 9, 2024

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
Copy link
Author

dep commented Sep 10, 2024

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
Copy link
Collaborator

@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
Copy link
Author

dep commented Sep 16, 2024

Yep that worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants