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
I'm running signald as container and path to the socket is not the default one. I've tried to change it in the default_options{ socket}, but no luck. Maybe I'm doing something wrong, please see below:
x@arch ~ % tail -n 5 ~/.weechat/logs/signal.log
ERROR:weechat_script:Failed to connect to signald socket
Traceback (most recent call last):
File "/home/x/.weechat/python/signal.py", line 341, in init_socket
signald_socket.connect(options["socket"])
FileNotFoundError: [Errno 2] Nie ma takiego pliku ani katalogu
x@arch ~ % grep docker/run ~/.weechat/python/signal.py
"socket": "/home/x/docker/run/signald.sock",
x@arch ~ % ls -la /home/x/docker/run/signald.sock
srw-rw-rw- 1 100999 100999 0 10-02 10:26 /home/x/docker/run/signald.sock
x@arch ~ % nc -U /home/x/docker/run/signald.sock
{"type":"version","data":{"name":"signald","version":"unversioned","branch":"","commit":""}}
#it works with netcat
Thank you
The text was updated successfully, but these errors were encountered:
I'm running signald as container and path to the socket is not the default one. I've tried to change it in the default_options{ socket}, but no luck. Maybe I'm doing something wrong, please see below:
Thank you
The text was updated successfully, but these errors were encountered: