Created Unassigned: Hang-up searching for tweets in GetWebResponse [2403]
Hi,We have integrated Tweetinvi 0.9.3 in our application.We are having random hangs-up in GetWebResponse when searching for tweets.We execute the searching in a non-UI thread.We have waited for more...
View ArticleCommented Unassigned: Hang-up searching for tweets in GetWebResponse [2403]
Hi,We have integrated Tweetinvi 0.9.3 in our application.We are having random hangs-up in GetWebResponse when searching for tweets.We execute the searching in a non-UI thread.We have waited for more...
View ArticleEdited Issue: Hang-up searching for tweets in GetWebResponse [2403]
Hi,We have integrated Tweetinvi 0.9.3 in our application.We are having random hangs-up in GetWebResponse when searching for tweets.We execute the searching in a non-UI thread.We have waited for more...
View ArticleCommented Issue: Hang-up searching for tweets in GetWebResponse [2403]
Hi,We have integrated Tweetinvi 0.9.3 in our application.We are having random hangs-up in GetWebResponse when searching for tweets.We execute the searching in a non-UI thread.We have waited for more...
View ArticleSource code checked in, #38912
Version 0.9.4.0 - Added WebRequest Timeout - TwitterTimeoutException has been added - It is now possible to configure the Timeout of WebRequest by setting the TweetinviConfig file - Updated...
View ArticleCommented Issue: Hang-up searching for tweets in GetWebResponse [2403]
Hi,We have integrated Tweetinvi 0.9.3 in our application.We are having random hangs-up in GetWebResponse when searching for tweets.We execute the searching in a non-UI thread.We have waited for more...
View ArticleCommented Feature: Add Timeout to WebRequest [2378]
Give the ability to configure the Timeout of WebRequest from TweetinviConfig as request here : https://tweetinvi.codeplex.com/discussions/566507.Comments: Associated with changeset 38912: Version...
View ArticleEdited Feature: Add Timeout to WebRequest [2378]
Give the ability to configure the Timeout of WebRequest from TweetinviConfig as request here : https://tweetinvi.codeplex.com/discussions/566507.
View ArticleEdited Issue: Hang-up searching for tweets in GetWebResponse [2403]
Hi,We have integrated Tweetinvi 0.9.3 in our application.We are having random hangs-up in GetWebResponse when searching for tweets.We execute the searching in a non-UI thread.We have waited for more...
View ArticleNew Post: Timeout For API Request?
The option should now be available in TweetinviConfig in the latest changeset. This will be added as part of Tweetinvi 0.9.4.0. Linvi
View ArticleNew Post: Pausing FilteredStream, adding tracks, then resuming stops stream
Hi - I having a little trouble adding tracks to a running filtered stream. Based on previous research, the approach seems to be pausing, adding tracks, and then resuming. Doing this stops the...
View ArticleEdited Issue: CredentialsCreator_WithCaptcha_StepByStep throws...
Hi,I think this is not the correct behavior. If you comment line 36 in ExampleInvi (the line where it sets the credentials the credentials) and then run the CredentialsCreator_WithCaptcha_StepByStep()...
View ArticleNew Post: Is it possible to add more tracks to a running stream instead of...
Hi shakeelmanjum, Were you able to solve this? I'm running into what seems like the same issue and can't seem to find a definitive solution. Any help/insight/advice would be greatly appreciated. Thanks...
View ArticleEdited Issue: Tweet favourite [2096]
I am trying to mark a tweet as a favourite, I have the authorization token and am able to view profile details. When I search for tweets I get back list but I am unable to mark any as a favourite, I...
View ArticleNew Post: Pausing FilteredStream, adding tracks, then resuming stops stream
Hi there, The problem that you have is that you are pausing the stream instead of stopping the stream. When you add a track, you need to restart the stream because only when you call .StartStream...
View ArticleSource code checked in, #38932
Tweetinvi 0.9.4.0 - Added Exception for TrackedStream when trying to modify the Tracks collection and having the Track running.
View ArticleNew Post: Pausing FilteredStream, adding tracks, then resuming stops stream
I have just added Exception that will now be thrown when trying to modify the tracks while the stream is not stopped. This will be added to the coming Tweetinvi 0.9.4.0. Linvi
View ArticleNew Post: Pausing FilteredStream, adding tracks, then resuming stops stream
Thanks for getting back Linvi. I've made the suggested change and unfortunately no luck in resuming. There aren't any Exceptions being thrown, but the stream doesn't seem to be "connected" anymore....
View ArticleNew Post: Pausing FilteredStream, adding tracks, then resuming stops stream
I just tested and this works:private Tweetinvi.Core.Interfaces.Streaminvi.IFilteredStream stream; privatevoid StartStreamWithTracks(paramsstring[] tracks) { if (stream != null&&...
View Article