Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

New RSS-Entries not processed / Status invalid

$
0
0

@fallback wrote:

Hi guys,

I got this basic config :

tasks:
  tv-feed:
	rss:  ####
	series:
	  settings:
		720p:
		  tracking: no
		  assume_special: True
		720-1080p:
		  tracking: no
		  assume_special: True
		1080p:
		  tracking: no
		  assume_special: True
	  720-1080p:
		- Series01:
			begin: s03e00
		- Series02:
			begin: s07e00
	  720p:
		- Series03:
			begin: s01e00
		- Series04:
			begin: s01e00
	  1080p:
		- Series05:
			begin: s07e00
	sabnzbd:
	  key: XXX
	  url: XXX
	  category: XXX

schedules:
  - tasks: 'tv-feed'
	interval:
	  minutes: 15

In general it's working like it should. But unfortunately it seems that new rss entries are not fetched. Although there are plenty of new entries in the rss-feed, flexget keeps showing the same initial ones:

The command is as following (with --test):

/usr/local/bin/flexget --logfile=/var/log/flexgetlog -L verbose--test -c /etc/flexget/config.yml execute --tasks tv-feed --no-cache

Logfile:

So at frist i checked the rss-feed with curl - and yes .. many legit new entries. Then I tried the above command with 'debug'-Loglevel. And it seems flexget 'reads' the new entries correct, but for somehow doesnt processes them. So i guess caching is not the problem.

Logfile:

I guess it's because of the "status=INVALID"-Flag. But where does this come from?
Did i miss something basic? Do you have any ideas on this?

If helping information on this are missing, please let me know! I hope the anonymized logs are good to read.

Thank you in advance!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles