Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all 376 articles
Browse latest View live

How to I set allow_seasonless to all_series?

$
0
0

@quekky wrote:

I have this config

tasks:
  task1:
    html:
      url: https://somepage
    accept_all: yes
    parsing:
      series: guessit
    all_series:
      upgrade: yes
      identified_by: ep
      date_yearfirst: yes
    exec: echo "{{title}} {{url}} -> {{ series_name }} - {{ series_id }} - {{quality}}"

Log:

2019-06-05 19:37 DEBUG    parser_guessit task1           Parsing series: `Dancing.High.E01.1080p.WEB-DL.AAC.H.264.KMX.mkv` [options: {'name': None, 'identified_by': 'ep', 'allow_seasonless': False}]
2019-06-05 19:37 DEBUG    parser_guessit task1           Parsing result: <SeriesParseResult(data=Dancing.High.E01.1080p.WEB-DL.AAC.H.264.KMX.mkv,name=Dancing High,id=None,season=None,season_pack=False,episode=None,quality=1080p webdl h264 aac,proper=0,special=False,status=INVALID)> (in 62.5 ms)
2019-06-05 19:37 DEBUG    parser_guessit task1           Parsing series: `Dancing.High.E01.180907.720p-NEXT.mp4` [options: {'name': None, 'identified_by': 'ep', 'allow_seasonless': False}]
2019-06-05 19:37 DEBUG    parser_guessit task1           Parsing result: <SeriesParseResult(data=Dancing.High.E01.180907.720p-NEXT.mp4,name=Dancing High,id=None,season=None,season_pack=False,episode=None,quality=720p,proper=0,special=False,status=INVALID)> (in 15.625 ms)

There's no episode numbers returned.

Looking at the options passed to parser_guessit, I guess need to set the allow_seasonless=True. But how do I set it?

If I set in the config

allow_seasonless: yes

I got

[/tasks/task1/all_series] The key allow_seasonless is not valid here.

Posts: 1

Participants: 1

Read full topic


Issue updating Trakt lists

$
0
0

@QuaCKeReD wrote:

Hi,
Pretty new to this, but seem to be having an issue with updating Trakt lists with data fed from IMDB - only for TV Shows, Movies work fine!

I have a task that pulls direct from IMDB and pipes to Trakt;

  imdb_tvshows_to_trakt:
    imdb_watchlist:
      user_id: xxx
      list: xxx
      force_language: en-gb
    disable: seen
    accept_all: yes
    list_add:
      - trakt_list:
          username: xxx
          account: xxx
          list: tv-shows
          type: shows
          strip_dates: yes

the task runs, sees accepted entries, and output says it has added......but nothing showing in Trakt

So, I tried pulling from IMDB to an internal list then piping that to Trakt;

  test_imdb_to_list:
    imdb_watchlist:
      user_id: xxx
      list: xxx
      force_language: en-gb
    disable: seen
    accept_all: yes
    list_add:
      - entry_list: tv-list

  test_list_to_trakt:
    entry_list: tv-list
    disable: seen
    accept_all: yes
    list_add:
      - trakt_list:
          username: xxx
          account: xxx
          list: tv-shows
          type: shows
          strip_dates: yes

Again, accepted entries, says it has done it, but nothing showing on Trakt

I have even tried removing auth, confirming it fails, re-adding account and confirming....everything looks good, except the lack of it actually adding the show to the list on Trakt...

I am thinking that maybe Trakt is not 'seeing' the entries as shows, so just not adding them....but I have no idea how to turn the IMDB entries into a format it will accept

Any help, at all, would be greatly received!!!

Thanks

Posts: 2

Participants: 1

Read full topic

Problem with renaming with deluge

$
0
0

@luizoti wrote:

Hi,
It is also a problem that the flexget rebuilds the dados da serie e episodio, which has not yet been redeemed.

That is why it is important to note that the series, which is not the same as the one, is the same as the solution?

Part of the log:

https://pastebin.com/B84c7h2a

Posts: 1

Participants: 1

Read full topic

ValueError: Trying to render non string template or unrecognized template format, got None

$
0
0

@paul_poco wrote:

ValueError: Trying to render non string template or unrecognized template format, got None

