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

Created Unassigned: FilteredStream Exception [1929]

$
0
0
Line 263 of FilteredStream is throwing an exception because jsonTweet is null.

```
var tweetObject = _jsSerializer.Deserialize<Dictionary<string, object>>(jsonTweet);

if (!String.IsNullOrEmpty(jsonTweet))
{
```

Shouldn't this be inside the if statement?

Viewing all articles
Browse latest Browse all 4126

Trending Articles