Skip to content

Instantly share code, notes, and snippets.

@teruteru128
Last active April 21, 2016 23:57
Show Gist options
  • Save teruteru128/46fc24de7f1f0dfa2c76219030aa491a to your computer and use it in GitHub Desktop.
Save teruteru128/46fc24de7f1f0dfa2c76219030aa491a to your computer and use it in GitHub Desktop.
20_p0.jpg (指定されたファイルが見つかりません。)
Relevant discussions can be found on the Internet at:
http://www.google.co.jp/search?q=a0406f76 or
http://www.google.co.jp/search?q=109dd5d0
TwitterException{exceptionCode=[a0406f76-109dd5d0 a0406f76-109dd5af], statusCode=-1, message=null, code=-1, retryAfter=-1, rateLimitStatus=null, version=4.0.4}
at twitter4j.AlternativeHttpClientImpl.handleRequest(AlternativeHttpClientImpl.java:126)
at twitter4j.HttpClientBase.request(HttpClientBase.java:57)
at twitter4j.HttpClientBase.post(HttpClientBase.java:86)
at twitter4j.TwitterImpl.post(TwitterImpl.java:1822)
at twitter4j.TwitterImpl.uploadMedia(TwitterImpl.java:243)
at test.twitter.Main.main(Main.java:77)
Caused by: java.io.FileNotFoundException: 20_p0.jpg (指定されたファイルが見つかりません。)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at okio.Okio.source(Okio.java:161)
at com.squareup.okhttp.RequestBody$3.writeTo(RequestBody.java:117)
at com.squareup.okhttp.MultipartBuilder$MultipartRequestBody.writeOrCountBytes(MultipartBuilder.java:277)
at com.squareup.okhttp.MultipartBuilder$MultipartRequestBody.writeTo(MultipartBuilder.java:297)
at com.squareup.okhttp.internal.http.HttpEngine$NetworkInterceptorChain.proceed(HttpEngine.java:898)
at com.squareup.okhttp.internal.http.HttpEngine.readResponse(HttpEngine.java:760)
at com.squareup.okhttp.Call.getResponse(Call.java:274)
at com.squareup.okhttp.Call$ApplicationInterceptorChain.proceed(Call.java:230)
at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:201)
at com.squareup.okhttp.Call.execute(Call.java:81)
at twitter4j.AlternativeHttpClientImpl.handleRequest(AlternativeHttpClientImpl.java:93)
... 5 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment