Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unexpected token when deserializing object: Null. Path '[23].place', line 1, position 53264 #56

Open
brightstreetgroup opened this issue Jan 19, 2013 · 0 comments
Assignees
Labels

Comments

@brightstreetgroup
Copy link

Getting this error in the DeserializeObject line. I have the latest Newtonsoft Json (4.5.11) via Nuget and the latest dev version of Twitterizer2. This is the content that the Twitterizer API gives me that I save in the database and then Deserialize.

I can post the string here if that helps

if (cache.TweetCount > 0 && !String.IsNullOrWhiteSpace(cache.TimelineContent) && cache.TimelineContent.Trim() != "[]")
{
try
{
statuses = Newtonsoft.Json.JsonConvert.DeserializeObject(cache.TimelineContent);
}
catch (Exception ex)
{
// Unexpected token when deserializing object: Null. Path '[23].place', line 1, position 53264.
}
}

@ghost ghost assigned jamiehowarth0 Jan 21, 2014
@DigitallyBorn DigitallyBorn removed this from the Version 2.4.3 milestone Nov 11, 2014
@brightstreetgroup brightstreetgroup removed this from the Version 2.4.3 milestone Nov 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants