<div dir="ltr">Hello team,<br><br>Routes are not getting displayed in the Marble Maps Android app. This is happening because the two runners that we are using to fetch the routes there, that is, <b>OpenRouteServiceRunner</b> and <b>CycleStreetsRunner</b>, are failing to work as expected. The network replies for <a href="https://paste.kde.org/pcl6pbtfl/ka5ml9">these network requests</a> are emitting error signals (<b>ConnectionRefusedError</b> and <b>UnknownNetworkError</b> respectively) in both runners, in the following two code lines respectively:<br>1. <b>OpenRouteServiceRunner</b> : <a href="https://github.com/KDE/marble/blob/2551ee5f85ab9fe84f2e7d4f3883ec4e1563f595/src/plugins/runner/openrouteservice/OpenRouteServiceRunner.cpp#L116">https://github.com/KDE/marble/blob/2551ee5f85ab9fe84f2e7d4f3883ec4e1563f595/src/plugins/runner/openrouteservice/OpenRouteServiceRunner.cpp#L116</a><br>2. <b>CycleStreetsRunner</b> : <a href="https://github.com/KDE/marble/blob/33eff9bc4ea9581dc3d84783f62747463f2c047e/src/plugins/runner/cyclestreets/CycleStreetsRunner.cpp#L126">https://github.com/KDE/marble/blob/33eff9bc4ea9581dc3d84783f62747463f2c047e/src/plugins/runner/cyclestreets/CycleStreetsRunner.cpp#L126</a><div><br></div><div>This is resulting in no routes being shown between locations in Marble Maps when searched for the same. And I just checked that this issue exists in the production app present in the Play Store itself. Does someone have an idea about what could be done to resolve this issue?</div><div><br></div><div>Regards,</div><div>Sanjiban</div></div>