[twitter-dev] Re: id field is missing in status from streaming API frequently

2009-07-29 Thread H12山本 裕介
Fixed. http://yusuke.homeip.net/hudson/job/Twitter4J/296/ Please try the latest build. http://yusuke.homeip.net/maven2/net/homeip/yusuke/twitter4j/2.0.9-SNAPSHOT/ Now T4J ignores deleted tweets. Cheers, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/twittable [ ] ask first [ ]

[twitter-dev] Re: id field is missing in status from streaming API frequently

2009-07-29 Thread AJ Chen
thank you for the fix. you rock. -aj 2009/7/29 H12山本 裕介 yus...@mac.com Fixed. http://yusuke.homeip.net/hudson/job/Twitter4J/296/ Please try the latest build. http://yusuke.homeip.net/maven2/net/homeip/yusuke/twitter4j/2.0.9-SNAPSHOT/ Now T4J ignores deleted tweets. Cheers, -- Yusuke

[twitter-dev] Re: id field is missing in status from streaming API frequently

2009-07-24 Thread John Kalucki
It appears that you are treating status deletions as statuses. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Jul 24, 3:18 pm, AJ Chen cano...@gmail.com wrote: twitter streaming api has lots of statuses missing id? the following exception appears almost continuously in

[twitter-dev] Re: id field is missing in status from streaming API frequently

2009-07-24 Thread Abraham Williams
To clarify what John said. Those reference existing statuses that users are deleting and you are being notified to also delete them from you database. On Fri, Jul 24, 2009 at 15:20, John Kalucki jkalu...@gmail.com wrote: It appears that you are treating status deletions as statuses. -John

[twitter-dev] Re: id field is missing in status from streaming API frequently

2009-07-24 Thread AJ Chen
John, thanks. Yusuke, it may be a good idea for twitter4j library to exclude the deleted statuses as they are received. currently, twitter4j throws an exception for them, which is less informative. thanks. -aj On Fri, Jul 24, 2009 at 3:20 PM, John Kalucki jkalu...@gmail.com wrote: It appears