Commented Issue: NullReferenceException when using Search [2565]
https://tweetinvi.codeplex.com/discussions/635895#Comments: Associated with changeset 43449: Version 0.9.8.0 - When user has reached the Search RateLimits, Tweetinvi is no longer throwing a null...
View ArticleEdited Issue: NullReferenceException when using Search [2565]
https://tweetinvi.codeplex.com/discussions/635895#
View ArticleCommented Task: Code Refactoring [2564]
Refactor Tweetinvi, move classes to their correct location.Initialize all classes in the expected module.Comments: Associated with changeset 43451: Version 0.9.8.0- Refactored code and moved factories,...
View ArticleSource code checked in, #43448
Version 0.9.7.2 - When user has reached the Search RateLimits, Tweetinvi is no longer throwing a null exception
View ArticleSource code checked in, #43449
Version 0.9.8.0 - When user has reached the Search RateLimits, Tweetinvi is no longer throwing a null reference exception
View ArticleSource code checked in, #43451
Version 0.9.8.0 - Refactored code and moved factories, models, dtos and parameters where they belong
View ArticleNew Post: Adding keywords to stream
Hi, First of all, thanks for your work on this library. It seems great and works perfectly for my purposes. That said I have a question regarding adding new keywords to an existing stream which I...
View ArticleNew Post: Could not load file or assembly 'System.Net.Http.Primitives'
Hi, Sorry for the rapid fire questions from me but we're having a huge issue that we can't seem to resolve. I'm running into a runtime error that says: Could not load file or assembly...
View ArticleNew Post: Adding keywords to stream
Hi Karl, Thank you very much for your generous donation. This is much appreciated. Concerning your issue, you are on the right track, the stream needs to be stopped in order to add a track. Though you...
View ArticleNew Post: Adding keywords to stream
Yes, I understand that the API works in AND mode. This is not my question. If I create a new stream and filteredStream.AddTrack("lady gaga"); filteredStream.StartStreamMatchingAllConditions(); It works...
View ArticleNew Post: Adding keywords to stream
Hi, I will investigate this and get back to you when this is done. It might be at the end of the day. Regards, Linvi
View ArticleNew Post: Could not load file or assembly 'System.Net.Http.Primitives'
Hi Josh, What type of project are you trying to create and which version of the Framework is the project targeting? Cheers, Linvi
View ArticleCreated Issue: Stream : StreamState Concurrency [2566]
FROM : https://tweetinvi.codeplex.com/discussions/635987When invoking StopStream, the stream is stopped directly. But the async task keeps running as it is waiting for a message from the Stream in...
View ArticleEdited Issue: Stream : StreamState Concurrency [2566]
FROM : https://tweetinvi.codeplex.com/discussions/635987When invoking StopStream, the stream is stopped directly. But the async task keeps running as it is waiting for a message from the Stream in...
View ArticleNew Post: Adding keywords to stream
What you encounter is a threading bug that I have introduced when implementing the async framework in Streams. As a work around from this bug (on which I will work as a priority), please add the...
View ArticleNew Post: Could not load file or assembly 'System.Net.Http.Primitives'
I’m using TweetInvi in a website project and the target framework is .NET 4.5.Josh
View ArticleSource code checked in, #43493
Version 0.9.8.0 - Streams are now ThreadSafe regarding their state.
View ArticleCommented Issue: Stream : StreamState Concurrency [2566]
FROM : https://tweetinvi.codeplex.com/discussions/635987When invoking StopStream, the stream is stopped directly. But the async task keeps running as it is waiting for a message from the Stream in...
View ArticleNew Post: Adding keywords to stream
Hi Karl, I wanted to let you know that the issue you encountered should be fixed in the latest Source Code version. If you want I can send you the DLL, or you can build the project with Visual Studio....
View ArticleNew Post: Could not load file or assembly 'System.Net.Http.Primitives'
Hi, I had written a reply to your post but I might have failed the captcha. I have built various Web Application with Tweetinvi so I am not sure what is going wrong. Does your issues comes from...
View Article