1
Vote

NullReferenceException when trying to Login

description

I am getting...
 
A first chance exception of type 'System.NullReferenceException' occurred in JustinAngel.Pandora.SDK.dll
 
at JustinAngel.Pandora.SDK.Helpers.XmlRpcHelper.ToPandoraDictionary(XElement element)
at JustinAngel.Pandora.SDK.PandoraService.<>c__DisplayClass58.<Login>b__57(String result)
at JustinAngel.Pandora.SDK.Helpers.PandoraHttpClient.<>c__DisplayClass4.<Request>b__1(IAsyncResult ar2)
at System.Net.Browser.ClientHttpWebRequest.<>c__DisplayClassa.<InvokeGetResponseCallback>b__8(Object state2)
at System.Threading.ThreadPool.WorkItem.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadPool.WorkItem.doWork(Object o)
at System.Threading.Timer.ring()
 
...each time I try and call PandoraService.Current.Login. I have tried with mutilple accounts and have confirmed the email and password for each of them via the browser.

comments

janabimustafa wrote Dec 15, 2011 at 7:34 PM

The SDK needs to be updated because Pandora's APIs have changed, again.