Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

Commented Unassigned: Error on UserStream.Start() when user is following somebody [1919]

$
0
0
I've been testing the tweetinvi API with a test account on twitter.

Initially, everything worked great. However, when I followed another user (between executions of my app) and attempted to start the stream, the stream immediately stopped with an InvalidCastException.

Stack trace:
System.InvalidCastException: Specified cast is not valid.
at Streaminvi.UserStream.UserFriends(Object friends) in c:\Users\timart\Documents\My Box Files\Development\Tweetinvi\Streaminvi\UserStream.cs:line 340
at Streaminvi.UserStream.<>c__DisplayClassc.<StartStream>b__b(String x) in c:\Users\timart\Documents\My Box Files\Development\Tweetinvi\Streaminvi\UserStream.cs:line 149
at Streaminvi.Helpers.StreamResultGenerator.StartStream(Func`2 processObject, Func`1 generateWebRequest) in c:\Users\timart\Documents\My Box Files\Development\Tweetinvi\Streaminvi\Helpers\StreamResultGenerator.cs:line 134

When I unfollow the user, the stream works just fine.
Comments: ** Comment from web user: linvi **

Would you please tell me if you have the same issue with the latest version of Tweetinvi.
Please download it [here](https://tweetinvi.codeplex.com/SourceControl/latest) and let me know.


Viewing all articles
Browse latest Browse all 4126

Trending Articles