From a6778af514e411dad927c043886d3f8e46094026 Mon Sep 17 00:00:00 2001 From: KubaPro010 <132459354+KubaPro010@users.noreply.github.com> Date: Thu, 13 Nov 2025 17:16:07 +0100 Subject: [PATCH] bugs are hiding --- radioPlayer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/radioPlayer.py b/radioPlayer.py index 3469951..7a0bb03 100644 --- a/radioPlayer.py +++ b/radioPlayer.py @@ -208,6 +208,7 @@ class RadioPlayer: try: global_args, parsed = self.parser.parse(playlist_path) except Exception as e: self.logger.info(f"Exception ({e}) while parsing playlist, retrying in 15 seconds...") + traceback.print_exc(file=self.logger.output) time.sleep(15) return