Skip to content

Failing to use TCP proxy mode "Client disconnected" #11

Description

@arthurlutz

Server side

2026-03-09 17:00:39,022 - meshcore.proxy - DEBUG - Backend → TCP: 8830a2[snip]404 (154 bytes)
2026-03-09 17:00:39,026 - meshcore.proxy.tcp - DEBUG - No clients connected, frame not sent
2026-03-09 17:00:52,342 - meshcore.proxy.tcp - INFO - New client connected: ('REDACTED_CLIENT_IP', 36880)
2026-03-09 17:00:52,357 - meshcore.proxy.tcp - DEBUG - Received frame from ('REDACTED_CLIENT_IP', 36880): 13 bytes
2026-03-09 17:00:52,363 - meshcore.proxy - DEBUG - TCP → Backend: 010snip69 (13 bytes)
2026-03-09 17:00:52,369 - meshcore.proxy.serial - DEBUG - Sending frame: 3c0d000snip3636c69 (13 bytes payload)
2026-03-09 17:00:52,388 - meshcore.proxy - DEBUG - Backend → TCP: 05011616e6ca39snip67656e6365 (79 bytes)
2026-03-09 17:00:52,394 - meshcore.proxy.tcp - DEBUG - Broadcasting frame to 1 client(s): 79 bytes
2026-03-09 17:00:57,349 - meshcore.proxy.tcp - INFO - Client disconnected: ('REDACTED_CLIENT_IP', 36880)

Client side :

2026-03-09 18:00:51,955 - meshtui - INFO - MeshTUI started - logging to ~/.config/meshtui/meshtui.log
2026-03-09 18:00:51,967 - meshtui - INFO - Attempting auto-connect...
2026-03-09 18:00:51,967 - meshtui - INFO - Connecting to TCP device: REDACTED_SERVER_IP:5000
2026-03-09 18:00:51,968 - meshtui.connection - INFO - Connecting to TCP device: REDACTED_SERVER_IP:5000
2026-03-09 18:00:52,153 - meshcore - INFO - TCP Connection started
2026-03-09 18:00:57,156 - meshcore - ERROR - No response from meshcore node, disconnecting
2026-03-09 18:00:57,157 - meshtui.connection - ERROR - TCP connection failed: 'NoneType' object has no attribute 'commands'
2026-03-09 18:00:57,158 - meshtui - ERROR - Failed to connect to specified TCP device: REDACTED_SERVER_IP:5000

Again maybe related to #9 with slow hardware. Maybe there could be a timeout setting that needs to be higher.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions