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

set method stopped working for me #60

Closed Nevraeka closed 11 years ago

Nevraeka commented 11 years ago

From shell and in node I get:

Error: unexpected status code

when using 'tutor set "m13" --format json'. Wondering if gatherer changed their api for that.

davidchambers commented 11 years ago

I can't make set queries via Gatherer's UI at the moment, so it makes sense that Tutor's failing. You may want to submit the feedback form to let the Gatherer maintainers know about the issue.

Nevraeka commented 11 years ago

Thx David.

davidchambers commented 11 years ago

I was trying to look at all the cards from Weatherlight the other day and was forced to do this convoluted search:

block == "Mirage Block" && set != "Mirage" && set != "Visions"

.<

Nevraeka commented 11 years ago

That's just wrong :(