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 tried to change SOCK_PATH to unix:///home/rtorrent/.session/rpc.socket but still failed.
2020-08-19 04:27:47|ERROR|277|[Errno 2] No such file or directory
Traceback (most recent call last):
File "/root/src/rtremote/server_wss.py", line 259, in global_data_updater
data = remote.get_global()
File "/root/src/rtremote/remote.py", line 32, in get_global
g = self.rpc.global_data(['system.api_version'])
File "/root/src/rtremote/rpc.py", line 99, in global_data
data = self.system_multicall(commands)
File "/root/src/rtremote/rpc.py", line 57, in system_multicall
resp = scgi.post(body)
File "/root/src/rtremote/scgi.py", line 38, in post
sock = self.get_connected_socket()
File "/root/src/rtremote/scgi.py", line 33, in get_connected_socket
sock.connect(self.host_port.replace('unix:', '').replace('local:', ''))
FileNotFoundError: [Errno 2] No such file or directory
2020-08-19 04:34:39|ERROR|277|[Errno 2] No such file or directory
Traceback (most recent call last):
File "/root/src/rtremote/server_wss.py", line 259, in global_data_updater
data = remote.get_global()
File "/root/src/rtremote/remote.py", line 32, in get_global
g = self.rpc.global_data(['system.api_version'])
File "/root/src/rtremote/rpc.py", line 99, in global_data
data = self.system_multicall(commands)
File "/root/src/rtremote/rpc.py", line 57, in system_multicall
resp = scgi.post(body)
File "/root/src/rtremote/scgi.py", line 38, in post
sock = self.get_connected_socket()
File "/root/src/rtremote/scgi.py", line 33, in get_connected_socket
sock.connect(self.host_port.replace('unix:', '').replace('local:', ''))
FileNotFoundError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
my start.sh is
and the socket is there,
I tried to change SOCK_PATH to unix:///home/rtorrent/.session/rpc.socket but still failed.
2020-08-19 04:27:47|ERROR|277|[Errno 2] No such file or directory
Traceback (most recent call last):
File "/root/src/rtremote/server_wss.py", line 259, in global_data_updater
data = remote.get_global()
File "/root/src/rtremote/remote.py", line 32, in get_global
g = self.rpc.global_data(['system.api_version'])
File "/root/src/rtremote/rpc.py", line 99, in global_data
data = self.system_multicall(commands)
File "/root/src/rtremote/rpc.py", line 57, in system_multicall
resp = scgi.post(body)
File "/root/src/rtremote/scgi.py", line 38, in post
sock = self.get_connected_socket()
File "/root/src/rtremote/scgi.py", line 33, in get_connected_socket
sock.connect(self.host_port.replace('unix:', '').replace('local:', ''))
FileNotFoundError: [Errno 2] No such file or directory
2020-08-19 04:34:39|ERROR|277|[Errno 2] No such file or directory
Traceback (most recent call last):
File "/root/src/rtremote/server_wss.py", line 259, in global_data_updater
data = remote.get_global()
File "/root/src/rtremote/remote.py", line 32, in get_global
g = self.rpc.global_data(['system.api_version'])
File "/root/src/rtremote/rpc.py", line 99, in global_data
data = self.system_multicall(commands)
File "/root/src/rtremote/rpc.py", line 57, in system_multicall
resp = scgi.post(body)
File "/root/src/rtremote/scgi.py", line 38, in post
sock = self.get_connected_socket()
File "/root/src/rtremote/scgi.py", line 33, in get_connected_socket
sock.connect(self.host_port.replace('unix:', '').replace('local:', ''))
FileNotFoundError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered: