When I run the receive.py file, I get the following error
File "/home/user/miniconda3/envs/signal/lib/python3.9/site-packages/pydbus/proxy.py", line 44, in get ret = self.con.call_sync( gi.repository.GLib.Error: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.asamk.Signal was not provided by any .service files (2)
But the signa-cli had been started in daemon mode prior to this
./signal-cli -u <My-no.> daemon
When I run the
receive.pyfile, I get the following errorFile "/home/user/miniconda3/envs/signal/lib/python3.9/site-packages/pydbus/proxy.py", line 44, in get ret = self.con.call_sync( gi.repository.GLib.Error: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.asamk.Signal was not provided by any .service files (2)But the signa-cli had been started in daemon mode prior to this
./signal-cli -u <My-no.> daemon