LifePress icon indicating copy to clipboard operation
LifePress copied to clipboard

Twitter Feed Stopped Importing from Google Scripts

Open MitchellMcKenna opened this issue 10 years ago • 2 comments

I noticed twitter stopped importing from my twitter feed around April 25th. @MarcellusMusic confirmed the issue as well. I debugged it last week and it has to do with the RSS library SimplePie that LifePress uses. The error is being set is on line 1801 of the simplepie.php library: https://github.com/MitchellMcKenna/LifePress/blob/master/application/libraries/simplepie.php#L1801

I believe Google Scripts changed something on their end, and now SimplePie can't tell that the RSS feed is UTF-8 format. SimplePie then tries to convert it to UTF-8 which requires the mbstring PHP extension which many shared web hosts do not have turned on.

MitchellMcKenna avatar May 27 '14 18:05 MitchellMcKenna

Hello Mitchell

long time no read :-)

I use a self hosted service called 'tweetledee' for my twitter feeds (I have a status feed and a favourites feed) and it is working fine.

There is a GITHUB page for the service here: https://github.com/chrissimpkins/tweetledee

therourke avatar May 28 '14 13:05 therourke

Thanks guys I will check out the service. Mitch, have you had any luck with it yet?

On Wednesday, May 28, 2014, Daniel Rourke [email protected] wrote:

Hello Mitchell (long time no read:-)

I use a self hosted service called 'tweetledee' for my twitter feeds (I have a status feed and a favourites feed) and it is working fine.

There is a GITHUB page for the service here: https://github.com/chrissimpkins/tweetledee

— Reply to this email directly or view it on GitHub https://github.com/MitchellMcKenna/LifePress/issues/55#issuecomment-44404047 .

MarcellusMusic avatar Jun 04 '14 16:06 MarcellusMusic