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 Extract dialog #2105

Open
Golddouble opened this issue Oct 20, 2024 · 8 comments
Open

Error in Extract dialog #2105

Golddouble opened this issue Oct 20, 2024 · 8 comments
Labels
status:needs details Needs more details before it can be solved. type:bug Something doesn't work as intended

Comments

@Golddouble
Copy link

Golddouble commented Oct 20, 2024

Uncaught exception, please file a report with this text at
https://github.com/borgbase/vorta/issues/new
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/vorta/views/partials/treemodel.py", line 987, in lessThan
    data2 = self.choose_data(right)
            ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/vorta/views/extract_dialog.py", line 251, in choose_data
    return item.data.health
           ^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'data'

MX-Linux 23 Xfce
Vorta 0.8.12; Borg: 1.2.4

The error happens, when I choose
extract -> tree, simpified -> and try to check Firefox-Profile/subfolder
grafik

If I use the not simplified tree it works.

(It works then, but nevertheless as already reported a year ago: It's very slow!! compared with the older version)

Thank you.

@Golddouble
Copy link
Author

vorta.log.zip

@m3nu
Copy link
Contributor

m3nu commented Oct 20, 2024

Vorta 0.8.12; Borg: 1.2.4

Very old version. Have you tried the latest version? https://github.com/borgbase/vorta/releases/tag/v0.10.0-beta1

@m3nu m3nu changed the title Serious error Error in Extract dialog Oct 20, 2024
@Golddouble
Copy link
Author

No, newer versions are not in the MX-Repo to install.

@Golddouble
Copy link
Author

Golddouble commented Oct 27, 2024

Same issue with ...
– Vorta 0.9.1
– Borg 1.4.0

grafik

@m3nu m3nu added type:bug Something doesn't work as intended status:needs details Needs more details before it can be solved. labels Oct 27, 2024
@Golddouble
Copy link
Author

What details do you need?

@m3nu
Copy link
Contributor

m3nu commented Oct 28, 2024

Have you verified if the error still happens in the current master branch? I see the function already changed and shouldn't return None, as seen in the error: https://github.com/borgbase/vorta/blob/master/src/vorta/views/extract_dialog.py#L264

If yes, I'll need the line that is output by Borg for that file. Since I don't have your files to test locally.

@Golddouble
Copy link
Author

Golddouble commented Oct 28, 2024

What do you mean with "master branch"? Do you mean, I should somehow change the code of my Vorta version? I can not do that. I am not so skilled. Last version of Vorta in my reopsitory is 0.9.1.. I can not test the beta.
Or is it enough to give you again a new log.zip from version 0.9.1 ?

@Golddouble
Copy link
Author

You gave me the link ...
https://github.com/borgbase/vorta/blob/master/src/vorta/views/extract_dialog.py#L264
.... are you trying to say that the code section def choose_data(self, index: QModelIndex):

... has changed. And is now different from the code section in version 0.9.1 ?
I can not find a difference. It's still the same code in this section.

Thank you for your endeavours.

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. type:bug Something doesn't work as intended
Projects
None yet
Development

No branches or pull requests

2 participants