@bcjdk wrote:
Hi all
I just yesterday upgraded flexget to 2.9.2, updated my config and everything went smoothly.
Today I decided to look into the irc plugin, which requires daemon mode, so tried that, but it doesn't seem to work for me.The daemon does start up and runs, but manager times out on connecting.
Can anyone point me towards a solution?Starting daemon seemingly goes well:
flexget daemon start -d
2017-01-13 09:43 INFO manager Daemonizing...
2017-01-13 09:43 INFO manager Daemonize complete. New PID: 17182Talking to it, not so much
$ flexget --debug
2017-01-13 09:43 DEBUG manager Figuring out config load paths
2017-01-13 09:43 DEBUG manager Found config: /var/lib/deluge/.flexget/config.yml
2017-01-13 09:43 DEBUG manager Config file /var/lib/deluge/.flexget/config.yml selected
2017-01-13 09:43 DEBUG manager sys.defaultencoding: ascii
2017-01-13 09:43 DEBUG manager sys.getfilesystemencoding: UTF-8
2017-01-13 09:43 DEBUG manager flexget detected io encoding: utf-8
2017-01-13 09:43 DEBUG manager os.path.supports_unicode_filenames: False
There is a FlexGet process already running for this config, sending execution there.
2017-01-13 09:43 DEBUG manager Sending command to running FlexGet process: [u'--debug']
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flexget/__init__.py", line 42, in main
manager.start()
File "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 305, in start
client = IPCClient(ipc_info['port'], ipc_info['password'])
File "/usr/local/lib/python2.7/dist-packages/flexget/ipc.py", line 158, in init
channel = rpyc.Channel(rpyc.SocketStream.connect('127.0.0.1', port))
File "/usr/local/lib/python2.7/dist-packages/rpyc/core/stream.py", line 132, in connect
return cls(cls._connect(host, port, **kwargs))
File "/usr/local/lib/python2.7/dist-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)
timeout: timed out
$Any help?
Posts: 7
Participants: 3