You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching through GUI icon does not launch the program, nor show an icon in the system tray
Launching through console
$ opensnitch-ui
Traceback (most recent call last):
File "/usr/bin/opensnitch-ui", line 41, in<module>
from opensnitch.service import UIService
File "/usr/lib/python3/dist-packages/opensnitch/service.py", line 15, in<module>
from opensnitch import ui_pb2
File "/usr/lib/python3/dist-packages/opensnitch/ui_pb2.py", line 32, in<module>
_descriptor.EnumValueDescriptor(
File "/home/<USER>/.local/lib/python3.12/site-packages/google/protobuf/descriptor.py", line 917, in __new__
_message.Message._CheckCalledFromGeneratedFile()
TypeError: Descriptors cannot be created directly.
If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
If you cannot immediately regenerate your protos, some other possible workarounds are:
1. Downgrade the protobuf package to 3.20.x or lower.
2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
The text was updated successfully, but these errors were encountered:
Open Snitch GUI
opensnitch-ui-1.6.5-1.noarch.rpm
System Info
Steps to Re-create
The text was updated successfully, but these errors were encountered: