Thanks to visit codestin.com
Credit goes to sourceforge.net

Menu

#686 [FIN] Final Fantasy Set Not Available as an Update

Bug
open
nobody
6
2025-09-02
2025-06-13
No

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.

Discussion

  • Jason Grammenos

    Jason Grammenos - 2025-06-14

    ParseGathererSets.java

        private static final String SET_QUERY_URL_BASE = GatherHelper.GATHERER_URL_BASE + "Pages/Default.aspx";
        /*-
                        <b>
                            Filter Card Set:
                        </b>
                        <p>
                            <select name="ctl00$ctl00$MainContent$Content$SearchControls$setAddText" id="ctl00_ctl00_MainContent_Content_SearchControls_setAddText">
        <option value=""></option>
        <option value="Alara Reborn">Alara Reborn</option>
        <option value="Alliances">Alliances</option>
        <option value="Antiquities">Antiquities</option>
        ...
        </select>
         */
        private static Pattern setStartPattern = Pattern
                .compile("Card Set:.*?<option value=\"\"></option>(.*?)</select>");
        private static Pattern oneSetPattern = Pattern.compile("<option.*?>(.*?)</option>");
        private Collection<Edition> newSets = new ArrayList<>();
        private Collection<String> allParsed = new ArrayList<>();
    

    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

     
  • Alena Laskavaia

    Alena Laskavaia - 2025-06-14

    we switching the cards and set loads from more reliable source (scryfall), but did not hook up the updates yet

     
  • Jason Grammenos

    Jason Grammenos - 2025-06-14

    excellent. I cannot wait until that update to magic assistance is released.

     
  • Anonymous

    Anonymous - 2025-08-09

    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?

     
  • BlueCurler

    BlueCurler - 2025-08-17

    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.

     
  • Anonymous

    Anonymous - 2025-08-23

    Appreciate the work you put in on this!

     
  • BlueCurler

    BlueCurler - 2025-09-02

    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.

     

Anonymous
Anonymous

Add attachments
Cancel