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

Fatal Error: application.py #964

Closed
sconnary32 opened this issue Apr 27, 2021 · 1 comment · Fixed by #965
Closed

Fatal Error: application.py #964

sconnary32 opened this issue Apr 27, 2021 · 1 comment · Fixed by #965

Comments

@sconnary32
Copy link

Describe the bug
Get fatal error and vorta goes into "starting consistency check" I have to restart Vorta to get past it.

Fatal Error:
Traceback (most recent call last):
File "/home/adminroot/.local/lib/python3.8/site-packages/vorta/application.py", line 202, in
msg.accepted.connect(lambda: self.break_lock(profile))
File "/home/adminroot/.local/lib/python3.8/site-packages/vorta/application.py", line 218, in break_lock
self.set_progress(params['message'])
AttributeError: 'VortaApp' object has no attribute 'set_progress'

To Reproduce
Steps to reproduce the behavior:

Start a sync and it might run into this.

OS: Ubuntu 20.04 Desktop
Vorta version: 0.7.5
Installed from: pip3
Borg: 1.1.16
Vorta and Borg versions can be found in Main Window > Misc Tab.

Additional context
If appropriate include logs. Can be found in Main Window > Misc Tab > Log.

@m3nu
Copy link
Contributor

m3nu commented Apr 28, 2021

Thanks for sharing. There was an obvious bug when setting the error message when breaking a lock. Would be very rare.

Basically your repo is locked (possibly used by another process) and then breaking that lock fails with some error. And after that informing you about this other error fails. 😄

@m3nu m3nu closed this as completed in #965 Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants