Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitter Feed Stopped Importing from Google Scripts #55

Open
MitchellMcKenna opened this issue May 27, 2014 · 2 comments
Open

Twitter Feed Stopped Importing from Google Scripts #55

MitchellMcKenna opened this issue May 27, 2014 · 2 comments

Comments

@MitchellMcKenna
Copy link
Owner

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.

@therourke
Copy link

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

@MarcellusMusic
Copy link

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

On Wednesday, May 28, 2014, Daniel Rourke notifications@github.com 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
#55 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants