Trouble with LifeHacker site

Last week I noticed that my LifeHacker feed wasn’t loading in tt-rss. The URL is LifeHacker
I am getting an HTTP 500 error from the site. I recognize that this is a server side error, not a client side error; so I’m not expecting that this is a bug in tt-rss.

I can visit the URL in my browser just fine. I can also use curl to download the feed from the server that tt-rss is running on; so I don’t think the IP is blacklisted. I expect that something in the request from tt-rss is not expected by LifeHacker and is causing their problem. I’m wondering if others are seeing this and if they have any ideas on what would be causing this.

tt-rss git commit: fea3089bde5b4abfdcc8b5a0314a7f82fcf25bea

https://lifehacker.com/rss does a HTTP 301 (Moved Permanently) redirect to https://lifehacker.com/feed/rss , which returns 500 Internal Server Error. I’m seeing this with curl, Chrome, and Firefox. Like you said, it’s a server side error (i.e. Lifehacker needs to fix their stuff).

I see the redirect, but https://lifehacker.com/feed/rss works perfectly for me.

Same now, so maybe they’ve fixed things. Or it’s a sporadic issue. Either way, not a tt-rss problem.

It’s working for me now as well. I guess they finally noticed it was broken.