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

[7.9.0] AttributeError: QTreeWidgetItem object has no attribute get_raw_download_status #6295

Closed
kozlovsky opened this issue Aug 30, 2021 · 2 comments · Fixed by #6320
Closed
Assignees

Comments

@kozlovsky
Copy link
Contributor

Here:

    @staticmethod
    def start_download_enabled(download_widgets):
        return any(
            [download_widget.get_raw_download_status() == DLSTATUS_STOPPED for download_widget in download_widgets]
        )
@kozlovsky kozlovsky added this to the 7.11.0 September milestone Aug 30, 2021
@sentry-for-tribler
Copy link

Sentry issue: TRIBLER-LEGACY-BV

@sentry-for-tribler
Copy link

Sentry issue: TRIBLER-7S

@kozlovsky kozlovsky changed the title [7.10] AttributeError: QTreeWidgetItem object has no attribute get_raw_download_status [7.9.0] AttributeError: QTreeWidgetItem object has no attribute get_raw_download_status Aug 30, 2021
@ichorid ichorid mentioned this issue Sep 16, 2021
ichorid added a commit that referenced this issue Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants