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

fetch_set fails on single page results #38

Closed tstrimple closed 11 years ago

tstrimple commented 11 years ago

Single page sets fail fetch_set. For example the From the Vault sets all have a single page which returns Not Found due to the verification step checking for the paging form. Since there is only one page, there is no paging form.

http://localhost:3000/set/From%20the%20Vault:%20Exiled

davidchambers commented 11 years ago

Thanks for the bug reports.