Closed Rep-Hueman closed 7 years ago
Can you supply the incoming json?
can you see the problem?
old: [DataMember(Name = "internetservices")] public string InternetServices { get; set; }
new: [DataMember(Name = "internetservices")] public InternetServices InternetServices { get; set; }
extra file: Internetservices.cs.txt
Thanks, fixed in version 3.4.2, now on NuGet
line 40: _conv = await _client.GetBridgeAsync();
System.NullReferenceException occurred HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=
StackTrace:
at Q42.HueApi.HueClient.DeserializeResult[T](String json)
at Q42.HueApi.HueClient.d3.MoveNext()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at HueMan.Views.Configuratie.d 5.MoveNext() in C:\Data\Projecten\HueMan\HueMan\Views\Configuratie.xaml.cs:line 40