Opensnitch-ui broke after latest stable update

I updated my manjaro system and rebooted it. Since opensnitch firewall is giving out following error

Blockquote Traceback (most recent call last):
File “/usr/bin/opensnitch-ui”, line 16, in
import grpc
File “/usr/lib/python3.9/site-packages/grpc/init.py”, line 23, in
from grpc._cython import cygrpc as _cygrpc
ImportError: libabsl_strings.so.2103.0.1: cannot open shared object file: No such file or directory

I checked both opensnitch and opensnitch-git AUR pages but not able to understand where is the problem.
opensnitch
opensnitch-git
opensnitch on github

Most likely it just needs a rebuild against a newer dependency from the update.

I rebuilt it but same error persists

Hello Energrizer,

Just a heads up, I’ve been trying for the past few days to get opensnitch up and running on my machine, and the -git version is failing with several dependencies issues. The standard (?) version would install, but wasn’t running. I finally found the reason on their Wiki / FAQs Page, and two systemctl commands to create the symlink to the .service, and then another to start the service got it working as advertised. I’ll have to see if it persists after a reboot, and if not, I think another systemctl command should do that.

Status is Not Running

Be sure that the daemon is running: pgrep opensnitchd

If it’s not running, you may need to enable and start it:

$ sudo systemctl enable opensnitchd
$ sudo systemctl start opensnitchd.service 

Thank you for your time and efforts for maintaining this Program in the Repo! You’re awesome!