spring-attic / spring-social-twitter

Twitter API binding and connect support.
http://projects.spring.io/spring-social-twitter
Apache License 2.0
122 stars 115 forks source link

Unable to see error response from Twitter #123

Open vitalyster opened 6 years ago

vitalyster commented 6 years ago

timelineOperations().updateStatus(..) throws:

org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://api.twitter.com/1.1/statuses/update.json": cannot retry due to server authentication, in streaming mode; nested exception is java.net.HttpRetryException: cannot retry due to server authentication, in streaming mode

How to see twitter response?

anatolyw commented 5 years ago

Hi, any update on it? I have the same issue.

nikolaymikhaltsov commented 5 years ago

Hi @vitalyster, @anatolyw. Downgrading spring-web version to 5.0.4 solved the issue for me.