We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
RealTimeSTT: pynput.keyboard.Listener - WARNING - This process is not trusted!
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: