Skip to content

Uncaught exception #38

@myfirstnameispaul

Description

@myfirstnameispaul

I receive the following on boot of my computer:

Uncaught exception, please file a report with this text at
https://github.com/borgbase/vorta/issues/new
Traceback (most recent call last):
  File "/app/lib/python3.9/site-packages/vorta/application.py", line 186, in set_borg_details_result
    self.scheduler.reload_all_timers()  # Start timer after Borg version is set.
  File "/app/lib/python3.9/site-packages/vorta/scheduler.py", line 333, in reload_all_timers
    self.set_timer_for_profile(profile.id)
  File "/app/lib/python3.9/site-packages/vorta/scheduler.py", line 274, in set_timer_for_profile
    self.create_backup(profile_id)
  File "/app/lib/python3.9/site-packages/vorta/scheduler.py", line 380, in create_backup
    msg = BorgCreateJob.prepare(profile)
  File "/app/lib/python3.9/site-packages/vorta/borg/create.py", line 74, in prepare
    ret = super().prepare(profile)
  File "/app/lib/python3.9/site-packages/vorta/borg/borg_job.py", line 152, in prepare
    ret['password'] = cls.keyring.get_password('vorta-repo', profile.repo.url)
  File "/app/lib/python3.9/site-packages/vorta/keyring/secretstorage.py", line 50, in get_password
    if self.is_unlocked:
  File "/app/lib/python3.9/site-packages/vorta/keyring/secretstorage.py", line 66, in is_unlocked
    return not (self.collection.is_locked() and self.collection.unlock())
  File "/app/lib/python3.9/site-packages/secretstorage/collection.py", line 67, in unlock
    return unlock_objects(self.connection, [self.collection_path])
  File "/app/lib/python3.9/site-packages/secretstorage/util.py", line 151, in unlock_objects
    dismissed, (signature, unlocked) = exec_prompt(connection, prompt)
  File "/app/lib/python3.9/site-packages/secretstorage/util.py", line 138, in exec_prompt
    assert dismissed is not None
AssertionError

Sometime after this, the backups were completing successfully, so I'm not really sure what the error is.

I'm using Vorta 0.8.6 on Mint 20.3.

I created an issue at Vorta and they suggested posting here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions