insomniachi / Totoro

A Windows 10/11 only application that is a go to for all things anime.
MIT License
216 stars 12 forks source link

Application crash on MyList #81

Open Enrico-Fabbri opened 7 months ago

Enrico-Fabbri commented 7 months ago

Describe the bug The application crashes when I try to watch my list in grid view. It crashes when displaying lists with a score set by me for the anime.

To Reproduce

  1. Open Totoro
  2. Go to my list
  3. Set the list view to Grid
  4. Search for a tab where there is an anime with a score set by the user

Expected behavior The application should show the anime list without crashing

Desktop (please complete the following information):

Additional Information I'm using as the tracking service AniList.

insomniachi commented 7 months ago

can you share me your anilist username ? it's working for me.

Enrico-Fabbri commented 7 months ago

can you share me your anilist username ? it's working for me.

Sure, my username is SUPERBANEN

insomniachi commented 7 months ago

what is step 3 for? isn't it already grid? it loads for table?

Enrico-Fabbri commented 7 months ago

what is step 3 for? isn't it already grid? it loads for table?

when its list view it works normally but when i use grid view it just crashes

insomniachi commented 7 months ago

can you do this? you can ping me on discord if you're willing image

insomniachi commented 7 months ago

this was caused due to a rating picker control which use 0-10 scale. but you might be using 0-100 scale which causes the crash. I've only fixed crash, but I'll recommend you switch your scoring system to 0-10 as I don't plan to implement multiple scoring systems yet.

Enrico-Fabbri commented 7 months ago

this was caused due to a rating picker control which use 0-10 scale. but you might be using 0-100 scale which causes the crash. I've only fixed crash, but I'll recommend you switch your scoring system to 0-10 as I don't plan to implement multiple scoring systems yet.

do you still need the token?

insomniachi commented 7 months ago

No