weiran / Hackers

Hackers is an elegant iOS app for reading Hacker News written in Swift.
http://weiran.co/hackers
MIT License
692 stars 109 forks source link

Icons disappeared #258

Closed syradar closed 1 year ago

syradar commented 1 year ago

On 4.7.11 the favicons don’t load :( 00C279BC-08A6-4E5A-ACE2-C939045F3F3E

weiran commented 1 year ago

Thumbnails rely on an API, who's hosting account has reached its spending limit this month. It will reset tomorrow (6 Feb) and I'll look into reducing its cost.

syradar commented 1 year ago

Maybe some URL caching with a longish TTL might work. Either in the app but perhaps preferably in the API.

syradar commented 1 year ago

Oh and feel free to close

weiran commented 1 year ago

It's something else on that account causing the high cost, the thumbnail API has caching and 90% of requests are served from the cache :).

I will keep this issue open until it's fixed. Thanks for reporting.