diff --git a/moonraker/components/webcam.py b/moonraker/components/webcam.py index a61c96c..4ec5050 100644 --- a/moonraker/components/webcam.py +++ b/moonraker/components/webcam.py @@ -194,8 +194,8 @@ class WebcamManager: except Exception: logging.exception(f"Error Processing {img_type} url") result[f"{img_type}_url"] = "" + url: str = result["snapshot_url"] if result.get("snapshot_url", "").startswith("http"): - url = client.escape_url(result["snapshot_url"]) ret = await client.get(url, connect_timeout=1., request_timeout=1.) result["snapshot_reachable"] = not ret.has_error() return result