New Post: Request Timeout 0
Yeah, I'm now (after what you've said & looking at the src) pretty confident it's just the value in the TwitterException and everything is actually working as intended. Thanks for your help! Josh
View ArticleNew Post: Request Timeout 0
In fact, after think about this, there is still an issue. The value of the SettingsAccessor should never be 0. So there is an issue with multi-threaded default values. I will try to do repro cases but...
View ArticleNew Post: Request Timeout 0
Alright, I'll keep the production code on 0.9.8.2 for now then. The basic architecture is basically the same as the repro project from https://tweetinvi.codeplex.com/discussions/626398 so I'd imagine...
View ArticleNew Post: Windows 10 and Visual Studio 2015 RC
Tested today in an uap project. Stream works well also.
View ArticleNew Post: [Stream API] Unable to listen for any events on WP8.1
Tested today in an uap project. Stream works well also. You can mark as resolved the issue! Thank you!
View ArticleNew Post: JsonSerializationException on Home Timeline & others
Could you let me know for which user timeline this is happening (privately if needed).
View ArticleNew Post: JsonSerializationException on Home Timeline & others
I don't know which user each exception corresponds with, as I haven't logged that. I have just reproduced it on my machine though, for Inbound Direct Messages (GetLatestMessagesReceived) with Twitter...
View ArticleNew Post: JsonSerializationException on Home Timeline & others
Happened again, as a different user so doesn't appear to be account specific. Cheers, Josh
View ArticleNew Post: JsonSerializationException on Home Timeline & others
Hi again, Please try to send me a user account for who you can reproduce it. I just can't right now (I tried 'VISAV2'). I will continue trying.
View ArticleNew Post: JsonSerializationException on Home Timeline & others
I have already tried on hundreds of users without encountering the issue once. Can you repro it with any specific user or code?
View ArticleNew Post: JsonSerializationException on Home Timeline & others
Hi Linvi, It looks like it's trying to deserialise Rate Limit Exceeded messages as whatever the result would otherwise be (Tweets, Direct messages etc...). I modified the latest version of TweetInvi so...
View ArticleNew Post: JsonSerializationException on Home Timeline & others
Thanks, I will have a look into this. I will get back to you in probably 2 hours.
View ArticleCreated Unassigned: For GetUserTimeline, maximumTweets parameters doesn't...
Hello, I have tried to limit number of fetched tweets using these methods:GetUserTimeline(long userId, int maximumTweets = 40);GetUserTimeline(long userId, IUserTimelineParameters...
View ArticleNew Post: Error "Received an unexpected EOF or 0 bytes from the transport...
I absolutely will. Thanks again!
View ArticleCreated Issue: 0.9.9.1 throws exception when reaching rate limits [2632]
https://tweetinvi.codeplex.com/discussions/642302
View ArticleCommented Issue: 0.9.9.1 throws exception when reaching rate limits [2632]
https://tweetinvi.codeplex.com/discussions/642302Comments: Associated with changeset 45106: Version 0.9.9.2- Fixed issue resulting in RateLimit errors to throw JsonParsing exception
View ArticleEdited Issue: 0.9.9.1 throws exception when reaching rate limits [2632]
https://tweetinvi.codeplex.com/discussions/642302
View ArticleNew Post: JsonSerializationException on Home Timeline & others
The issue has been resolved and was caused by a bad refactor from my side. This will be released as part of version 0.9.9.2 probably this evening. Thanks for the prompt feedback again. Linvi
View ArticleEdited Issue: For GetUserTimeline, maximumTweets parameter doesn't work [2631]
Hello, I have tried to limit number of fetched tweets using these methods:GetUserTimeline(long userId, int maximumTweets = 40);GetUserTimeline(long userId, IUserTimelineParameters...
View ArticleCommented Issue: For GetUserTimeline, maximumTweets parameter doesn't work...
Hello, I have tried to limit number of fetched tweets using these methods:GetUserTimeline(long userId, int maximumTweets = 40);GetUserTimeline(long userId, IUserTimelineParameters...
View Article