flexget unMenu package


Recommended Posts

  • Replies 85
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...

I was having the same issue, after a restart (and therefore Flexget re-installed) Flexget wouldn't run.

 

Turns out they pushed out a new version, and the command syntax is slightly different.

 

It used to be (if your config was in /boot)

flexget -c /boot/config.yml

 

Now it's

flexget -c /boot/config.yml execute

 

Without execute on the end, it just spits out the help output, and doesn't run. Also the --cron flag has been removed, so if you're running Flexget w/ crontab, take out --cron and add execute at the end of the command.

Link to comment

I was having the same issue, after a restart (and therefore Flexget re-installed) Flexget wouldn't run.

 

Turns out they pushed out a new version, and the command syntax is slightly different.

 

It used to be (if your config was in /boot)

flexget -c /boot/config.yml

 

Now it's

flexget -c /boot/config.yml execute

 

Without execute on the end, it just spits out the help output, and doesn't run. Also the --cron flag has been removed, so if you're running Flexget w/ crontab, take out --cron and add execute at the end of the command.

Thanks for the fix. 

 

Does anyone else find it redundant to have the execute on the end?

Link to comment
  • 3 months later...

I can't get Flexget up and running. I get the following log:

 

Traceback (most recent call last):
  File "setup.py", line 6, in 
    from setuptools import setup
ImportError: No module named setuptools
INSTALLED_FLEXGET_VERSION :: 
/boot/packages/flexget.manual_install: line 94: pip: command not found
/boot/packages/flexget.manual_install: line 96: pip: command not found
/boot/packages/flexget.manual_install: line 97: pip: command not found
Installed FlexGet to /mnt/user/Media/.flexget
Created config.yml file
Created unraid.d directory
Created init script, /etc/rc.d/unraid.d/rc.unraid_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_start_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_stop_flexget
flexget added to cron
flexget started as root
flexget-webui started as root
Please go here to view the flexget-webui

flexget apparently did not install properly, /usr/bin/flexget does not exist.

 

I am running on unRAID 5.0.4. This is the output of the script in your first post:

 

root@Tower:~# ps -ef | grep flexget
root     21170 20958  0 09:37 pts/0    00:00:00 grep flexget
root@Tower:~# cat PACKAGE_DIRECTORY/flexget.auto_install
cat: PACKAGE_DIRECTORY/flexget.auto_install: No such file or directory
root@Tower:~# cat PACKAGE_DIRECTORY/flexget.manual_install
cat: PACKAGE_DIRECTORY/flexget.manual_install: No such file or directory
root@Tower:~# ls /mnt/user/Media/.flexget
config.yml*
root@Tower:~# cat /mnt/user/Media/.flexget/config.yml
root@Tower:~# /usr/bin/flexget -V
-bash: /usr/bin/flexget: No such file or directory
root@Tower:~# /usr/bin/flexget -V | awk '{print$1}'
-bash: /usr/bin/flexget: No such file or directory
root@Tower:~# cd PACKAGE_DIRECTORY && find . -type f -name "flexget.man*" -print0 | xargs -0 ls -tr | awk 'END{print $NF}' | awk '{split($0,a,"-"); print a[2]}'
-bash: cd: PACKAGE_DIRECTORY: No such file or directory
root@Tower:~# cd PACKAGE_DIRECTORY && find . -type f -name "flexget.man*" -print0 | xargs -0 ls -tr | awk 'END{print $NF}' | awk '{split($0,a,"/"); print a[2]}'
-bash: cd: PACKAGE_DIRECTORY: No such file or directory
root@Tower:~# cat /var/log/syslog | grep -i flexget
Starting the install of FlexGet
Installed FlexGet to /mnt/cache/.flexget
Created init script, /etc/rc.d/unraid.d/rc.unraid_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_start_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_stop_flexget
Started flexget
Started flexget-webui
Starting the install of FlexGet
Installed FlexGet to /mnt/cache/.flexget
Created init script, /etc/rc.d/unraid.d/rc.unraid_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_start_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_stop_flexget
Started flexget
Started flexget-webui
Starting the install of FlexGet
Installed FlexGet to /mnt/cache/.flexget
Created init script, /etc/rc.d/unraid.d/rc.unraid_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_start_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_stop_flexget
Started flexget
Started flexget-webui
Starting the install of FlexGet
Installed FlexGet to /mnt/user/Media/.flexget
Created init script, /etc/rc.d/unraid.d/rc.unraid_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_start_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_stop_flexget
Started flexget
Started flexget-webui

 

What is the issue here? Thanks for your help!

Link to comment

I can't get Flexget up and running. I get the following log:

 

Traceback (most recent call last):
  File "setup.py", line 6, in 
    from setuptools import setup
ImportError: No module named setuptools
INSTALLED_FLEXGET_VERSION :: 
/boot/packages/flexget.manual_install: line 94: pip: command not found
/boot/packages/flexget.manual_install: line 96: pip: command not found
/boot/packages/flexget.manual_install: line 97: pip: command not found
Installed FlexGet to /mnt/user/Media/.flexget
Created config.yml file
Created unraid.d directory
Created init script, /etc/rc.d/unraid.d/rc.unraid_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_start_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_stop_flexget
flexget added to cron
flexget started as root
flexget-webui started as root
Please go here to view the flexget-webui

flexget apparently did not install properly, /usr/bin/flexget does not exist.

 

I am running on unRAID 5.0.4. This is the output of the script in your first post:

 

root@Tower:~# ps -ef | grep flexget
root     21170 20958  0 09:37 pts/0    00:00:00 grep flexget
root@Tower:~# cat PACKAGE_DIRECTORY/flexget.auto_install
cat: PACKAGE_DIRECTORY/flexget.auto_install: No such file or directory
root@Tower:~# cat PACKAGE_DIRECTORY/flexget.manual_install
cat: PACKAGE_DIRECTORY/flexget.manual_install: No such file or directory
root@Tower:~# ls /mnt/user/Media/.flexget
config.yml*
root@Tower:~# cat /mnt/user/Media/.flexget/config.yml
root@Tower:~# /usr/bin/flexget -V
-bash: /usr/bin/flexget: No such file or directory
root@Tower:~# /usr/bin/flexget -V | awk '{print$1}'
-bash: /usr/bin/flexget: No such file or directory
root@Tower:~# cd PACKAGE_DIRECTORY && find . -type f -name "flexget.man*" -print0 | xargs -0 ls -tr | awk 'END{print $NF}' | awk '{split($0,a,"-"); print a[2]}'
-bash: cd: PACKAGE_DIRECTORY: No such file or directory
root@Tower:~# cd PACKAGE_DIRECTORY && find . -type f -name "flexget.man*" -print0 | xargs -0 ls -tr | awk 'END{print $NF}' | awk '{split($0,a,"/"); print a[2]}'
-bash: cd: PACKAGE_DIRECTORY: No such file or directory
root@Tower:~# cat /var/log/syslog | grep -i flexget
Starting the install of FlexGet
Installed FlexGet to /mnt/cache/.flexget
Created init script, /etc/rc.d/unraid.d/rc.unraid_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_start_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_stop_flexget
Started flexget
Started flexget-webui
Starting the install of FlexGet
Installed FlexGet to /mnt/cache/.flexget
Created init script, /etc/rc.d/unraid.d/rc.unraid_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_start_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_stop_flexget
Started flexget
Started flexget-webui
Starting the install of FlexGet
Installed FlexGet to /mnt/cache/.flexget
Created init script, /etc/rc.d/unraid.d/rc.unraid_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_start_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_stop_flexget
Started flexget
Started flexget-webui
Starting the install of FlexGet
Installed FlexGet to /mnt/user/Media/.flexget
Created init script, /etc/rc.d/unraid.d/rc.unraid_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_start_flexget
Created unmenu start script, /boot/unmenu/44-unmenu_user_script_stop_flexget
Started flexget
Started flexget-webui

 

What is the issue here? Thanks for your help!

 

If I get a chance I will look into it.  I am not going to promise anything though as I am pretty busy with other things and since I do not use Flexget myself it has a tendency to not get updated as much as it probably should.

Link to comment

Well, this seems to be the interesting part of the log:

 

ImportError: No module named setuptools
INSTALLED_FLEXGET_VERSION :: 
/boot/packages/flexget.manual_install: line 94: pip: command not found
/boot/packages/flexget.manual_install: line 96: pip: command not found
/boot/packages/flexget.manual_install: line 97: pip: command not found

 

What could be causing this?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.