pyrax icon indicating copy to clipboard operation
pyrax copied to clipboard

TypeError __init__() got an unexpected keyword argument 'username'

Open fab128 opened this issue 3 years ago • 0 comments

Hello I've been using duplicity and pyrax for years for my backups to hubic. Unfortunately, the backend seems broken since I updated to debian 11 and python3 for pyrax.

I first got the following error:

File "/usr/lib/python3/dist-packages/duplicity/backends/pyrax_identity/hubic.py", line 35, in <module>
class HubicIdentity(BaseIdentity):
NameError: name 'BaseIdentity' is not defined

Which I solved by installing duplicity (0.8.21-1) from unstable repository.

However I now get another error: Connection failed, please check your credentials: TypeError __init__() got an unexpected keyword argument 'username'

Can you please help me with this issue ? Thanks.

fab128 avatar Dec 26 '21 15:12 fab128