Summary: | Calls to CycleStreets API are sometimes incomplete | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | CycleStreets <kdebugs> |
Component: | data | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nienhueser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/marble/9301b9692690db4b46b271c9adcd926af5d025d1 | Version Fixed In: | |
Sentry Crash Report: |
Description
CycleStreets
2017-01-02 02:02:02 UTC
Git commit 1fb2ad4977ec58385bf086dd0aa9bb3d8ce4873b by Dennis Nienhüser. Committed on 02/01/2017 at 18:21. Pushed by nienhueser into branch 'master'. If 'plan' or 'speed' options are not set, use default values The values could be empty if the config file is corrupted. M +8 -0 src/plugins/runner/cyclestreets/CycleStreetsRunner.cpp https://commits.kde.org/marble/1fb2ad4977ec58385bf086dd0aa9bb3d8ce4873b Git commit 9301b9692690db4b46b271c9adcd926af5d025d1 by Dennis Nienhüser. Committed on 02/01/2017 at 18:45. Pushed by nienhueser into branch 'Applications/16.12'. If 'plan' or 'speed' options are not set, use default values The values could be empty if the config file is corrupted. (cherry picked from commit 1fb2ad4977ec58385bf086dd0aa9bb3d8ce4873b) M +8 -0 src/plugins/runner/cyclestreets/CycleStreetsRunner.cpp https://commits.kde.org/marble/9301b9692690db4b46b271c9adcd926af5d025d1 Not really sure why this would happen as well, broken config files could be a reason. The fix above should catch it in any case. Pushed it to git master and the stable branch. It might take quite some time though to reach all users since it depends on them (their company, Linux distribution, ...) to update the software. |