[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 [ ] private
follow me on : http://twitter.com/yusukeyamamoto
subscribe me at : http://yusuke.homeip.net/blog/

On 7月24日, 午後9:15, AJ Chen cano...@gmail.com wrote:
 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 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 my log. it
  indicates
   the id field is missing in status from streaming API.

   twitter4j.TwitterException: JSONObject[id] not
   found.:{delete:{status:{id:2813410502,user_id:47157439}}}
   twitter4j.TwitterException: JSONObject[id] not
   found.:{delete:{status:{id:2812385903,user_id:54420955}}}

   thanks,
   -aj
   --
   AJ Chen, PhD
   Co-Chair, Semantic Web SIG, sdforum.orghttp://web2express.org
   Palo Alto, CA

 --
 AJ Chen, PhD
 Co-Chair, Semantic Web SIG, sdforum.orghttp://web2express.org
 Palo Alto, CA


[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 Yamamoto
 yus...@mac.com

 this email is: [x] bloggable/twittable [ ] ask first [ ] private
 follow me on : http://twitter.com/yusukeyamamoto
 subscribe me at : http://yusuke.homeip.net/blog/

 On 7月24日, 午後9:15, AJ Chen cano...@gmail.com wrote:
  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 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 my log. it
   indicates
the id field is missing in status from streaming API.
 
twitter4j.TwitterException: JSONObject[id] not
found.:{delete:{status:{id:2813410502,user_id:47157439}}}
twitter4j.TwitterException: JSONObject[id] not
found.:{delete:{status:{id:2812385903,user_id:54420955}}}
 
thanks,
-aj
--
AJ Chen, PhD
Co-Chair, Semantic Web SIG, sdforum.orghttp://web2express.org
Palo Alto, CA
 
  --
  AJ Chen, PhD
  Co-Chair, Semantic Web SIG, sdforum.orghttp://web2express.org
  Palo Alto, CA




-- 
AJ Chen, PhD
Co-Chair, Semantic Web SIG, sdforum.org
http://web2express.org
Palo Alto, CA


[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 my log. it indicates
 the id field is missing in status from streaming API.

 twitter4j.TwitterException: JSONObject[id] not
 found.:{delete:{status:{id:2813410502,user_id:47157439}}}
 twitter4j.TwitterException: JSONObject[id] not
 found.:{delete:{status:{id:2812385903,user_id:54420955}}}

 thanks,
 -aj
 --
 AJ Chen, PhD
 Co-Chair, Semantic Web SIG, sdforum.orghttp://web2express.org
 Palo Alto, CA


[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 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 my log. it
 indicates
  the id field is missing in status from streaming API.
 
  twitter4j.TwitterException: JSONObject[id] not
  found.:{delete:{status:{id:2813410502,user_id:47157439}}}
  twitter4j.TwitterException: JSONObject[id] not
  found.:{delete:{status:{id:2812385903,user_id:54420955}}}
 
  thanks,
  -aj
  --
  AJ Chen, PhD
  Co-Chair, Semantic Web SIG, sdforum.orghttp://web2express.org
  Palo Alto, CA




-- 
Abraham Williams | Community Evangelist | http://web608.org
Hacker | http://abrah.am | http://twitter.com/abraham
Project | http://fireeagle.labs.poseurtech.com
This email is: [ ] blogable [x] ask first [ ] private.


[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 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 my log. it
 indicates
  the id field is missing in status from streaming API.
 
  twitter4j.TwitterException: JSONObject[id] not
  found.:{delete:{status:{id:2813410502,user_id:47157439}}}
  twitter4j.TwitterException: JSONObject[id] not
  found.:{delete:{status:{id:2812385903,user_id:54420955}}}
 
  thanks,
  -aj
  --
  AJ Chen, PhD
  Co-Chair, Semantic Web SIG, sdforum.orghttp://web2express.org
  Palo Alto, CA




-- 
AJ Chen, PhD
Co-Chair, Semantic Web SIG, sdforum.org
http://web2express.org
Palo Alto, CA