@Mirgolth wrote:
Hi,
I have a simple task to feed my Flexget movie queue list from Imdb watchlist.
watchlist: priority: 1 imdb_list: login: '{{ secrets.imdb.usr }}' password: '{{ secrets.imdb.pass }}' list: watchlist accept_all: yes list_add: - movie_list: watchlist list_remove: - imdb_list: login: '{{ secrets.imdb.usr }}' password: '{{ secrets.imdb.pass }}' list: watchlist disable: - seen
Then, my Imdb watchlist is always empty except a few times when I had a movie but is emptied right away after execution. My issue is my log is flooded with warnings :
2016-06-23 05:47 WARNING details watchlist Task didn't produce any entries. This is likely due to a mis-configured or non-functional input. 2016-06-23 06:17 WARNING details watchlist Task didn't produce any entries. This is likely due to a mis-configured or non-functional input. 2016-06-23 06:47 WARNING details watchlist Task didn't produce any entries. This is likely due to a mis-configured or non-functional input. 2016-06-23 07:17 WARNING details watchlist Task didn't produce any entries. This is likely due to a mis-configured or non-functional input. 2016-06-23 07:47 WARNING details watchlist Task didn't produce any entries. This is likely due to a mis-configured or non-functional input. 2016-06-23 08:17 WARNING details watchlist Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
Anyways to disable this error for this task ? Or a better way to get the same goal : easyly feed flexget for clicking on Imdb ?
Posts: 7
Participants: 3