From 34fc626e1d606614cd9d17b4072ae038d581766e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 18 Dec 2025 05:25:29 +0100 Subject: [PATCH] SpotiClub Patch v0.2.0 --- librespot/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/core.py b/librespot/core.py index 14e57b9..d2f8d29 100644 --- a/librespot/core.py +++ b/librespot/core.py @@ -1431,7 +1431,7 @@ class Session(Closeable, MessageListener, SubListener): self.logger.info("Connection successfully!") return - except (ConnectionResetError, OSError, struct.error) as exc: + except (ConnectionResetError, OSError, struct.error, _message.DecodeError) as exc: last_exc = exc self.logger.warning( "Handshake attempt %d/%d failed: %s",