forked from evilsocket/opensnitch
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
d*mn it! ok, I'll fix it ASAP. Thank you for reporting it! |
gustavo-iniguez-goya
added a commit
that referenced
this issue
Jun 17, 2020
I'm getting similar error when double-click on any entry in
OpenSnitch version 1.0.0 |
oh well, f*ck. Thank you for reporting it @vyachkonovalov , I'll fix it ASAP. |
gustavo-iniguez-goya
added a commit
that referenced
this issue
Jul 28, 2020
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
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:
OS :
The text was updated successfully, but these errors were encountered: