[GH-ISSUE #4] server url bug #1

Closed
opened 2026-02-26 17:45:56 +03:00 by kerem · 1 comment
Owner

Originally created by @tactoad on GitHub (Nov 10, 2022).
Original GitHub issue: https://github.com/cvk98/Proxmox-host-maintenance-mode/issues/4

Hello,

Seems like there is a bug in the server settings variable.
server = "https://10.100.101.1:8006" throws and exception NameError: name 'server_url' is not defined
It needs to be changed to
server_url = "https://10.100.101.1:8006"

Originally created by @tactoad on GitHub (Nov 10, 2022). Original GitHub issue: https://github.com/cvk98/Proxmox-host-maintenance-mode/issues/4 Hello, Seems like there is a bug in the server settings variable. server = "https://10.100.101.1:8006" throws and exception NameError: name 'server_url' is not defined It needs to be changed to server_url = "https://10.100.101.1:8006"
kerem closed this issue 2026-02-26 17:45:56 +03:00
Author
Owner

@cvk98 commented on GitHub (Nov 11, 2022):

thanks. you were right.

<!-- gh-comment-id:1311516973 --> @cvk98 commented on GitHub (Nov 11, 2022): thanks. you were right.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxmox-host-maintenance-mode#1
No description provided.