Page 1 of 1

flexget commands returns error: too few arguments

Posted: January 23rd, 2014, 2:24 am
by samk
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

Re: flexget commands returns error: too few arguments

Posted: January 24th, 2014, 1:53 am
by AnaximanderThales
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