Open sesh opened 1 year ago
Ah, bummer. HN is blocking the hnrss server from fetching their /favorites endpoint. Which is needed to populate the list of story IDs to be passed onto Algolia. Looks like they've been blocking it for awhile now (at least since June 16).
FWIW, I can't say I blame them. It's probably an expensive endpoint to maintain with a long-tail that makes caching hard and it's a pretty popular feed on hnrss . I never particularly liked the HTML parsing, I just couldn't figure out another way.
I'll see if I can surface favorites data from the official API. Or one could self-host the hnrss binary and favorites should come back (everything is working locally).
If I can't get the official API to work, I'll probably have to retire this endpoint.
Thanks for the report.
Thanks for looking into it and the quick response. I figured it would be something like this.
My use-case is a very small side project, so I'll likely just parse the HTML myself and keep calls to a few a day to stay under the radar.
Thanks for your great work on this project!
Currently the endpoint does not return any items.