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
Hi Efrat !
I'm trying to develop an app to retrieve some data from Beats.
I found that there is an exception in the method GetAlbumByArtist (Id)
ex. code
var Albums = await client.Artists.GetAlbumsByArtist(artistId);
Exception:
An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: The argument type, 'CodingChick.BeatsMusicAPI.Core.Endpoints.Enums.PlaylistRefType', is not the same as the enum type 'CodingChick.BeatsMusicAPI.Core.Endpoints.Enums.AlbumRefType'.
Can you confirm ?
The text was updated successfully, but these errors were encountered:
Hi Efrat !
I'm trying to develop an app to retrieve some data from Beats.
I found that there is an exception in the method GetAlbumByArtist (Id)
ex. code
var Albums = await client.Artists.GetAlbumsByArtist(artistId);
Exception:
An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: The argument type, 'CodingChick.BeatsMusicAPI.Core.Endpoints.Enums.PlaylistRefType', is not the same as the enum type 'CodingChick.BeatsMusicAPI.Core.Endpoints.Enums.AlbumRefType'.
Can you confirm ?
The text was updated successfully, but these errors were encountered: