Page 3 of 3

Re: FlexGet RSS Feeds

Posted: February 22nd, 2015, 6:27 pm
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

Re: FlexGet RSS Feeds

Posted: February 22nd, 2015, 7:57 pm
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?

Re: FlexGet RSS Feeds

Posted: February 22nd, 2015, 8:00 pm
by Ian
Sorry, I'm an idiot. I meant to say the file by default is located at: /var/lib/deluge/.flexget/config.yml

Re: FlexGet RSS Feeds

Posted: February 22nd, 2015, 8:56 pm
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?

Re: FlexGet RSS Feeds

Posted: February 22nd, 2015, 9:39 pm
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

Re: FlexGet RSS Feeds

Posted: February 23rd, 2015, 12:17 am
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 :)

Re: FlexGet RSS Feeds

Posted: February 23rd, 2015, 7:18 pm
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:

Re: FlexGet RSS Feeds

Posted: February 24th, 2015, 12:47 am
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.

Re: FlexGet RSS Feeds

Posted: February 24th, 2015, 7:12 pm
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.

Re: FlexGet RSS Feeds

Posted: February 24th, 2015, 7:25 pm
by kiniku70
Thanks. I went ahead and added one from their list as a test. I guess tomorrow will tell.