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.10] TypeError: clicked_debug_panel_button() missing 1 required positional argument: '_' #6296

Closed
kozlovsky opened this issue Aug 30, 2021 · 1 comment · Fixed by #6314
Closed
Assignees

Comments

@kozlovsky
Copy link
Contributor

kozlovsky commented Aug 30, 2021

Here:

    def clicked_debug_panel_button(self, _):
        if not self.debug_window:
            self.debug_window = DebugWindow(self.tribler_settings, self.gui_settings, self.tribler_version)
        self.debug_window.show()

This issue is possibly related to the fix of #6084

@kozlovsky kozlovsky added this to the 7.11.0 September milestone Aug 30, 2021
@sentry-for-tribler
Copy link

Sentry issue: TRIBLER-4Q

drew2a added a commit to drew2a/tribler that referenced this issue Sep 16, 2021
@drew2a drew2a mentioned this issue Sep 16, 2021
drew2a added a commit to drew2a/tribler that referenced this issue Sep 16, 2021
@drew2a drew2a self-assigned this Sep 16, 2021
@drew2a drew2a closed this as completed in 4f22a26 Sep 16, 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