We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NavCog tries to parse the src string as an URL. If it is not a valid URL, it will stop while checking download files.
src
{ ... "map_files": [ { "src": "invalid_url:port/path/to/file", "size": 1234567 } ], ... }
This returns nil
NavCogIOSv3/NavCog3/ServerConfig.m
Lines 410 to 412 in 5d281f6
and here causes an exception.
Line 379 in 5d281f6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NavCog tries to parse the
src
string as an URL.If it is not a valid URL, it will stop while checking download files.
This returns nil
NavCogIOSv3/NavCog3/ServerConfig.m
Lines 410 to 412 in 5d281f6
and here causes an exception.
NavCogIOSv3/NavCog3/ServerConfig.m
Line 379 in 5d281f6
The text was updated successfully, but these errors were encountered: