-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Here is a small exception Like
The request is understood, but it has been refused. An accompanying error message will explain why. This code is used when requests are being denied due to update limits (https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following). message - SSL is required code - 92 Relevant discussions can be found on the Internet at: http://www.google.co.jp/search?q=6f0f59ca or http://www.google.co.jp/search?q=20d0f73f TwitterException{exceptionCode=[6f0f59ca-20d0f73f], statusCode=403, message=SSL is required, code=92, retryAfter=-1, rateLimitStatus=RateLimitStatusJSONImpl{remaining=70, limit=75, resetTimeInSeconds=1493725415, secondsUntilReset=495}, version=3.0.3} at twitter4j.internal.http.HttpClientImpl.request(HttpClientImpl.java:177) at twitter4j.internal.http.HttpClientWrapper.request(HttpClientWrapper.java:61) at twitter4j.internal.http.HttpClientWrapper.get(HttpClientWrapper.java:89) at twitter4j.TwitterBaseImpl.fillInIDAndScreenName(TwitterBaseImpl.java:126) at twitter4j.TwitterImpl.verifyCredentials(TwitterImpl.java:592) at com.app.newsapp.twitter.Twitter_Handler$2.run(Twitter_Handler.java:145)