Closed rgemulla closed 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.
Thanks, I remember fixed feed-id similar issue before. Merged now!
feed-id
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.