Created
April 18, 2012 23:30
-
-
Save mstum/2417367 to your computer and use it in GitHub Desktop.
Another issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"Unexpected character encountered while parsing value: <. Line 0, position 0."} | |
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.get_Result() | |
at Halfwit2.Pollers.HomePoller.<>c__DisplayClass3.<PollAsync>b__2(Task`1 t) | |
at System.Threading.Tasks.Task`1.<>c__DisplayClass17.<ContinueWith>b__16(Object obj) | |
at System.Threading.Tasks.Task.InnerInvoke() | |
at System.Threading.Tasks.Task.Execute() | |
{"Unexpected character encountered while parsing value: <. Line 0, position 0."} | |
at Newtonsoft.Json.JsonTextReader.ParseValue() | |
at Newtonsoft.Json.JsonTextReader.ReadInternal() | |
at Newtonsoft.Json.JsonTextReader.Read() | |
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, JsonContract contract, Boolean hasConverter, Boolean inArray) | |
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType) | |
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) | |
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) | |
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) | |
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value) | |
at Budgie.Extensions.WebResponseExtensions.ToTwitterResponse[T](Task`1 task, T result) | |
at Budgie.TwitterAnonymousClient.<GetTimelineAsync>b__15(Task`1 t) | |
at System.Threading.Tasks.Task`1.<>c__DisplayClass1a`1.<ContinueWith>b__19() | |
at System.Threading.Tasks.Task`1.InvokeFuture(Object futureAsObj) | |
at System.Threading.Tasks.Task.InnerInvoke() | |
at System.Threading.Tasks.Task.Execute() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment