diff --git a/lib/proxmox.js b/lib/proxmox.js index e3848e8..23799b3 100644 --- a/lib/proxmox.js +++ b/lib/proxmox.js @@ -286,7 +286,7 @@ class ProxmoxUtils { } } catch (error) { if (additional !== 'storage') { - if (response.data !== null && additional !== 'disk' ) { // kann sein dass die platte aus ist + if (additional !== 'disk' ) { // kann sein dass die platte aus ist dann ignoriere es und schmeisse nur error message this.adapter.log.warn(`${additional} -- Use Next Proxmox Host because of communication failure ${this.URL}${url}`); this.setNextUrlMain();