Skip to content

Commit

Permalink
Update proxmox.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Jan 13, 2025
1 parent fd0820e commit 7bd7157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proxmox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7bd7157

Please sign in to comment.