davidchambers / tutor

JavaScript interface for the Gatherer card database
https://gatherer.wizards.com/
Do What The F*ck You Want To Public License
149 stars 18 forks source link

Innistrad non-responsive #5

Closed nicknovitski closed 12 years ago

nicknovitski commented 12 years ago

From checking each page, the problem seems to be pages who have cards whose names are listed a second time in parentheses. For example, the first page has "Altar's Reap (Altar's Reap)," and fails, whereas page 11 has no such cards, and responds as expected).

From logging, it looks the parser is hanging when evaluating list_view_attrs.versions($)[get_gatherer_id($)].expansion

nicknovitski commented 12 years ago

The same thing happens with any set page that includes multi-part cards (for example, the first page of Planechase), so leaving aside why random (non-transforming) cards in Innistrad get displayed (and linked, I noticed) as multi-part cards, that seems to be the problem.