@Amishman wrote:
This is the error message I get when I run Flexget:
BUG: Unhandled error in plugin configure_series: 'Extensions' object has no attribute 'get_extension_for_class'
It then creates a crash log and tells me to check my version. I have script that automatically updated to the newest version if there is one. I am running version 2.6.1.
Here is the link to the crash.log. https://dl.dropboxusercontent.com/u/22294357/crash_report.2016.11.19.072411281000.log
My config.yml
https://dl.dropboxusercontent.com/u/22294357/Config.ymlIt passes check.
secrets: secrets.yml schedules: - tasks: '*' interval: minutes: 30 templates: common_tv_rss: inputs: - rss: http://showrss.info/user/98577.rss?magnets=true&namespaces=true&name=null&quality=null&re=null - rss: http://extratorrent.cc/rss.xml?type=popular&cid=8 - rss: https://www.limetorrents.cc/rss/20/ - rss: https://www.torlock.com/television/rss.xml - rss: http://www.torrentbit.net/rss.xml?cat_id=7 - rss: https://www.torrentfunk.com/tv/rss.xml notify_tv: pushbullet: apikey: '{{ secrets.notify.apikey }}' title: "{{series_name}} {{series_id}}" body: "Download started" tv_shows: configure_series: from: trakt_list: account: '{{ secrets.trakt.usr }}' list: 720p_list type: shows strip_dates: yes settings: quality: hdtv+ 720p propers: yes tracking: backfill upgrade: yes content_filter: require: - '*.avi' - '*.mkv' - '*.mp4' reject: - '*.exe' strict: no regexp: reject: - spanish - italian - german - french - dutch - hindi - Español - x265 discover: what: - trakt_list: account: '{{ secrets.trakt.usr }}' list: 720p_list type: shows strip_dates: yes from: - rarbg: category: [18, 41] min_seeders: 1 - piratebay: category: highres tv - 1337x: yes - extratorrent: category: tv - limetorrents: category: tv torrent_alive: yes magnets: yes download: G:\Torrents to Download tasks: shows: template: - tv_shows - common_tv_rss - notify_tv
How can I fix this?
Posts: 3
Participants: 2