You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lex@desktop MINGW64 ~/go/src/github.com/lexfrei/goscgp (master)
$ go run requester/maim.go
json: cannot unmarshal string into Go struct field Card.hand of type int
exit status 1
The text was updated successfully, but these errors were encountered:
This error in particular is because of the addition of the hand property of Vanguard cards which modify starting hand and life totals. The SDK needs to be updated to reflect this change, among others. Paulo Luculano fixed a few of these in January, but there is still more to do.
Also, I think the language parameter only functions if you use a non-English card name, I don't think it actually filters beyond that, though I may be wrong.
Seems like something goes wrong.
My code:
My error:
The text was updated successfully, but these errors were encountered: