Alxandr / SpotiFire

A project to make a SpotifyClient in C#
http://nudoc.azurewebsites.net/SpotiFire
40 stars 19 forks source link

Log in with the wrong creditals gives NullReferenceException #27

Closed EraYaN closed 11 years ago

EraYaN commented 11 years ago

When the user logs in with a bogus password, a NullReferenceException is triggered in Session.cpp line 441 _logout->SetResult(true); _logout is <undefined value>

This can be overcome by a try catch statement around the login call, but maybe there is something else wrong.