Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem querying all sets #7

Open
fabiotavarespr opened this issue May 14, 2020 · 0 comments
Open

Problem querying all sets #7

fabiotavarespr opened this issue May 14, 2020 · 0 comments

Comments

@fabiotavarespr
Copy link

When I request to list all collections, the following error is occurring.

Request query

...
sets, err := mtg.NewSetQuery().All()
	if err != nil {
		panic(err)
	}
...

Erro

panic: Unexpected booster content. Got "[\"playtest\",[\"foil mythic rare\",\"foil rare\",\"foil uncommon\",\"foil common\"]]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant