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

Ui process crashes when clicking on user details #38

Closed
deathtrip opened this issue Jun 17, 2020 · 4 comments
Closed

Ui process crashes when clicking on user details #38

deathtrip opened this issue Jun 17, 2020 · 4 comments

Comments

@deathtrip
Copy link

Describe the bug
Ui process crashes with this error:
Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/opensnitch/dialogs/stats.py", line 591, in _cb_table_double_clicked self._set_active_widgets(True, str(data)) File "/usr/lib/python3.8/site-packages/opensnitch/dialogs/stats.py", line 693, in _set_active_widgets self.TABLES[cur_idx]['filterLine'].setVisible(not state) AttributeError: 'NoneType' object has no attribute 'setVisible' zsh: abort (core dumped) opensnitch-ui

To Reproduce:

  1. Go to 'Users' tab
  2. Double click on any username

OS :

  • ArchLinux
  • Window Manager: KDE
  • Kernel version: 5.6.15-arch1-1
@gustavo-iniguez-goya
Copy link
Owner

d*mn it! ok, I'll fix it ASAP.

Thank you for reporting it!

@crabvk
Copy link

crabvk commented Jul 28, 2020

I'm getting similar error when double-click on any entry in General list (Allow or Deny filter):

Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/opensnitch/dialogs/stats.py", line 577, in _cb_main_table_double_clicked
    self._set_active_widgets(True, str(data))
  File "/usr/lib/python3.8/site-packages/opensnitch/dialogs/stats.py", line 690, in _set_active_widgets
    self.TABLES[cur_idx]['label'].setVisible(state)
AttributeError: 'NoneType' object has no attribute 'setVisible'

OpenSnitch version 1.0.0

@gustavo-iniguez-goya
Copy link
Owner

oh well, f*ck. Thank you for reporting it @vyachkonovalov , I'll fix it ASAP.

@gustavo-iniguez-goya
Copy link
Owner

I'll publis a new release of the UI in a few days, thank you !

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

No branches or pull requests

3 participants