flexget commands returns error: too few arguments

Discussion and Technical Support for general software applications and utilities including OS related issues.
Post Reply
samk
Member
Member
Posts: 1
Joined: January 23rd, 2014, 2:09 am

flexget commands returns error: too few arguments

Post 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
AnaximanderThales
Member
Member
Posts: 6
Joined: January 9th, 2014, 7:15 pm

Re: flexget commands returns error: too few arguments

Post 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
Post Reply