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

The SDK doesn't return Geography's Languages #82

Open
mariusc opened this issue Nov 10, 2020 · 0 comments
Open

The SDK doesn't return Geography's Languages #82

mariusc opened this issue Nov 10, 2020 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@mariusc
Copy link
Contributor

mariusc commented Nov 10, 2020

NStack.sharedInstance.geographyManager?.languages(completion: { languages in
            print("languages - \(languages)")
        })

prints this in the console

languages - failure(Swift.DecodingError.keyNotFound(CodingKeys(stringValue: "is_default", intValue: nil), Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "data", intValue: nil), _JSONKey(stringValue: "Index 0", intValue: 0)], debugDescription: "No value associated with key CodingKeys(stringValue: \"is_default\", intValue: nil) (\"is_default\").", underlyingError: nil)))

Issue can be see in #81

@mariusc mariusc added the bug Something isn't working label Nov 10, 2020
@mariusc mariusc added this to the NStack 6 milestone Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant