You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 14:13:55 +01:00
bugs are hiding
This commit is contained in:
@@ -208,6 +208,7 @@ class RadioPlayer:
|
|||||||
try: global_args, parsed = self.parser.parse(playlist_path)
|
try: global_args, parsed = self.parser.parse(playlist_path)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.info(f"Exception ({e}) while parsing playlist, retrying in 15 seconds...")
|
self.logger.info(f"Exception ({e}) while parsing playlist, retrying in 15 seconds...")
|
||||||
|
traceback.print_exc(file=self.logger.output)
|
||||||
time.sleep(15)
|
time.sleep(15)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user