tt-rss 1.9 doesn't show the xkcd "What If?" feed ( http://what-if.xkcd.com/feed.atom ) as having any posts newer than "Random Sneeze Call".
Searching this forum turned up a comment by fox 5 months ago that maybe the feed uses some html5 "article" doodad that tt-rss doesn't (yet?) understand. Is this still what's tripping up tt-rss, or is there something new that's gumming things up?
Thanks.
xkcd "What If?" feed not working properly
- fox
- ^ me reading your posts ^
- Posts: 6318
- Joined: 27 Aug 2005, 22:53
- Location: Saint-Petersburg, Russia
- Contact:
Re: xkcd "What If?" feed not working properly
His feed is bad and he should feel bad.
Code: Select all
naboo:~:% GET http://what-if.xkcd.com/feed.atom | grep '<id>'
<id>http://what-if.xkcd.com/feed.atom</id>
<id>http://what-if.xkcd.com</id>
<id>http://what-if.xkcd.com</id>
<id>http://what-if.xkcd.com</id>
Re: xkcd "What If?" feed not working properly
There are already threads on XKCD's forums where people complain about the feed being broken, e.g
Unfortunately, nobody who is responsible seems to care about that.
- http://forums.xkcd.com/viewtopic.php?f=10&t=103815
- http://forums.xkcd.com/viewtopic.php?f=10&t=104152
Unfortunately, nobody who is responsible seems to care about that.
Re: xkcd "What If?" feed not working properly
fox & Paulchen:
Thanks. I dug up the xkcd site admin email address from the site's about page and sent those thread links.
Thanks. I dug up the xkcd site admin email address from the site's about page and sent those thread links.
Re: xkcd "What If?" feed not working properly
For now (hopefully the feed does get fixed), [1] is the plugin I use to (sort-of) clean up the feed. It's really hacky, but it works 
[1] https://github.com/lotrfan/ttrss_af_whatif

[1] https://github.com/lotrfan/ttrss_af_whatif
Re: xkcd "What If?" feed not working properly
Thanks. I've stopped using non-default plugins, though; it seems that you have to migrate them manually after a tt-rss version upgrade, and that's a bit of a pain.
-
- Mr. Awesome
- Posts: 97
- Joined: 19 Mar 2013, 18:07
Re: xkcd "What If?" feed not working properly
lotrfan wrote:https://github.com/lotrfan/ttrss_af_whatif
Thanks for this. I'd forgotten I was even subscribed to What If, didn't realize I'd missed three articles.
You've got a blank line at the bottom of init.php and it's causing extraneous output when the cron updater runs. I've sent you a pull request to fix it.
-
- Bear Rating Trainee
- Posts: 6
- Joined: 20 May 2013, 21:26
Re: xkcd "What If?" feed not working properly
Thanks for the link to that plugin. Was just contemplating writing my own, but this saves the effort.
re: manually migrating plugins. I setup my ttrss instance to be deployed with a Capistrano deploy script so it automatically migrates my plugins, makes sure caches are cleared, and lets me roll back to the previous revision if anything goes completely sideways. If anybody else has used Capistrano and is interested I can try to clean up the script a bit and post it for others. Capistrano is a Ruby gem so you'll have to get a Ruby stack running before you can deploy with it.
re: manually migrating plugins. I setup my ttrss instance to be deployed with a Capistrano deploy script so it automatically migrates my plugins, makes sure caches are cleared, and lets me roll back to the previous revision if anything goes completely sideways. If anybody else has used Capistrano and is interested I can try to clean up the script a bit and post it for others. Capistrano is a Ruby gem so you'll have to get a Ruby stack running before you can deploy with it.
Re: xkcd "What If?" feed not working properly
Thanks, but that would be overkill. It's already occurred to me that I could modify my cron job shell script to "redeploy" plugins when it detects that they're no longer in the tt-rss directory tree. I would just need time and motivation, which are both lacking at the moment.
- sleeper_service
- Bear Rating Overlord
- Posts: 884
- Joined: 30 Mar 2013, 23:50
- Location: Dallas, Texas
Re: xkcd "What If?" feed not working properly
HunterZ wrote:Thanks. I've stopped using non-default plugins, though; it seems that you have to migrate them manually after a tt-rss version upgrade, and that's a bit of a pain.
"I see your solution, and I reject it out of lazyness"
- fox
- ^ me reading your posts ^
- Posts: 6318
- Joined: 27 Aug 2005, 22:53
- Location: Saint-Petersburg, Russia
- Contact:
Re: xkcd "What If?" feed not working properly
The easiest way would be using git tbh.
-
- Bear Rating Trainee
- Posts: 6
- Joined: 20 May 2013, 21:26
Re: xkcd "What If?" feed not working properly
Capistrano is a bit overkill in this instance, but I was bored one evening and wanted a super simple rollback method and system to clean caches, restart my ttrss service, etc. I already use Capistrano for other projects and it deploys directly from the git repo. Turns a multi-step update into "git pull", "cap deploy"
Sometimes being lazy is hard work.
Sometimes being lazy is hard work.
Re: xkcd "What If?" feed not working properly
sleeper_service wrote:HunterZ wrote:Thanks. I've stopped using non-default plugins, though; it seems that you have to migrate them manually after a tt-rss version upgrade, and that's a bit of a pain.
"I see your solution, and I reject it out of lazyness"
Unabashedly, sir.
I still appreciated the heads-up about the plugin, though.
Re: xkcd "What If?" feed not working properly
The feed seems to be working again! I have 5 entries at least since this morning.
Re: xkcd "What If?" feed not working properly
I'll second that, seems like everything from the past month showed up, makes me happy 

Who is online
Users browsing this forum: No registered users and 4 guests