diff --git a/tunnel-server/src/uds_tunnel/proxy.py b/tunnel-server/src/uds_tunnel/proxy.py index ba2a05e3a..daa427b10 100644 --- a/tunnel-server/src/uds_tunnel/proxy.py +++ b/tunnel-server/src/uds_tunnel/proxy.py @@ -62,7 +62,7 @@ class Proxy: return r.json() except Exception as e: - raise Exception(f'TICKET COMMS ERROR: {e!s}') + raise Exception(f'TICKET COMMS ERROR: {ticket.decode()} {msg} {e!s}') @staticmethod