Created
September 18, 2009 18:42
-
-
Save dcbriccetti/189217 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GETing data from http://twitter.com/statuses/friends/dcbriccetti.xml?page=4 | |
11:40:24,221 [pool-16-thread-1] ERROR twitter - java.lang.IllegalArgumentException: Invalid format: "2009-09-18T17:11:23+00:00" <retweeted_at type="datetime">2009-09-18T17:11:23+00:00</retweeted_at> | |
<retweet_details> | |
<retweeting_user> | |
<id>20</id> | |
<name>Evan Williams</name> | |
<screen_name>ev</screen_name> | |
<location>San Francisco, CA, US</location> | |
<description>CEO of Twitter</description> | |
<profile_image_url>http://a1.twimg.com/profile_images/66154838/ev-sky_bigger_normal.jpg</profile_image_url> | |
<url>http://evhead.com</url> | |
<protected>false</protected> | |
<followers_count>1185589</followers_count> | |
<profile_background_color>022330</profile_background_color> | |
<profile_text_color>333333</profile_text_color> | |
<profile_link_color>0084B4</profile_link_color> | |
<profile_sidebar_fill_color>C0DFEC</profile_sidebar_fill_color> | |
<profile_sidebar_border_color>a8c7f7</profile_sidebar_border_color> | |
<friends_count>911</friends_count> | |
<created_at>Tue Mar 21 21:02:31 +0000 2006</created_at> | |
<favourites_count>1179</favourites_count> | |
<utc_offset>-28800</utc_offset> | |
<time_zone>Pacific Time (US & Canada)</time_zone> | |
<profile_background_image_url>http://s.twimg.com/a/1253209888/images/themes/theme15/bg.png</profile_background_image_url> | |
<profile_background_tile>false</profile_background_tile> | |
<statuses_count>4558</statuses_count> | |
<notifications>false</notifications> | |
<verified>false</verified> | |
<following>false</following> | |
</retweeting_user> | |
<retweet_count>2</retweet_count> | |
<retweet_id type="integer">4083135254</retweet_id> | |
<retweeted_at type="datetime">2009-09-18T17:11:23+00:00</retweeted_at> | |
</retweet_details> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment