bstaple1 / MTGA_Draft_17Lands

Magic: The Gathering Arena draft tool that utilizes 17Lands data
MIT License
110 stars 31 forks source link

Download Failed: Couldn't Collect Ratings Data #6

Closed z33kz33k closed 2 years ago

z33kz33k commented 2 years ago

I'm getting this error when trying to use ADD SET with:

Haven't checked anything but the above and SNC PremierDraft and Kaldheim QuickDraft (those had downloaded without issues as can be seen below). I'm on Windows10 with version 2.82.

What is the reason for this behavior?

image

bstaple1 commented 2 years ago

Hi z33kz33k,

This tool uses the 17Lands API endpoint to collect data for all of the different filter options (i.e. All Decks, W, B, WU, etc.). If the tool is unable to collect data for every filter option, then it produces the Couldn't Collect Ratings response because it sees it as an incomplete data set. I checked the above set combinations and it appears that the API isn't returning some of the filter options (e.g. filter option W is missing for SNC Sealed).

I created a development branch (DEV_0283) that has some logic in place for filling out these incomplete data sets (using all zeroes). If I have some free time this week, then I will test this new code and produce a new build.

bstaple1 commented 2 years ago

This issue was addressed in version 2.83.