Can't add Proxmox Backup Server node

Romainp

Active Member
Jan 23, 2018
19
3
43
53
Hi all!
Currently testing this beta release 0.9.1 and trying to add a proxmox backup server node version 4.0.15 and got at the end of the add node wizard:
api error (status = 400: invalid uri character)

Not sure what is wrong at this point..
Is there something I can check to see what's going wrong?
Thanks!
 
Last edited:
Hi,

what is the info of the data you entered? (remote id, etc.)
maybe you can post a screenshot of the summary page in the wizard?
 
Hi,

what is the info of the data you entered? (remote id, etc.)
maybe you can post a screenshot of the summary page in the wizard?
Hi all!
Currently testing this beta release 0.9.1 and trying to add a proxmox backup server node version 4.0.15 and got at the end of the add node wizard:
api error (status = 400: invalid uri character)

Not sure what is wrong at this point..
Is there something I can check to see what's going wrong?
Thanks!
I had exactly this. The for for me was to not use https in the URI,

Didn't work
https://1.2.3.4:8007

Worked
1.2.3.4:8007
 
Working on two pve's V9 (worked on the V8 also) and two pbs's V4 (V3 not supported)
PDM running as a VM on one of the pve's
not clustered
 
Hi,


The error usually means there’s an invalid character or format in the PBS address you entered. Please check that the URL is correct — for example, use:

https://pbs-server.domain.com:8007

Make sure there are no spaces or special characters like @ in the address.