fasheng / elfeed-protocol

Provide extra protocols to make like Fever, NewsBlur, Nextcloud/ownCloud News and Tiny Tiny RSS work with elfeed
GNU General Public License v3.0
100 stars 18 forks source link

No entries from FreshRSS fever api #54

Closed OmarAshkar closed 2 years ago

OmarAshkar commented 2 years ago

Please I need some help. I have configuration of FreshRSS like below. The logs shows that my feeds are imported, but no entries.

elfeed-log

[2022-08-03 12:16:18] [debug]: elfeed-protocol-fever: update feed list
[2022-08-03 12:16:18] [debug]: retrieve (http://127.0.0.1:8066/api/fever.php?api&feeds)
[2022-08-03 12:16:18] [debug]: elfeed-protocol-fever: found 3 feeds
[2022-08-03 12:16:18] [debug]: elfeed-protocol-fever: update entries with action update, arg 2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51
[2022-08-03 12:16:18] [debug]: elfeed-protocol-fever: get entries 2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51
[2022-08-03 12:16:18] [debug]: retrieve (http://127.0.0.1:8066/api/fever.php?api&items&with_ids=2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51)
[2022-08-03 12:16:18] [debug]: elfeed-protocol-fever: update, parsing entries, entry-mark: 1
[2022-08-03 12:16:18] [debug]: elfeed-protocol-fever: update, parsed 0 entries(0 unread, 0 starred, min-entry-id -1, max-entry-id -1) with 0.000057s, entry-mark: 1
   (setq  elfeed-feeds (list
                         (list "fever+http://admin@127.0.0.1:8066"
                               :api-url "http://admin@127.0.0.1:8066/api/fever.php"
                               :password "PASSWORD"))
          )
fasheng commented 2 years ago

The issue should be solved before, and I give a new tag for it just now. Please update to 0.8.1 and try again https://github.com/fasheng/elfeed-protocol/issues/53