You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to connect to my urbackup server, but I can't. My code looks like:
import urbackup_api
server = urbackup_api.urbackup_server("http://10.10.10.10:55414/x", "username", "xxxxxx")
server.get_client_authkey("client_host")
The first error is the readall() in line 87. From Python 3.5, this is not a valid function.
I changed this, but now I get always: Username does not exist
Tried to print the salt variable from line 81:
{'error': 1}
Do you have any idea, or can you help me?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello.
I try to connect to my urbackup server, but I can't. My code looks like:
import urbackup_api
server = urbackup_api.urbackup_server("http://10.10.10.10:55414/x", "username", "xxxxxx")
server.get_client_authkey("client_host")
The first error is the readall() in line 87. From Python 3.5, this is not a valid function.
I changed this, but now I get always: Username does not exist
Tried to print the salt variable from line 81:
{'error': 1}
Do you have any idea, or can you help me?
Thanks in advance.
The text was updated successfully, but these errors were encountered: