FlexGet RSS Feeds

User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: FlexGet RSS Feeds

Post by Ian »

The only thing I can think is you've got two config.yml files and you're editing the "wrong" one?

Assuming you followed my guide it's located in /etc/init/flexget.conf
User avatar
kiniku70
Member
Member
Posts: 12
Joined: February 19th, 2015, 9:01 pm

Re: FlexGet RSS Feeds

Post by kiniku70 »

When I open that file here's what I have:


#!/bin/bash
# Flexget daemon autostart

description "Flexget daemon"
author "Kempe"

start on (filesystem and networking) or runlevel [2345]
stop on runlevel [016]

respawn
respawn limit 5 30

env uid=deluge
env gid=deluge

exec start-stop-daemon -S -c $uid:$gid -x /usr/local/bin/flexget -- daemon start 1,1 All


There's nothing in here regarding RSS feeds.

Your guide states:
Now type the following command to create/open the file:

sudo -u deluge vim /var/lib/deluge/.flexget/config.yml


That's where mine is too and that file doesn't have those other feeds.

Did I do something wrong?
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: FlexGet RSS Feeds

Post by Ian »

Sorry, I'm an idiot. I meant to say the file by default is located at: /var/lib/deluge/.flexget/config.yml
User avatar
kiniku70
Member
Member
Posts: 12
Joined: February 19th, 2015, 9:01 pm

Re: FlexGet RSS Feeds

Post by kiniku70 »

Not as big of one as me regarding Linux.

But I don't believe its impossible I may have another config file stuck somewhere. But I try to use webmin's file search and it never finds any file I am searching for. I use use "in folder /" to have it search the entire volume? Is there a trick to it?
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: FlexGet RSS Feeds

Post by Ian »

Type these three commands in a Putty session:

Code: Select all

sudo su
cd /
find -name config.yml
When you're done, type

Code: Select all

exit
User avatar
kiniku70
Member
Member
Posts: 12
Joined: February 19th, 2015, 9:01 pm

Re: FlexGet RSS Feeds

Post by kiniku70 »

Thank you. I did have two but the second one was an empty file in my home directory. I deleted it. In the meantime I haven't received any of those RSS errors today so I'll see what tomorrow brings. Thanks again. By the way nice Avatar Ian. One thing I like about the UK are the number of conveniently located pubs :)
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: FlexGet RSS Feeds

Post by Ian »

The problem with having pubs so conveniently located is you can't help popping into one and having a "swift half". This invariably turns into a full blown session. Not good :crazy:
User avatar
kiniku70
Member
Member
Posts: 12
Joined: February 19th, 2015, 9:01 pm

Re: FlexGet RSS Feeds

Post by kiniku70 »

Yes. Definitely my kind of place.

So no download errors today which is good, but I'm not receiving anything either. I've ran all the checks in your guide. I'm not sure why I am not receiving any new torrent downloads. So I can't tell if its my fault or if the shows I put in just aren't available from BTChat.
User avatar
Ian
Moderator
Posts: 752
Joined: January 1st, 2011, 7:00 am

Re: FlexGet RSS Feeds

Post by Ian »

If you paste the URL you're using in your config.yml script into your browser (eg. http://rss.bt-chat.com/?group=3) do you see the show(s) you're interested in?

Ian.
User avatar
kiniku70
Member
Member
Posts: 12
Joined: February 19th, 2015, 9:01 pm

Re: FlexGet RSS Feeds

Post by kiniku70 »

Thanks. I went ahead and added one from their list as a test. I guess tomorrow will tell.
Post Reply