Hi,
don´t know if it´s a bug. Since yesterday my Twitter Plugin produce a failure report, sometimes one line, sometimes many lines - see screenshot https://skitch.com/roblen/ffp18/firesho ... tform-html
Don´t know that I change something. Since yesterday my Desktopeditor für S9y have a problem to connect to my blog - maybe this is the same failure?
Use Serendipity 1.5.5 und PHP 5.3.6.
Regards
Robert
Failure report - Twitter Plugin
Failure report - Twitter Plugin
Von 2005 bis 2020 nutzte ich Serendipity/S9y. Auch nach meinem Umstieg bin ich S9y weiterhin in Gedanken verbunden. Ein Dank ergeht an alle Forumsteilnehmer:innen, die mir hier weitergeholfen haben.
Nur ein Blog
Nur ein Blog
Re: Failure report - Twitter Plugin
Regards,
Ian
Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Ian
Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Re: Failure report - Twitter Plugin
Maybe... Thank you for the information.
As Twitter will change authentification with end of June the plugin maybe need some other changes...
As Twitter will change authentification with end of June the plugin maybe need some other changes...
Von 2005 bis 2020 nutzte ich Serendipity/S9y. Auch nach meinem Umstieg bin ich S9y weiterhin in Gedanken verbunden. Ein Dank ergeht an alle Forumsteilnehmer:innen, die mir hier weitergeholfen haben.
Nur ein Blog
Nur ein Blog
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Failure report - Twitter Plugin
Hi!
the way I read it it's an issue with bit.ly, their API call might no longer work. I've patched the twitter plugin to fail on that case without an error message, that's the best I can do right now...don't know what happens when bit.ly redirections won't work. You might need to use a different URL shortening service now, if this is not a temporary measure.
I don't have the spare time to keep up with all this sucking BC-breaking API changes. When do developers ever learn to honor backwards compatibility to not break things for "other people"?!?
Regards,
Garvin
the way I read it it's an issue with bit.ly, their API call might no longer work. I've patched the twitter plugin to fail on that case without an error message, that's the best I can do right now...don't know what happens when bit.ly redirections won't work. You might need to use a different URL shortening service now, if this is not a temporary measure.
I don't have the spare time to keep up with all this sucking BC-breaking API changes. When do developers ever learn to honor backwards compatibility to not break things for "other people"?!?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Failure report - Twitter Plugin
Hi Garvin,
thank you for the answer. I can change the short-url service... As Twitter change with July 2011 the authentification method there could be the next reason the make changes on the plugin?
thank you for the answer. I can change the short-url service... As Twitter change with July 2011 the authentification method there could be the next reason the make changes on the plugin?
Von 2005 bis 2020 nutzte ich Serendipity/S9y. Auch nach meinem Umstieg bin ich S9y weiterhin in Gedanken verbunden. Ein Dank ergeht an alle Forumsteilnehmer:innen, die mir hier weitergeholfen haben.
Nur ein Blog
Nur ein Blog
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Failure report - Twitter Plugin
Hi Robert!
I tend not to clutter my free time with keeping up on Twitter API changes as well. To which july 2011 changes are you referring to? I tried to google it, but didn't find specific changes...
Regards,
Garvin
I tend not to clutter my free time with keeping up on Twitter API changes as well. To which july 2011 changes are you referring to? I tried to google it, but didn't find specific changes...
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Failure report - Twitter Plugin
Mhh. I think it´s only a reauthenticating of an app. Then you can decide if the app could see you private messages or not...
Von 2005 bis 2020 nutzte ich Serendipity/S9y. Auch nach meinem Umstieg bin ich S9y weiterhin in Gedanken verbunden. Ein Dank ergeht an alle Forumsteilnehmer:innen, die mir hier weitergeholfen haben.
Nur ein Blog
Nur ein Blog
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Failure report - Twitter Plugin
Ah, I think I've seen that discussion pass by somewhere. I believe the Twitter App does not support reading/sending direct messages, so I suppose this functionality/API change shouldn't be a problem...robert wrote:Mhh. I think it´s only a reauthenticating of an app. Then you can decide if the app could see you private messages or not...
(So help me Murphy)
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
blog.brockha.us
- Regular
- Posts: 695
- Joined: Tue Jul 03, 2007 3:34 am
- Location: Berlin, Germany
- Contact:
Re: Failure report - Twitter Plugin
The problem was not twitter, but bit.ly. They changed their API. It is not available any longer without login and the default login in the code (a demo key) is out of ratio always. So it never produced short urls.
I worked on this and it's working again. You have to enter your bitly login and API key into the plugins configuration, the link where both of it is found, will be there, too.
I have to test this a little (with my changes fixing the tweetback problem) and will put the fixes back into Spartakus later.
I need some betatesters, though.. Anybody who dares?
Robert would be great, as he is using bit.ly / j.mp (both supported now) with his own account.
I worked on this and it's working again. You have to enter your bitly login and API key into the plugins configuration, the link where both of it is found, will be there, too.
I have to test this a little (with my changes fixing the tweetback problem) and will put the fixes back into Spartakus later.
I need some betatesters, though.. Anybody who dares?
Robert would be great, as he is using bit.ly / j.mp (both supported now) with his own account.