dcramer / wp-lifestream

Lifestreaming plugin for Wordpress
http://forums.lifestrm.com/index.php
122 stars 31 forks source link

Cannot add feed, Lifestream sees an error page instead of a feed #69

Open skyfaller opened 13 years ago

skyfaller commented 13 years ago

I am using the updated version of Lifestream found at http://wordpress.org/extend/plugins/lifestream-update/ . I am trying to add my Github feed, found at https://github.com/skyfaller.private.actor.atom?token=fc76f6872371d9e6f06c9ad3d65457cc ... I have also tried adding https://github.com/skyfaller.atom as my Github feed with identical results. Either way, when I try to add the feed I get the following error:

There were errors with your request:

Error fetching feed from https://github.com/skyfaller.atom (XML error: Mismatched tag at line 10, column 10)....

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>GitHub - Server Error</title>
<link href="/stylesheets/bundle_common.css" me

Interestingly enough that "server error" page is not what I see when I visit in my browser, I get a well-formed Atom xml page, not an html page. And needless to say there is no mismatched tag at line 10, column 10.

I hope we can fix this, I would like to have my Github stream in my lifestream :)

mousey commented 13 years ago

Strange after playing around with adding the github extension its currently working on my blog:

see http://robertmcghee.co.uk/lifestream-live/

One thing I had to do was update the certs on my server as Github recently updated their cert and so I was getting errors regarding SSL see here for the CentOS fix: http://eric.lubow.org/2011/security/fixing-centos-root-certificate-authority-issues/

skyfaller commented 13 years ago

Weird, I'm getting a similar error from a feed on one of my blogs, I guess maybe this isn't Github-specific... not sure how to rename the bug. When I visit http://wrongsideofdawn.com/author/nelson/feed/ in my browser, I received a well-formed RSS 2.0 feed, but when I try to add it to lifestream I get the following error:

There were errors with your request:

Error fetching feed from http://wrongsideofdawn.com/author/nelson/feed/ (XML error: SYSTEM or PUBLIC, the URI is missing at line 1, column 48)....

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /au

This probably doesn't help you, but the blog that my lifestream is on is at http://skyfaller.net