diff --git a/coretk/coretk/coreclient.py b/coretk/coretk/coreclient.py index 5c728477..376c739c 100644 --- a/coretk/coretk/coreclient.py +++ b/coretk/coretk/coreclient.py @@ -414,7 +414,8 @@ class CoreClient: } except grpc.RpcError as e: if e.code() == grpc.StatusCode.UNAVAILABLE: - messagebox.showerror("Server Error", e.details()) + + messagebox.showerror("Server Error", "CORE Daemon Unavailable") else: messagebox.showerror("GRPC Error", e.details()) self.app.close()