2019-07-09 19:27 INFO deluge_client.client karmorra Connecting to localhost:58846
2019-07-09 19:27 ERROR set karmorra Could not set content_filename for Show One US S04E07 720p HDTV x264 AVS: (UndefinedError) 'series_name' is undefined
2019-07-09 19:27 ERROR set karmorra Could not set move_completed_path for Show One US S04E07 720p HDTV x264 AVS: (UndefinedError) 'series_name' is undefined
2019-07-09 19:27 CRITICAL task karmorra BUG: Unhandled error in plugin deluge: Trying to render non string template or unrecognized template format, got None
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/flexget/task.py", line 522, in _runplugin
return method(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/flexget/event.py", line 23, in call
return self.func(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/flexget/plugins/clients/deluge.py", line 377, in on_task_output
entry.get('move_completed_path', config['move_completed_path'])
File "/usr/lib/python3.7/site-packages/flexget/entry.py", line 300, in render
% repr(template)
ValueError: Trying to render non string template or unrecognized template format, got None

Posts: 1

Participants: 1

Read full topic

Trying to reject already watched episodes on Trakt

$
0
0

@Joao_Aires_de_Matos wrote:

Hello guys
I've seen several questions and tried several methods
I want to download only the not watched series on trakt.
Right now I have this
download-series-discover:
priority: 8
template:
- series
- reject
- torrents
- transmission-series
- pushbullet
magnets: yes
convert_magnet:
timeout: 10 seconds
force: yes
trakt_lookup:
account: daweasel27
username: daweasel27
if:
- trakt_watched: reject
if:
- "not trakt_ep_first_aired or trakt_ep_first_aired < now": reject

Posts: 1

Participants: 1

Read full topic

regexp_list not working with discover

$
0
0

@snickers2k wrote:

Discover is not working with regexp_list.
Same Task with movie_list instead is working just fine.

2019-08-01 17:14 INFO     performance                   Enabling plugin and SQLAlchemy performance debugging
2019-08-01 17:14 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2019-08-01 17:14 INFO     interval      Movies_Watchlist_Search_DE_Main Ignoring interval because of --now
2019-08-01 17:14 VERBOSE  discover      Movies_Watchlist_Search_DE_Main Discovering 982 titles ...
2019-08-01 17:14 CRITICAL discover      Movies_Watchlist_Search_DE_Main Looks like your inputs in discover configuration produced over 500 entries, please reduce the amount!
2019-08-01 17:14 INFO     discover      Movies_Watchlist_Search_DE_Main Ignoring interval because of --discover-now
2019-08-01 17:14 VERBOSE  details       Movies_Watchlist_Search_DE_Main Task didn't produce any entries.
2019-08-01 17:14 VERBOSE  manipulate    Movies_Watchlist_Search_DE_Main Modified 0 entries.
2019-08-01 17:14 VERBOSE  details       Movies_Watchlist_Search_DE_Main Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

  Movies_Watchlist_Search_DE_Main:
    quality: '{? quality.main ?}'
    discover:
      what:
#        - movie_list: Default
        - regexp_list: Default
      from:
        - searchHdarea:
            hoster: '{? Settings.Hoster ?}'
        - searchHdworld:
            hoster: '{? Settings.Hoster ?}'
        - searchMovieBlog:
            hoster: '{? Settings.Hoster ?}'
    list_match:
      from:
        - movie_list: Default

Of course i double checked that the regexp_list is filled.

sudo flexget regexp-list list Default

┌────────────────────────────────────────────────────────────────────────────┐
│ Regexp                                                                     │
├────────────────────────────────────────────────────────────────────────────┤
│ Bobby 2006                                                                 │
│ Vanity Fair Killers Kill Dead Men Die 2007                                 │
│ If I Had Known I Was a Genius 2007                                         │
│ Streets of Blood 2009                                                      │
│ Border Run 2012                                                            │
│ Lovelace 2013

don't know whats wrong :confused:

Posts: 1

Participants: 1

Read full topic

Configuration for 1337x

$
0
0

@gordionknot wrote:

Hello,
I'm very new on configuring flexget and I need some help. I appreciate if someone can help. I would likte to be able to download ebooks and audiobooks on 1337x.to. I've tried some plugins such as 1337x, rss but they didnt work.
Thanks so much in advance.

Posts: 1

Participants: 1

Read full topic

What's the most usable plugin for anime?

$
0
0

@tuxbeej wrote:

Hi,

I've been using Flexget for a few years now and really like how it works. I managed to get configure_series set up with the myanimelist plugin and everything worked great; it would just pull from my Watching list and use that to match against RSS feeds. I could use an unofficial iPhone app to browse and add series to my MyAnimeList watching list, so I could do everything without having to touch a computer.

However, myanimelist.net had a big shakeup several seasons ago and at the time, the myanimelist plugin for Flexget stopped working. I don't know if this is because of myanimelist changing their API or just how the backend worked. But I tried the anidb plugin next, which might've worked, but I found the website really dense and with the lack of an iPhone app, I kept looking.

I've been using the Kitsu.io iPhone app in conjunction with the kitsu flexget plugin, and I've decided I just don't like using kitsu. So I want to change again and this time find the most usable or reliable plugin I can that works great with anime.

What is everyone else using right now to download anime? What do your configs look like?

Posts: 1

Participants: 1

Read full topic


Delete trakt-watched movies?

$
0
0

@jgrn307 wrote:

I'm having a problem with this config -- it works fine cleaning watched shows, but not with movies. Thoughts?

delete-watched-movies:
disable:
- seen
filesystem:
path: /pathto/moviesfolder
recursive: yes
list_match:
from:
- trakt_list:
username: [myusername]
account: [myusername]
list: watched
type: movies
strip_dates: yes
action: accept
remove_on_match: no
delete:
clean_source: 1
allow_dir: yes
thetvdb_lookup: yes
metainfo_series: yes

I get:

2019-09-29 16:46 VERBOSE details delete-watched-movies Summary - Accepted: 0 (Rejected: 0 Undecided: 322 Failed: 0)

Thoughts?

Posts: 2

Participants: 1

Read full topic

Can't upgrade FlexGet from 2.18.5

$
0
0

@zapp7 wrote:

Trying to upgrade flexget using:

sudo pip install --upgrade flexget

It tells me all of the packages are already up-to-date. However, when I run flexget -V it tells me I am still on version 2.18.5 and that the latest version is 2.21.22.

I am running on OSMC (Debian).

Posts: 1

Participants: 1

Read full topic

How to filter movies by release date?

$
0
0

@avishayil wrote:

Hi,
I'd like to filter movies coming from my source (trakt), and then add the movie to the movie_list only if it's released on the last 6 months.
Any idea how to do that?

Posts: 1

Participants: 1

Read full topic

[FEATURE REQUEST] Allow "Include" plugin as a top-level key

$
0
0

@jlyle wrote:

First, sorry to put this as uncategorized, it won't let me create a topic in the "Feature Request" category.

With that out of the way, Id like to propose using the include plugin as a top-level key.

I think this will help with complex configuration by allowing people to split templates up into different files. For example:

include:
  - input_rss_templates.yaml
  - filter_templates.yaml
  - output_templates.yaml
....

Then each file has a top level template key and whatever templates the user desires. Of course I assume this would also work with tasks and other top-level keys as well.

Posts: 1

Participants: 1

Read full topic

Wildcards in TV:Series Templates?

$
0
0

@RebelTaz wrote:

I have tried searching for this, but I could not find it anywhere. Is it possible to use wildcards in the TV:Series templates? For example, if I there is a show with both British and American versions and I want both, could I use something similar to

- Show*

to select both "Show US" and "Show"?

Posts: 1

Participants: 1

Read full topic

How can a mix different source and quality as an or statement?

$
0
0

@micdhack wrote:

How can setup so that my quality statement can accept hdtv releases that do not specify bitrate? See my log below, I want to be able to accept the ignored release: The Orville S02E06 HDTV x264-CRAVERS

2019-02-02 10:20 VERBOSE series eztv Ignored The Orville S02E06 HDTV x264-CRAVERS. Does not meet quality requirement 480p-720p tvrip+.
2019-02-02 10:20 VERBOSE task eztv ACCEPTED: The Orville S02E06 720p HDTV x264-CRAVERS by series plugin because target quality
2019-02-02 10:20 VERBOSE task eztv REJECTED: Blindspot S04E11 Careless Whisper 720p AMZN WEB-DL DDP5 1 H 264-NTb by series plugin because entity has already been downloaded
2019-02-02 10:20 VERBOSE details eztv Summary - Accepted: 1 (Rejected: 1 Undecided: 48 Failed: 0)
2019-02-02 10:20 INFO deluge_client.client eztv Connecting to localhost:58846
2019-02-02 10:20 INFO deluge_client.client eztv Connecting to localhost:58846
2019-02-02 10:20 VERBOSE deluge eztv Adding The Orville S02E06 720p HDTV x264-CRAVERS to deluge.

Posts: 1

Participants: 1

Read full topic

thetvdb_list just stopped working (Unauthorized for url)

$
0
0

@NoName wrote:

So for the last couple of days thetvdb_list has not been able to fetch my favourite series.
I constantly get this error:

DEBUG    utils.requests TLTV            POSTing URL https://api.thetvdb.com/login with args () and kwargs {'data': None, 'json': {'apikey': 'CorrectAPIkey', 'username': 'CorrectAPIusername', 'userkey': 'CorrectAPIuserkey'}, 'timeout': 30}
configure_series            Error during input plugin thetvdb_list: Error retrieving favorites from thetvdb: 401 Client Error: Unauthorized for url: https://api.thetvdb.com/login
configure_series          Did not get any series to generate series configuration

I have not changed any configuration and username: account_id: and api_key: is as shown on Member API page.

Flexget has been updated to 3.0.2 (but the issue started with 2.x.x) and works as usual except from above issue.

Would much appreciate any ones input!

Edit: Added DEBUG

Posts: 7

Participants: 4

Read full topic


Flexget bechmark

$
0
0

@effemmeffe wrote:

I run flexget as a daemon on my ubuntu server running on an intel nuc.
Every time flexget runs it takes forever to complete my configuration and I'd like to check which task is taking so much time.
plus, if I try to restart the flexget service sometimes it takes few seconds and sometimes it takes about a minute to restart.
Is there some way I can check why it takes so long to restart and how much time a task runs?
TIA

Posts: 1

Participants: 1

Read full topic

Unable to update flexget past version 2.21.35 on Synology NAS

$
0
0

@alirz1 wrote:

Hi All,

I cant seem to get my flexget updated past version 2.21.35. I have tried my best to make sure python3.x is installed. however on my synology pythong 2.7 also exists and im not sure if that is preventing the update of flexget. below is the information. would someone have some pointers for me? Thanks

`root@nas:~/.config/flexget>flexget -V
2.21.35
Latest release: 3.0.10

root@nas:~/.config/flexget>/volume1/@appstore/py3k/usr/local/bin/python3 -V
Python 3.5.1
root@nas:~/.config/flexget>which python
/bin/python
root@nas:~/.config/flexget>/bin/python -V
Python 2.7.12

root@nas:~/.config/flexget>echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin:/root/.config/flexget/env/bin

root@nas:~/.config/flexget>/root/.config/flexget/env/bin/pip install --upgrade flexget
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Requirement already up-to-date: flexget in ./env/lib/python2.7/site-packages (2.21.35)
Requirement already satisfied, skipping upgrade: markupsafe==1.0 in ./env/lib/python2.7/site-packages (from flexget) (1.0)
Requirement already satisfied, skipping upgrade: cheroot==5.5.0 in ./env/lib/python2.7/site-packages (from flexget) (5.5.0)
Requirement already satisfied, skipping upgrade: tempora==1.8 in ./env/lib/python2.7/site-packages (from flexget) (1.8)
Requirement already satisfied, skipping upgrade: python-dateutil==2.6.1 in ./env/lib/python2.7/site-packages (from flexget) (2.6.1)
Requirement already satisfied, skipping upgrade: plumbum==1.6.3 in ./env/lib/python2.7/site-packages (from flexget) (1.6.3)
Requirement already satisfied, skipping upgrade: idna==2.5 in ./env/lib/python2.7/site-packages (from flexget) (2.5)
Requirement already satisfied, skipping upgrade: requests==2.21.0 in ./env/lib/python2.7/site-packages (from flexget) (2.21.0)
Requirement already satisfied, skipping upgrade: zipp==0.6.0 in ./env/lib/python2.7/site-packages (from flexget) (0.6.0)
Requirement already satisfied, skipping upgrade: rpyc==4.0.1 in ./env/lib/python2.7/site-packages (from flexget) (4.0.1)
Requirement already satisfied, skipping upgrade: progressbar==2.5 in ./env/lib/python2.7/site-packages (from flexget) (2.5)
Requirement already satisfied, skipping upgrade: tzlocal==1.4 in ./env/lib/python2.7/site-packages (from flexget) (1.4)
Requirement already satisfied, skipping upgrade: flask-restplus==0.10.1 in ./env/lib/python2.7/site-packages (from flexget) (0.10.1)
Requirement already satisfied, skipping upgrade: importlib-metadata==0.23 in ./env/lib/python2.7/site-packages (from flexget) (0.23)
Requirement already satisfied, skipping upgrade: webencodings==0.5.1 in ./env/lib/python2.7/site-packages (from flexget) (0.5.1)
Requirement already satisfied, skipping upgrade: flask-restful==0.3.6 in ./env/lib/python2.7/site-packages (from flexget) (0.3.6)
Requirement already satisfied, skipping upgrade: six==1.10.0 in ./env/lib/python2.7/site-packages (from flexget) (1.10.0)
Requirement already satisfied, skipping upgrade: cherrypy==10.2.2 in ./env/lib/python2.7/site-packages (from flexget) (10.2.2)
Requirement already satisfied, skipping upgrade: pyparsing==2.2.0 in ./env/lib/python2.7/site-packages (from flexget) (2.2.0)
Requirement already satisfied, skipping upgrade: sqlalchemy==1.3.3 in ./env/lib/python2.7/site-packages (from flexget) (1.3.3)
Requirement already satisfied, skipping upgrade: feedparser==5.2.1 in ./env/lib/python2.7/site-packages (from flexget) (5.2.1)
Requirement already satisfied, skipping upgrade: flask-login==0.4.0 in ./env/lib/python2.7/site-packages (from flexget) (0.4.0)
Requirement already satisfied, skipping upgrade: click==6.7 in ./env/lib/python2.7/site-packages (from flexget) (6.7)
Requirement already satisfied, skipping upgrade: zxcvbn-python==4.4.15 in ./env/lib/python2.7/site-packages (from flexget) (4.4.15)
Requirement already satisfied, skipping upgrade: babelfish==0.5.5 in ./env/lib/python2.7/site-packages (from flexget) (0.5.5)
Requirement already satisfied, skipping upgrade: apscheduler==3.5.0 in ./env/lib/python2.7/site-packages (from flexget) (3.5.0)
Requirement already satisfied, skipping upgrade: aniso8601==1.2.1 in ./env/lib/python2.7/site-packages (from flexget) (1.2.1)
Requirement already satisfied, skipping upgrade: html5lib==0.999999999 in ./env/lib/python2.7/site-packages (from flexget) (0.999999999)
Requirement already satisfied, skipping upgrade: colorclass==2.2.0 in ./env/lib/python2.7/site-packages (from flexget) (2.2.0)
Requirement already satisfied, skipping upgrade: portend==1.8 in ./env/lib/python2.7/site-packages (from flexget) (1.8)
Requirement already satisfied, skipping upgrade: pynzb==0.1.0 in ./env/lib/python2.7/site-packages (from flexget) (0.1.0)
Requirement already satisfied, skipping upgrade: path.py==11.5.0 in ./env/lib/python2.7/site-packages (from flexget) (11.5.0)
Requirement already satisfied, skipping upgrade: pytz==2017.2 in ./env/lib/python2.7/site-packages (from flexget) (2017.2)
Requirement already satisfied, skipping upgrade: certifi==2017.4.17 in ./env/lib/python2.7/site-packages (from flexget) (2017.4.17)
Requirement already satisfied, skipping upgrade: jinja2==2.10.1 in ./env/lib/python2.7/site-packages (from flexget) (2.10.1)
Requirement already satisfied, skipping upgrade: beautifulsoup4==4.6.0 in ./env/lib/python2.7/site-packages (from flexget) (4.6.0)
Requirement already satisfied, skipping upgrade: future==0.16.0 in ./env/lib/python2.7/site-packages (from flexget) (0.16.0)
Requirement already satisfied, skipping upgrade: itsdangerous==0.24 in ./env/lib/python2.7/site-packages (from flexget) (0.24)
Requirement already satisfied, skipping upgrade: chardet==3.0.3 in ./env/lib/python2.7/site-packages (from flexget) (3.0.3)
Requirement already satisfied, skipping upgrade: flask==1.0.2 in ./env/lib/python2.7/site-packages (from flexget) (1.0.2)
Requirement already satisfied, skipping upgrade: pyyaml==5.1.2 in ./env/lib/python2.7/site-packages (from flexget) (5.1.2)
Requirement already satisfied, skipping upgrade: flask-compress==1.4.0 in ./env/lib/python2.7/site-packages (from flexget) (1.4.0)
Requirement already satisfied, skipping upgrade: terminaltables==3.1.0 in ./env/lib/python2.7/site-packages (from flexget) (3.1.0)
Requirement already satisfied, skipping upgrade: guessit==3.0.3 in ./env/lib/python2.7/site-packages (from flexget) (3.0.3)
Requirement already satisfied, skipping upgrade: rebulk==0.9.0 in ./env/lib/python2.7/site-packages (from flexget) (0.9.0)
Requirement already satisfied, skipping upgrade: flask-cors==3.0.2 in ./env/lib/python2.7/site-packages (from flexget) (3.0.2)
Requirement already satisfied, skipping upgrade: werkzeug==0.15.6 in ./env/lib/python2.7/site-packages (from flexget) (0.15.6)
Requirement already satisfied, skipping upgrade: urllib3==1.24.2 in ./env/lib/python2.7/site-packages (from flexget) (1.24.2)
Requirement already satisfied, skipping upgrade: jsonschema==2.6.0 in ./env/lib/python2.7/site-packages (from flexget) (2.6.0)
Requirement already satisfied, skipping upgrade: pyrss2gen==1.1 in ./env/lib/python2.7/site-packages (from flexget) (1.1)
Requirement already satisfied, skipping upgrade: more-itertools in ./env/lib/python2.7/site-packages (from zipp==0.6.0->flexget) (5.0.0)
Requirement already satisfied, skipping upgrade: configparser>=3.5; python_version < "3" in ./env/lib/python2.7/site-packages (from importlib-metadata==0.23->flexget) (4.0.2)
Requirement already satisfied, skipping upgrade: contextlib2; python_version < "3" in ./env/lib/python2.7/site-packages (from importlib-metadata==0.23->flexget) (0.6.0.post1)
Requirement already satisfied, skipping upgrade: pathlib2; python_version == "3.4.*" or python_version < "3" in ./env/lib/python2.7/site-packages (from importlib-metadata==0.23->flexget) (2.3.5)
Requirement already satisfied, skipping upgrade: funcsigs; python_version == "2.7" in ./env/lib/python2.7/site-packages (from apscheduler==3.5.0->flexget) (1.0.2)
Requirement already satisfied, skipping upgrade: setuptools>=0.7 in ./env/lib/python2.7/site-packages (from apscheduler==3.5.0->flexget) (42.0.1)
Requirement already satisfied, skipping upgrade: futures; python_version == "2.7" in ./env/lib/python2.7/site-packages (from apscheduler==3.5.0->flexget) (3.3.0)
Requirement already satisfied, skipping upgrade: backports.os; python_version == "2.7" and sys_platform == "linux2" in ./env/lib/python2.7/site-packages (from path.py==11.5.0->flexget) (0.1.1)
Requirement already satisfied, skipping upgrade: functools32; python_version == "2.7" in ./env/lib/python2.7/site-packages (from jsonschema==2.6.0->flexget) (3.2.3.post2)
Requirement already satisfied, skipping upgrade: scandir; python_version < "3.5" in ./env/lib/python2.7/site-packages (from pathlib2; python_version == "3.4.*" or python_version < "3"->importlib-metadata==0.23->flexget) (1.10.0)`

Posts: 2

Participants: 2

Read full topic

Archive vs digest

Annoying warnings from RSS

$
0
0

@AndreasT wrote:

In my configuration I'm using the RSS plugin. In general it works fine, i can see that items are detected in the RSS feeds, and i can see the ones i want getting filtered out and downloaded etc.

However, the console it filled with warning messages like this;

2019-12-02 10:03 WARNING details RSS_TASK Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.

In my RSS configuration I'm using the "all_entries: no" option. I assume that if the RSS task runs, and there are no NEW items in the feed, then that warning message for the task is issued? Hence with my configuration its a "false positive" warning, that comes not from a faulty configuration, but actually from the outcome of a valid config.

Could a dev maybe please help me verify if this is the case, or if it indeed is my config that may be wrong?

I also added the "silent: yes" option to my RSS config, but no effect, warning is still shown.

Thanks in advance!

PS. Im using Python 3.8.0 + Flexget 3.0.12 DS.

Posts: 1

Participants: 1

Read full topic

Flexget not working with qBittorrent v4.2

$
0
0

@gsapient wrote:

I recently upgraded to qBittorrent 4.2 from 4.1.9.1 and it has stopped getting torrents from flexget. Everything was working normally with versions up to 4.1.9.1, but after the upgrade, although I can see from the flexget log that torrents are being downloaded, they are not being added to qbittorrent. Is there a fix?

Posts: 1

Participants: 1

Read full topic

Viewing all 376 articles
Browse latest View live