-
Notifications
You must be signed in to change notification settings - Fork 481
Sending execution to demonized flexget fails #1405
Copy link
Copy link
Closed
Description
Expected behaviour:
Execution to be sent to the demon to execute
Actual behaviour:
There is a FlexGet process already running for this config, sending execution there.
Could not start manager: Int or String expected
Steps to reproduce:
- Step 1: flexget start -d
- Step 2: flexget execute
Log:
flexget execute --debug
There is a FlexGet process already running for this config, sending execution there.
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 290, in start
client = IPCClient(ipc_info['port'], ipc_info['password'])
File "/usr/local/lib/python2.7/dist-packages/flexget/ipc.py", line 162, 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 99, in _connect
socktype, proto)[0]
error: Int or String expected
Additional information:
- Flexget Version: 2.3.26
- Python Version: 2.7.3
- Installation method: pip
- OS and version: Ubuntu 12.04
issueing the command flexget demon stop produces the same error
i have to kill the pid to stop it
This was after updating from FlexGet-2.2.9
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels