the Final fantasy set (set code FIN) does not appear within the application. Nor does it show as an available update. This is likely due to updates to gatherer.
is parsing for a specific set of html option elements that no longer exist.
Wizards recently (last week or 2) updated the gatherer website. to get the sets list, you now have to click on "sets", then "all sets' to get to https://gatherer.wizards.com/sets
which contains a paginated list of all magic sets
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, we hope to be able to work on this in the next few weeks. Meanwhile, are you using Windows? if this is the case, I could have an alternate solution to use meanwhile.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2025-08-23
Appreciate the work you put in on this!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ParseGathererSets.java
is parsing for a specific set of html option elements that no longer exist.
Wizards recently (last week or 2) updated the gatherer website. to get the sets list, you now have to click on "sets", then "all sets' to get to
https://gatherer.wizards.com/sets
which contains a paginated list of all magic sets
we switching the cards and set loads from more reliable source (scryfall), but did not hook up the updates yet
excellent. I cannot wait until that update to magic assistance is released.
Chomping at the bit for this update! I wanna build some decks because I am excited with what the EoE set has for me to work with 😅
How long are we talking before we can update card sets again?
Hello, we hope to be able to work on this in the next few weeks. Meanwhile, are you using Windows? if this is the case, I could have an alternate solution to use meanwhile.
Appreciate the work you put in on this!
Hello, we're progressing. The update from scryfall is working, I'm doing further code review and tests. We're close to have something to share.