@castelen wrote:
Hello,
I have trouble getting Flexget daemon to work on Windows 10 properly.
I followed the install guide for python 3.5 and Flexget, created a config file and windows scheduler task.
If I start the daemon manually in cmd with "flexget daemon start" it's working fine, but when I try to start it with flexget-headless it wont start.Flexget-headless won't start with scheduler or manually in cmd. There is no error messages in the log file or in general.
My config file should be fine, since starting the daemon with manually in cmd with "flexget daemon start" shows the daemon running and the program downloads everything as it's supposed to.
Windows scheduler settings should be fine also, since it's set up exactly like in the tutorial:
In the Task Scheduler, “Create a Task”. Use a descriptive name. Set a new trigger - “At log on” or “At startup” are good candidates. Optionally set a small delay. Configure an action - “Start a program”. Navigate to your Python scripts folder and select “flexget-headless.exe”. Add arguments: “daemon start”. Hit “OK”. Optionally run your new task, then check on it using flexget daemon status.
Does anyone know what the issue is?
Posts: 1
Participants: 1