New Post: Web Request Failed
Is it something to do with me having an extra parameter in the querystring?
View ArticleNew Post: Events stop firing
Hi Linvi, comments at the bottom. Thanks 1.Even at 90s, for some reason Twitter stops the stream occasionally before the 90 timeout has had a chance to recycle. From what I understand you have a stream...
View ArticleNew Post: Events stop firing
Hi all, I have a question about the initially proposed fix for this (using a timer that gets reset on JsonObjectReceived). In the Twitter docs for this...
View ArticleUpdated Release: Tweetinvi 0.9.6.x
Visit Tweetinvi 0.9.6.x Work ItemsCustom Parameters When an action can be performed with a 'RequestParameters' class (e.g. Search, Timeline, Message...), you will now be able to specify...
View ArticleCommented Feature: Use ITwitterQuery Credentials [2528]
Let the user change the credentials of a TwitterQuery.This will allow the developer to select the Credentials he wants to use from the TweetinviEvents.QueryBeforeExecute...
View ArticleEdited Feature: Use ITwitterQuery Credentials [2528]
Let the user change the credentials of a TwitterQuery.This will allow the developer to select the Credentials he wants to use from the TweetinviEvents.QueryBeforeExecute...
View ArticleNew Post: Events stop firing
@StfSki I think you are probably experiencing the Stalls of Twitter Stream API which is a known and documented behavior. This stalls happens when your code is not going fast enough to handle the Tweets...
View ArticleNew Post: Events stop firing
@JKeegan The JsonObjectReceived is not really a Json Object. Instead it should be called MessageReceived. So any string received within the stream is analyzed by Tweetinvi. In any case I am waiting for...
View ArticleNew Post: Events stop firing
@MartR Thanks for your response. But please let me clarify to ensure that I understand clearly.I soak tested for 24 hours. I had logging which logs started and stop events. I also made a note of the...
View ArticleNew Post: Web Request Failed
I don't think so cause it is working properly on my machine. Can you print of the oContext.Request.Url.AbsoluteUri as well as the applicationCredentials and verify that they are both correct. Could you...
View ArticleNew Post: Extract media - Images/video if available in a tweet.
Hi, If you perform a search you will only receive the URL entity in which you will be redirected toward a video. You will then need to have a look into the Entities of the tweet. Here is an example:var...
View ArticleSource code checked in, #42439
Version 0.9.6.0 - Modifying the ITwitterQuery credentials will now result in the set credentials to be used for this specific query. If the credentials are set to null, the CurrentThreadCredentials...
View ArticleNew Post: Extract media - Images/video if available in a tweet.
Is this available through this function? This works for images. Can i append videos to this? if so how? var searchParameter = Search.GenerateTweetSearchParameter("#Quotes filter:images");i donot see...
View ArticleNew Post: Events stop firing
Eureka ! I think I fixed it, I'll try to explain clearly.Symptoms :Create a stream Start listeningMessages start to arriveSlowly, the number of received messages from Twitter (even the linefeeds which...
View ArticleNew Post: Events stop firing
Thanks for your response. But please let me clarify to ensure that I understand clearly. 1)I soak tested for 24 hours. I had logging which logs started and stop events. I also made a note of the time...
View ArticleNew Post: Events stop firing
@StfSki Thank you very much for this input. Do you have any idea which specific registry key change it from failing to working? Linvi
View ArticleNew Post: Events stop firing
Hi Linvi, Is that code in the current NuGet package? What happens when the task returned is the delay? Does the stream close or fire some event that we must listen for? Am I right in thinking that...
View ArticleNew Post: Events stop firing
linvi wrote: @StfSki Thank you very much for this input. Do you have any idea which specific registry key change it from failing to working? Linvi To be completely honest, I didn't try each of the four...
View ArticleNew Post: Events stop firing
@MartR Thanks, I understand perfectly what you were trying to do now. I have made multiple tests and never got such behavior on my 2 machines. I am not sure what could be causing such behavior on...
View ArticleNew Post: Accessing Data from
Hello, I need some help in utilizing the data from this request. is putting all the data correctly into the var, however i cannot access this data. how can i access the data inside the var variable? i...
View Article