diff --git a/netbox_proxmox_sync/api/proxmox/extract.py b/netbox_proxmox_sync/api/proxmox/extract.py
index 34590706509b564cc57125f92c70cf54f4b26c4a..e0110a7b424d23df142e327f96212abbc42e61e4 100644
--- a/netbox_proxmox_sync/api/proxmox/extract.py
+++ b/netbox_proxmox_sync/api/proxmox/extract.py
@@ -105,7 +105,7 @@ class Proxmox:
             try:
                 node_vms = PX_API.nodes(node_name).qemu.get()
             except Exception:
-                raise APIError('Failed to connect to Proxmox Cluster!')
+                continue
             for vm_status in node_vms:
                 # If the update runs as the VM is being cloned the vm_config will be
                 # messed up and our update will fail.