Source code checked in, #42864
Version 0.9.7.0 - Added ivrit in Languages to improve performances - Updated the StreamResultGenerator to handle AggregatedException and IOException
View ArticleCommented Issue: Stream Reset Improvements [2513]
https://tweetinvi.codeplex.com/discussions/573889See the end of the Thread.Comments: Associated with changeset 42864: Version 0.9.7.0- Added ivrit in Languages to improve performances- Updated the...
View ArticleNew Post: Streaming API Backoff Strategy
Hi Josh, I am constantly trying to improve the Reconnect part of the Streams. Though I leave it to the developers to implement their reconnect strategy on their own. Personally I do not have increase...
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.7.0?
thanks for awesome APIs! GetTweetsFromList doesn't querying by time or max id.
View ArticleNew Post: [ADMIN] What do you want in Tweetinvi 0.9.7.0?
Hi, Lists endpoints are planned to get fully implemented in Tweetinvi 0.9.8.0. I will consider adding this for you, but I can't promise this right now. I will keep in touch. Linvi
View ArticleCommented Issue: Assembly load errors from HttpClientWebHelper on Mono [2519]
Hi there,When I run Tweetinvi on Mono (3.12) I get the following printout to the console:Could not load signature of Tweetinvi.WebLogic.HttpClientWebHelper:GenerateHttpClientFromWebRequest due to:...
View ArticleNew Post: Streaming API Backoff Strategy
Hi Linvi, Thanks for the information. Knowing that you haven't had the need to implement a backoff strategy means I can probably put it on the back burner for a bit :) Out of interest, what's the...
View ArticleNew Post: Searching tweets
Hi linvi, Please suggest me what kind of api shall i use for getting tweets so that i can get tweet details, the person who has tweeted and able to process them if there are hash tags in it. these...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Hi Linvi, I have a program that polls the Twitter REST API for a number of Twitter Users. I've been getting the following occasionally: --- Date : 13/04/2015 14:21:48 URL :...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Hi, This issue worries me. Could you please try to deactivate the Timeout and let me know what happens? TweetinviConfig.APPLICATION_WEB_REQUEST_TIMEOUT = 0;Thanks, Linvi
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Hi Linvi, Thanks for the quick response! Changing TweetinviConfig.APPLICATION_WEB_REQUEST_TIMEOUT doesn't seem to have any effect, it still errors and says 10000ms in the error message. I tried the...
View ArticleNew Post: Searching tweets
Hi, The difference is quite easy to understand. A stream is an open connection that never closes and listen to a list of events sent from Twitter. The streams allow you to get up to 1% of the total...
View ArticleCreated Issue: REST API Timeout [2546]
https://tweetinvi.codeplex.com/discussions/626398
View ArticleEdited Issue: REST API Timeout [2546]
https://tweetinvi.codeplex.com/discussions/626398
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Thanks for the feedback, I have opened a new bug that will be fixed in 0.9.7.0 release which should come out this week.https://tweetinvi.codeplex.com/workitem/2546 Cheers, Linvi
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Thanks Linvi, I'll happily test any potential fix before the next release if you need. Just post here & i'll try it. Cheers, Josh
View ArticleCreated Task: Tweetinvi Settings - Set APP settings before any operation [2547]
Defining the settings of the APP before performing any operation should act on the settings of the MainThread and not on the settings of all the threads but the main one.After the first operation has...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Sorry my bad could you try using the CurrentThread settings. TweetinviConfig.CURRENT_WEB_REQUEST_TIMEOUT = 0;Linvi
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
I'm getting the same results again. Also tried with 0, -1 and 15000 (all showing a timeout of 10000ms in the exception). I assumed that one was thread-specific and so put it in the setThreadCredentials...
View ArticleNew Post: errors retrieving IUsers list from ID
dear linvi, i have finally managed to retrieve the long list of followers I needed. However, i still have problems with the popular guys. I am using your automatic cursored query with only one set of...
View Article