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
97 stars 18 forks source link

Ensure numeric id when parsing JSON from ttrss #35

Closed rgemulla closed 4 years ago

rgemulla commented 4 years ago

Syncing with TTRSS stopped working for me with error

Error running timer ‘elfeed-curl--call-callback’: (wrong-type-argument number-or-marker-p "2141")

Apparently the JSON returned by TTRSS contains a string representation of a number, instead of a numeric representation. This PR adds the appropriate string-to-number conversion.

fasheng commented 4 years ago

Thanks, I remember fixed feed-id similar issue before. Merged now!