Fails to start - "ZMQ Error"
Closed this issue · 1 comments
duffydack commented
Not sure when it stopped working, but I'm no longer receiving notifs because it fails to startup (using systemd).
systemctl --user status a2ln.service
○ a2ln.service - Android 2 Linux Notifications Server
Loaded: loaded (/usr/lib/systemd/user/a2ln.service; enabled; preset: enabled)
Active: inactive (dead) since Sun 2023-10-22 11:33:45 BST; 2min 24s ago
Duration: 1.126s
Process: 2409 ExecStart=/usr/bin/a2ln --no-pairing-server (code=exited, status=0/SUCCESS)
Main PID: 2409 (code=exited, status=0/SUCCESS)
CPU: 127ms
Oct 22 11:33:44 spock a2ln[2409]: File "/usr/lib/python3.11/site-packages/zmq/sugar/socket.py", line 372, in __setattr__
Oct 22 11:33:44 spock a2ln[2409]: super().__setattr__(key, value)
Oct 22 11:33:44 spock a2ln[2409]: File "/usr/lib/python3.11/site-packages/zmq/sugar/attrsettr.py", line 36, in __setattr__
Oct 22 11:33:44 spock a2ln[2409]: self._set_attr_opt(upper_key, opt, value)
Oct 22 11:33:44 spock a2ln[2409]: File "/usr/lib/python3.11/site-packages/zmq/sugar/attrsettr.py", line 40, in _set_attr_opt
Oct 22 11:33:44 spock a2ln[2409]: self.set(opt, value)
Oct 22 11:33:44 spock a2ln[2409]: File "zmq/backend/cython/socket.pyx", line 434, in zmq.backend.cython.socket.Socket.set
Oct 22 11:33:44 spock a2ln[2409]: File "zmq/backend/cython/socket.pyx", line 285, in zmq.backend.cython.socket._setsockopt
Oct 22 11:33:44 spock a2ln[2409]: File "zmq/backend/cython/checkrc.pxd", line 28, in zmq.backend.cython.checkrc._check_rc
Oct 22 11:33:44 spock a2ln[2409]: zmq.error.ZMQError: Invalid argument
Some of the deps were updated the other day, might be the cause. I'm using archlinux.
duffydack commented
zeromq
just got a bump to -2 on arch "(Enable curve authentication)", and it's now running. Closing.