oursqlcommunity-org / planet

Planet for the MySQL Community
13 stars 16 forks source link

[error] *** error: fetching feed 'com_esty_codeascraft_filtered' - HTTP status 404 Not Found #115

Open jfg956 opened 4 months ago

jfg956 commented 4 months ago

I have this in the logs:

[error] *** error: fetching feed 'com_esty_codeascraft_filtered' - HTTP status 404 Not Found

And https://siftrss.com/f/q8X9B8099Wv shows "Failed to download feed"...

But I can see the feed in a browser, and wget it:

wget https://www.etsy.com/codeascraft/rss
--2024-02-20 15:08:58--  https://www.etsy.com/codeascraft/rss
Resolving www.etsy.com (www.etsy.com)... 146.75.37.224
Connecting to www.etsy.com (www.etsy.com)|146.75.37.224|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]
Saving to: ‘rss’

rss                                                                                  [ <=>      ] 432.83K  --.-KB/s    in 0.01s

2024-02-20 15:08:58 (30.3 MB/s) - ‘rss’ saved [443222]

But trying to re-create it with siftrss, I get "Failed to download feed".

jfg956 commented 4 months ago

Tweeted about this: https://twitter.com/jfg956/status/1759959771438878865

jfg956 commented 4 months ago

In case it is useful...

jfg956 commented 4 months ago

Thanks to a comment by Ryan who maintains siftrss... https://twitter.com/RyanGittins/status/1760021334396948684

...reproducing a 403:

$ wget https://www.etsy.com/codeascraft/rss          --2024-02-20 19:24:02--  https://www.etsy.com/codeascraft/rss
Resolving www.etsy.com (www.etsy.com)... 146.75.33.224
Connecting to www.etsy.com (www.etsy.com)|146.75.33.224|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]
Saving to: ‘rss’

rss                     [ <=>                ] 432.83K  --.-KB/s    in 0.03s

2024-02-20 19:24:02 (14.6 MB/s) - ‘rss’ saved [443222]

$ rm -rf rss; wget https://www.etsy.com/codeascraft/rss
--2024-02-20 19:24:13--  https://www.etsy.com/codeascraft/rss
Resolving www.etsy.com (www.etsy.com)... 146.75.33.224
Connecting to www.etsy.com (www.etsy.com)|146.75.33.224|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-02-20 19:24:13 ERROR 403: Forbidden.