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

macbook air test with error #306

Open
GanQiao1990 opened this issue Sep 12, 2024 · 1 comment
Open

macbook air test with error #306

GanQiao1990 opened this issue Sep 12, 2024 · 1 comment

Comments

@GanQiao1990
Copy link

Starting server...
╭────────────────────────────────────────────────────────────────────── Traceback (most recent call last) ───────────────────────────────────────────────────────────────────────╮
│ /Users/allanqiao/01/software/main.py:232 in run │
│ │
│ 229 │ │ │ │ pass │
│ 230 │ │ │ time.sleep(1) │
│ 231 │ │ else: │
│ ❱ 232 │ │ │ raise Exception(f"Server at {url} failed to respond after 10 attempts") │
│ 233 │ │ │
│ 234 │ │ ### DISPLAY QR CODE │
│ 235 │ │ if qr: │
│ │
│ ╭─────────────────────────────────────── locals ───────────────────────────────────────╮ │
│ │ attempt = 9 │ │
│ │ client = None │ │
│ │ debug = False │ │
│ │ domain = None │ │
│ │ expose = False │ │
│ │ ip_address = '10.60.121.111' │ │
│ │ light_server_host = '0.0.0.0' │ │
│ │ light_server_port = 10101 │ │
│ │ profile = '/Users/allanqiao/01/software/source/server/profiles/default.py' │ │
│ │ profiles = False │ │
│ │ profiles_dir = '/Users/allanqiao/01/software/source/server/profiles' │ │
│ │ qr = False │ │
│ │ s = <socket.socket [closed] fd=-1, family=2, type=2, proto=0> │ │
│ │ server = 'light' │ │
│ │ server_host = '0.0.0.0' │ │
│ │ server_port = 10101 │ │
│ │ server_thread = <Thread(Thread-2 (start_server), started 6175027200)> │ │
│ │ server_url = '0.0.0.0:10101' │ │
│ │ signal_handler = <function run..signal_handler at 0x305620720> │ │
│ │ threads = [<Thread(Thread-2 (start_server), started 6175027200)>] │ │
│ │ url = 'http://10.60.121.111:10101' │ │
│ │ voice = True │ │
│ ╰──────────────────────────────────────────────────────────────────────────────────────╯ │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Exception: Server at http://10.60.121.111:10101 failed to respond after 10 attempts

@GanQiao1990
Copy link
Author

RealTimeSTT: pynput.keyboard.Listener - WARNING - This process is not trusted!

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

1 participant