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

Fails to load map details #6

Open
thesyntaxinator opened this issue Feb 20, 2020 · 0 comments
Open

Fails to load map details #6

thesyntaxinator opened this issue Feb 20, 2020 · 0 comments

Comments

@thesyntaxinator
Copy link

On iOS 13 I get the following error: Task <...>.<...> finished with error [-999] Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserInfo={NSErrorFailingURLStringKey=https://mt0.mapmyindia.com/advancedmaps/v1/b6kp3lp6ewuzz2368atq5fk8gmhr8y2u/label/vectorTiles/pbf, NSLocalizedDescription=cancelled, NSErrorFailingURLKey=https://mt0.mapmyindia.com/advancedmaps/v1/b6kp3lp6ewuzz2368atq5fk8gmhr8y2u/label/vectorTiles/pbf}

Looking online[https://stackoverflow.com/questions/16073519/nsurlerrordomain-error-code-999-in-ios], it looks like this may be a result of the NSURL session manager getting deallocated (eg from going out of scope) before a given request completes, or making the exact same request again before the previous request has completed (which results in the previous request getting canceled). Can this be fixed in the MapMyIndia iOS SDK framework?

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