Skip to content

macbook air test with error #306

Open
@GanQiao1990

Description

@GanQiao1990

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions