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:
2017-03-06 21:22 INFO manager Test mode, creating a copy from database ...
2017-03-06 21:22 INFO manager Test database created
2017-03-06 21:22 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2017-03-06 21:23 VERBOSE rss tv-feed Bozo error <class 'feedparser.CharacterEncodingOverride'> while parsing feed, but entries were produced, ignoring the error.
2017-03-06 21:23 VERBOSE details tv-feed Produced 243 entries.
2017-03-06 21:23 VERBOSE task tv-feed REJECTED: `Serie01 S01E10` by seen plugin because entry with title `Serie01 S01E10` is already marked seen in the task tv-feed at 2017-03-03 22:36
2017-03-06 21:23 VERBOSE task tv-feed REJECTED: `Serie01 S01E09` by seen plugin because entry with title `Serie01 S01E09` is already marked seen in the task tv-feed at 2017-03-03 22:36
2017-03-06 21:23 VERBOSE task tv-feed REJECTED: `Serie02 S01E04` by seen plugin because entry with title `Serie02 S01E04` is already marked seen in the task tv-feed at 2017-03-04 02:21
2017-03-06 21:23 VERBOSE task tv-feed REJECTED: `Serie03 S12E09` by seen plugin because entry with title `Serie03 S12E09` is already marked seen in the task tv-feed at 2017-03-01 23:36
2017-03-06 21:23 VERBOSE task tv-feed REJECTED: `Serie04 S04E08` by seen plugin because entry with title `Serie04 S04E08` is already marked seen in the task tv-feed at 2017-03-01 23:36
This paste has been truncated. show original
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:
2017-03-06 21:27 DEBUG manager Config file /etc/flexget/config.yml selected
2017-03-06 21:27 DEBUG manager sys.defaultencoding: ascii
2017-03-06 21:27 DEBUG manager sys.getfilesystemencoding: UTF-8
2017-03-06 21:27 DEBUG manager flexget detected io encoding: utf-8
2017-03-06 21:27 DEBUG manager os.path.supports_unicode_filenames: False
2017-03-06 21:27 INFO manager Test mode, creating a copy from database ...
2017-03-06 21:27 INFO manager Test database created
2017-03-06 21:27 DEBUG plugin Trying to load plugins from: [u'/etc/flexget/plugins', '/usr/local/lib/python2.7/dist-packages/flexget/plugins']
2017-03-06 21:27 DEBUG plugin (u'Plugin `%s` requires `%s` to load.', u'memusage', u'ext lib `guppy`')
2017-03-06 21:27 DEBUG plugin Plugins took 0.89 seconds to load. 274 plugins in registry.
This paste has been truncated. show original
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!