Hi I upgraded flexget and now any command returns an "Error: too few arguments" statement
along with a list of options.
Even the command to test the config.yml file
sudo -H -u deluge flexget --test -v
I was wondering if it could be looking at another directory for the config.yml
which flexget
/usr/local/bin/flexget
any help would be appreciated
samk
flexget commands returns error: too few arguments
-
- Member
- Posts: 6
- Joined: January 9th, 2014, 7:15 pm
Re: flexget commands returns error: too few arguments
samk wrote:Hi I upgraded flexget and now any command returns an "Error: too few arguments" statement
along with a list of options.
Even the command to test the config.yml file
sudo -H -u deluge flexget --test -v
I was wondering if it could be looking at another directory for the config.yml
which flexget
/usr/local/bin/flexget
any help would be appreciated
samk
If you are on the latest flexget, you'll need to run it this way:
sudo -H -u deluge flexget --test --loglevel debug execute
Execute is needed even if testting
-v is now loglevel
I'm not sure about the -H -u or deluge part -- but you can take a look here Upgrade Actions for Flexget