Defect #360
sending tweet gives 'Unexplained failure for tweet'
0%
Description
I send out 3 tweets and all 3 gave the same error. However the tweets did get send.
Seems Twitter changed something in the API.
JavaException: winterwell.jtwitter.TwitterException$Unexplained: Unexplained failure for tweet: expected "Sutra v2.5 is soon to be released. New features descriptions and videos posted. https://www.servoyforge.net/news/136 #servoy #opensource" but got Dialog Module 1.1.3 released - Fixes a naming- and icon display issue. https://www.servoyforge.net/news/132 #servoy #opensource JavaException: winterwell.jtwitter.TwitterException$Unexplained: Unexplained failure for tweet: expected "VelocityReport plugin v1.4.16 - bugfix release - https://www.servoyforge.net/news/140 #servoy #opensource" but got Sutra v2.5 is soon to be released. New features descriptions and videos posted. http://t.co/tMLyocl #servoy #opensource JavaException: winterwell.jtwitter.TwitterException$Unexplained: Unexplained failure for tweet: expected "Embedded QuickTime player bean for Smart client released! (web client will follow) https://www.servoyforge.net/news/139 #servoy #opensource" but got VelocityReport plugin v1.4.16 - bugfix release - http://t.co/ebGUEZQ #servoy #opensource
History
Updated by Patrick Talbot almost 14 years ago
- Status changed from New to In Progress
Yes, it seems to be happening with the new URL shortnener, WTF?
Not sure what to do about it...
Will try to update the JTwitter lib
Updated by Robert Ivens almost 14 years ago
Perhaps the lib barks about the differences in the string sent and the one returned or something ? Very weird.
Updated by Patrick Talbot almost 14 years ago
- Status changed from In Progress to Closed
Fixed with v1.0.3 - make sure to update both plugin + jtwitter.jar (and the jnlp)
Updated by Robert Ivens over 13 years ago
- Status changed from Closed to Reopened
The same problem is back.
Since the 25th of October the tweets getting this error again. Strangely enough though some don't (but the majority does).
Updated by Robert Ivens over 13 years ago
Now I read the error message better it seems there is some caching going on in the plugin or something.
See the errror (emphasis mine):
sendTweet: JavaException: winterwell.jtwitter.TwitterException$Unexplained: Unexplained failure for tweet: expected
"Lastminute chaletaanbieding v.a. 49,- http://lmtw.nl/nb Super #lastminute #herfstvakantie aanbieding! Boek direct uw verblijf.Kijk snel.."
but got
Euroknaller! Vakantiepark Hunzedal. Midweekje Vakantiepark Hunzedal, plezier voor jong en oud. 7 t/m 11-11, NU 5,- pppn http://t.co/EhEkOFQM
The first one is indeed the tweet. The second one is an old tweet it has send.
Updated by Patrick Talbot over 13 years ago
? I wasn't aware of any cache in the plugin, at least not in my code.
I'll have a look, thanks for reporting.
Updated by Patrick Talbot over 13 years ago
- Status changed from Reopened to Closed
Updated JTwitter API + adapted for the changes to workaround Twitter API changes (again!)
Check-out v1.1