From be43135e3151f6e87c0a1bab2070c9692261a4e1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Feb 2024 21:13:26 -0300 Subject: For this class of unusual error, I need the whole log --- __main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__main__.py b/__main__.py index 0cbb850..fbcfd35 100755 --- a/__main__.py +++ b/__main__.py @@ -108,6 +108,7 @@ if pref["discord"]: _rpc = None print("Failed to load Discord RPC!\n%s" % err) except: + traceback.print_exc() err = traceback.format_exc().split("\n")[-2] _rpc = None print("Failed to load Discord RPC!\n%s" % err) -- cgit v1.2.3-60-g2f50