Wingysam / Christmas-Community

Christmas lists for families
GNU Affero General Public License v3.0
212 stars 39 forks source link

FetchError when adding items to the wishlist #82

Closed PeteS4 closed 1 year ago

PeteS4 commented 1 year ago

I don't know when exactly this problem started, but whenever I add an item to the wishlist, I get the following error message:

FetchError: request to https://store.steampowered.com/app/782330/DOOM_Eternal/ failed, reason: getaddrinfo EAI_AGAIN store.steampowered.com

(of course with different URLs, this is just a random example from the Steam front page) The item is added nevertheless, but without an image, so maybe something broke in the image extraction code?

Wingysam commented 1 year ago

Yeah looks like an issue in get-product-data. I'll look into that today.

PeteS4 commented 1 year ago

Actually, nevermind. I just rebuilt my docker image to integrate the translation update and now it's working again. Maybe some node library changed? Sorry to startle you.. :grimacing: