bstaple1 / MTGA_Draft_17Lands

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

Retro Artifacts not appearing in tool #24

Closed kaiyoshino closed 1 year ago

kaiyoshino commented 1 year ago

Retro Artifacts don't appear in the draft tool. Below is a screenshot of Taken Cards where you can see they are not showing, but they also don't show during the draft. I see the Retro Artifacts on 17Lands. Is there an issue with my download of the card data maybe? image image

bstaple1 commented 1 year ago

I just checked the downloaded card data and I'm seeing Bone Saw and Gilded Lotus. It's possible that there's a log parsing issue.

Could you attach your _DraftLog_BROPremierDraft file from the Logs folder? This file contains the Arena log entries from which this application is pulling the draft data.

Thanks.

kaiyoshino commented 1 year ago

DraftLog_BRO_PremierDraft_ddf560ea-6278-4804-bc7d-4d71428c3c9d.log Attached. Thanks.

bstaple1 commented 1 year ago

I'm seeing the missing cards when I read your log (File->Open).

image

If you open up the debug.log file in the Debug folder, and you search for the word Error, do you see any entries?

Also, could you re-download the set, open the log file using the application (File->Open), and confirm that you're still not seeing those cards?

kaiyoshino commented 1 year ago

The issue has gone away after re-downloading the set. Thanks for your quick and attentive responses!