Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Download-showrss Task didn't produce any entries. This is likely due to a mis-configured or non-functional input

$
0
0

Hello, I’m trying to get the last piece of configuration to work with Flexget, but it returns me this error when I try to execute it.

Here is the relevant information:

Command output:

root@raspberrypi:~# flexget execute
2020-06-09 16:38:34 VERBOSE  task_queue                    There are 2 tasks to execute. Shutdown will commence when they have completed.
2020-06-09 16:38:35 WARNING  details       download-showrss Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2020-06-09 16:38:35 VERBOSE  details       download-showrss Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)

[...MORE LINES...]

Config file:

tasks:
  # downloading task and remove finished torrents
  # called via cron every 30 minutes. 
  download-showrss:
    rss:
      url: http://showrss.info/user/<THE ID>.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
    all_series: yes
    transmission:
      host: <the url>
      port: <the port>
      username: <my username>
      password: <my password> 
    from_transmission:
      host: <the url>
      port: <the port>
      only_complete: yes
      username: <my username>
      password: <my password>
  # sorting task called on torrent done
  sort-shows:
[...MORE STUFF...]

What is it I’m doing wrong? I assume the broken piece is the first one, “rss:” and maybe the URL, because it connects to transmission just fine.

Can you please help me? Thanks in advance.

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles