AlexanderColen / Annie-May-Discord-Bot

Discord bot written in C# for AniList anime/manga lookup.
https://discord.com/oauth2/authorize?client_id=701143398526222386&permissions=388160&scope=bot
13 stars 1 forks source link

Null media status values on userlists breaks media lookup. #45

Closed AlexanderColen closed 4 years ago

AlexanderColen commented 4 years ago

Caused by the looking up of users' lists and trying to parse their media status. Error converting value {null} to type 'AnnieMayDiscordBot.Enums.Anilist.MediaStatus'. Path 'data.MediaListCollection.lists[0].entries[42].media.status', line 1, position 12942.

Fixing #41 by refactoring the way it is handled may fix this issue.