You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
await Client.Tag.GetTopTracksAsync(Tag, page: 1, Results); where "Tag" is a string and "Results" is an integer, throws
"System.NullReferenceException in IF.Lastfm.Core.dll
Object reference not set to an instance of an object."
LastFm Client is properly instantiated.
The text was updated successfully, but these errors were encountered:
I checked and debugged this issue but I did not understand why it is not validating. But Tag/GetTopTracksCommand/HandleResponse selecting an invalid token -- selecting "toptracks" instead of "tracks".
await Client.Tag.GetTopTracksAsync(Tag, page: 1, Results);
where "Tag" is a string and "Results" is an integer, throws"System.NullReferenceException in IF.Lastfm.Core.dll
Object reference not set to an instance of an object."
LastFm Client is properly instantiated.
The text was updated successfully, but these errors were encountered: