I'm trying to build an app to look at trending tweets from the bottom up building on the examples given; my steps so far:
- Download relvent files
- Make a new project
- Paste in example code from here
- Setup external library/archive things (I made this error to begin with)
- Put my properties into a
twitter4j.properties
page - Run the program
As you can see I've not done much, and I'm hoping someone else has done the same and run in to the same problem:
This is my error/stacktrace, I've clipped the lower part off
connect timed outRelevant discussions can be found on the Internet at:
http://www.google.co.jp/search?q=9a14e686 or
http://www.google.co.jp/search?q=08e0e81f
TwitterException{exceptionCode=[9a14e686-08e0e81f 538e21cf-133c1788],
statusCode=-1, retryAfter=-1, rateLimitStatus=null, featureSpecificRateLimitStatus=null,
version=2.2.6}
at twitter4j.internal.http.HttpClientImpl.request(HttpClientImpl.java:200)
The only discussion I can find is here, it's a year old and none of it seem relevant to me. But I dunno, maybe I'm wrong?