Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in secretstorage when unlocking collection. #1267

Closed
Carcinogen72 opened this issue Apr 19, 2022 · 2 comments
Closed

Error in secretstorage when unlocking collection. #1267

Carcinogen72 opened this issue Apr 19, 2022 · 2 comments
Labels
status:needs details Needs more details before it can be solved. status:stale This item will be closed soon due to inactivity

Comments

@Carcinogen72
Copy link

Carcinogen72 commented Apr 19, 2022

Traceback (most recent call last):
  File "/app/lib/python3.9/site-packages/vorta/application.py", line 185, 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 121, in reload_all_timers
    self.set_timer_for_profile(profile.id)
  File "/app/lib/python3.9/site-packages/vorta/scheduler.py", line 85, in set_timer_for_profile
    self.create_backup(profile.id)
  File "/app/lib/python3.9/site-packages/vorta/scheduler.py", line 165, 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 151, 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 35, in get_password
    if self.is_unlocked:
  File "/app/lib/python3.9/site-packages/vorta/keyring/secretstorage.py", line 50, in is_unlocked
    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
@m3nu
Copy link
Contributor

m3nu commented Apr 20, 2022

Maybe fixed in #1255

@real-yfprojects real-yfprojects added the status:needs details Needs more details before it can be solved. label May 10, 2022
@real-yfprojects real-yfprojects changed the title Traceback (most recent call last): Error in secretstorage when unlocking collection. May 21, 2022
@stale
Copy link

stale bot commented Jul 25, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status:stale This item will be closed soon due to inactivity label Jul 25, 2022
@stale stale bot closed this as completed Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:needs details Needs more details before it can be solved. status:stale This item will be closed soon due to inactivity
Projects
None yet
Development

No branches or pull requests

3 participants