From 4f5e5f6b0027036f5170614e8632260fb71ddcb4 Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 15 Oct 2024 13:54:09 +0200 Subject: [PATCH] improve error msg --- workbench-script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench-script.py b/workbench-script.py index c31e457..9d076ea 100644 --- a/workbench-script.py +++ b/workbench-script.py @@ -331,7 +331,7 @@ def send_snapshot_to_devicehub(snapshot, token, url): print(response_text) except Exception as e: - print(f"workbench: ERROR: Snapshot not remotely sent. URL '{url}' is unreachable. Do you have internet? Is your server up & running?\n {e}") + print(f"workbench: ERROR: Snapshot not remotely sent to URL '{url}'. Do you have internet? Is your server up & running? Is the url token authorized?\n {e}") def load_config(config_file="settings.ini"): """