Discussion:
Exception in TwitterEventManager
(too old to reply)
Amanda
2011-07-12 00:50:56 UTC
Permalink
Hi all,

Has anyone come across an exception being thrown from the
TwitterEventManager's postEvent and replyToEvent functions? More
specifically, the code:

Status s = twitter.updateStatus(su);

So obviously posting and replying isn't working for me on the servers :
( Eclipse isn't giving me any details in the log to work with, so if
anyone knows anything or has any ideas, I would really appreciate it.

Thanks,
Amanda
Amanda
2011-07-12 01:00:02 UTC
Permalink
Post by Amanda
Hi all,
Has anyone come across an exception being thrown from the
TwitterEventManager's postEvent and replyToEvent functions? More
 Status s = twitter.updateStatus(su);
(  Eclipse isn't giving me any details in the log to work with, so if
anyone knows anything or has any ideas, I would really appreciate it.
Thanks,
Amanda
For some added info, my su variable has the following info:

StatusUpdate{status='Test', inReplyToStatusId=-1, location=null,
placeId='null', displayCoordinates=true,
annotations=Annotations{Annotation{type='mikroevent',
attributes={'start-time'='2011-07-11T22:55:00', 'end-time'=''}}}}

Would anyone with a working app please be willing to send me working
contents of the su variable in postEvent so I can see if it's messed
up somewhere?
Amanda
2011-07-12 02:18:51 UTC
Permalink
Seems to have been an issue with my twitter jar file. I thought I had
the updated one but apparently I didn't :)

Loading...