Search found 3 matches
- January 4th, 2015, 3:22 pm
- Forum: General Discussion
- Topic: Flexget Cronjob not running on schedule
- Replies: 1
- Views: 3086
Re: Flexget Cronjob not running on schedule
When you say that flexget works when you run it manually, are you running it manually as the deluge user? Does the cron job show that it's running if you "grep flexget /var/log/syslog"? interestingly, when I run "grep flexget /var/log/syslog" I see the following, which align wit...
- January 4th, 2015, 3:10 pm
- Forum: General Discussion
- Topic: INstalling Flexget
- Replies: 3
- Views: 5398
Re: INstalling Flexget
resolved by running:
Code: Select all
pip install --upgrade six>=1.70
- January 3rd, 2015, 9:59 pm
- Forum: General Discussion
- Topic: INstalling Flexget
- Replies: 3
- Views: 5398
INstalling Flexget
When I follow the guide for deluge and then flexget, when I run flexget -V I get the following. I have done this previously and it worked fine. Using a standard digitalocean box running Ubuntu 14.04.1 x64. Traceback (most recent call last): File "/usr/local/bin/flexget", line 5, in <module...