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
2021-02-21 08:52:44,397 - vorta.borg.borg_thread - DEBUG - Using VortaKWallet5Keyring keyring to store passwords.
2021-02-21 08:53:09,523 - root - CRITICAL - Uncaught exception, file a report at https://github.com/borgbase/vorta/issues/new
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/vorta/application.py", line 109, in create_backup_action
msg = BorgCreateThread.prepare(profile)
File "/usr/lib/python3/dist-packages/vorta/borg/create.py", line 71, in prepare
ret = super().prepare(profile)
File "/usr/lib/python3/dist-packages/vorta/borg/borg_thread.py", line 144, in prepare
ret['password'] = cls.keyring.get_password('vorta-repo', profile.repo.url)
File "/usr/lib/python3/dist-packages/vorta/keyring/kwallet.py", line 30, in get_password
if not (self.is_unlocked and self.get_result("hasEntry",
File "/usr/lib/python3/dist-packages/vorta/keyring/kwallet.py", line 44, in is_unlocked
self.try_unlock()
File "/usr/lib/python3/dist-packages/vorta/keyring/kwallet.py", line 52, in try_unlock
self.handle = int(output)
ValueError: invalid literal for int() with base 10: 'Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection
To Reproduce
Start a backup
Vorta asks to open wallet
Wait for some time
See error
Environment (please complete the following information):
OS: Xubuntu 20.04.2
Vorta version: 0.7.3
Installed from: official PPA
Additional question
Is there a way to not use any password or wallet? I know this is less secure, but I have implemented other (external) layers of security.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
To Reproduce
Environment (please complete the following information):
Additional question
Is there a way to not use any password or wallet? I know this is less secure, but I have implemented other (external) layers of security.
The text was updated successfully, but these errors were encountered: