Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

Daemon Fails - error: [Errno 111] Connection Refused

$
0
0

@aSystemOverload wrote:

Noticed Transmission wasn't downloading anything for 48 hrs, so checked Flexget. Note that I will occasionally get 'ACTIVE/RUNNING', but if I check 2 seconds later, it's FAILED again:

flexget.service - Flexget Daemon
   Loaded: loaded (/usr/lib/systemd/system/flexget.service; enabled; vendor preset: disabled)
   Active: activating (auto-restart) (Result: exit-code) since Sun 2018-12-02 23:05:16 GMT; 7s ago
  Process: 735 ExecStart=/usr/bin/flexget -c /var/lib/flexget/config.yml daemon start (code=exited, status=1/FAILURE)
 Main PID: 735 (code=exited, status=1/FAILURE)

if I try:

/usr/bin/python2 /usr/bin/flexget -c /var/lib/flexget/config.yml daemon status

There is a FlexGet process already running for this config, sending execution there.
Could not start manager: [Errno 111] Connection refused

If you'd like a little more, I've also tried:

/usr/bin/flexget -c /var/lib/flexget/config.yml daemon status --debug
There is a FlexGet process already running for this config, sending execution there.
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/flexget/__init__.py", line 42, in main
    manager.start()
  File "/usr/lib/python2.7/site-packages/flexget/manager.py", line 339, in start
    client = IPCClient(ipc_info['port'], ipc_info['password'])
  File "/usr/lib/python2.7/site-packages/flexget/ipc.py", line 158, in __init__
    channel = rpyc.Channel(rpyc.SocketStream.connect('127.0.0.1', port))
  File "/usr/lib/python2.7/site-packages/rpyc/core/stream.py", line 132, in connect
    return cls(cls._connect(host, port, **kwargs))
  File "/usr/lib/python2.7/site-packages/rpyc/core/stream.py", line 102, in _connect
    s.connect(sockaddr)
  File "/usr/lib/python2.7/socket.py", line 228, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused

I've googled for this error, but can find nothing that seems to relate to this. Can anyone shed any light on this?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles