Rapport des tests du 05/01/2026, 14:30:16

BELGIUM

Errors
Request Result
{"language": "nl", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "electricWheelchair", "side_street": null, "destination_side": "right", "origin": "51.048795546601475,4.191958475183892", "destination": "51.055363729717556,4.173427507480351"}
{"code":500,"message":"This route contains abnormal number of sections.","success":false}
{"language": "fr", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "painfulWalk", "side_street": null, "destination_side": "right", "origin": "50.27853861454999,5.285540258391827", "destination": "50.28751069010006,5.309645132345786"}
HTTPSConnectionPool(host='nvroute-api.n-vibe.com', port=443): Read timed out. (read timeout=5)

ENGLAND

Errors
Request Result
{"language": "nl", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "stroller", "side_street": "left", "destination_side": "left", "origin": "51.72358106805461,-2.116641084683173", "destination": "51.72345032826607,-2.0964473005914366"}
HTTPSConnectionPool(host='nvroute-api.n-vibe.com', port=443): Read timed out. (read timeout=5)
{"language": "de", "polyline_shift": "false", "full_json": "true", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "blind", "side_street": "right", "destination_side": null, "origin": "54.10478572647788,-2.2749522503932234", "destination": "54.11849716872872,-2.2690034004843103"}
HTTPSConnectionPool(host='nvroute-api.n-vibe.com', port=443): Read timed out. (read timeout=5)

FRANCE

MONACO

Errors
Request Result
{"language": "fr", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "true", "profile": "pregnancy", "side_street": "left", "destination_side": null, "origin": "43.7417228775096,7.435416861325539", "destination": "43.74323483182079,7.422549290105755"}
{"code":500,"message":"Could not find a route without stair","success":false}
{"language": "fr", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "true", "profile": "painfulWalk", "side_street": "right", "destination_side": null, "origin": "43.752787175333346,7.451757420497943", "destination": "43.75324000357144,7.434152310128592"}
{"code":500,"message":"Could not find a route without stair","success":false}
{"language": "de", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "profile_without_stair", "side_street": "right", "destination_side": "right", "origin": "43.73449265425647,7.415447574412366", "destination": "43.72820085869016,7.423805227964341"}
{"code":500,"message":"Could not find a route without stair","success":false}
{"language": "nl", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "true", "profile": "wheelchair", "side_street": "right", "destination_side": null, "origin": "43.74977005490713,7.4350838075755386", "destination": "43.74156296635604,7.423702669300608"}
{"code":500,"message":"Could not find a route without stair","success":false}
{"language": "es", "polyline_shift": "true", "full_json": "true", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "stroller", "side_street": "right", "destination_side": null, "origin": "43.72774592254187,7.42462537579188", "destination": "43.73017361121422,7.42822883048491"}
{"code":500,"message":"Could not find a route without stair","success":false}
{"language": "de", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "true", "profile": "wheelchair", "side_street": "right", "destination_side": "left", "origin": "43.752766677712415,7.4482905169490365", "destination": "43.74870268047056,7.444317143444954"}
{"code":500,"message":"Could not find a route without stair","success":false}
{"language": "en", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "true", "include_information_point": "false", "profile": "electricWheelchair", "side_street": "right", "destination_side": "left", "origin": "43.74854245729902,7.448033335016603", "destination": "43.74882428975852,7.442547986111037"}
{"code":500,"error":"Unexpected Null value in column source\nCONTEXT:  SQL function \"pgr_astar\" statement 1\nSQL statement \"CREATE TEMP TABLE IF NOT EXISTS result_pgr_aStar AS\n\t\tSELECT seq, edge, node\n\t\tFROM pgr_aStar(\n\t\t    $$\n\t\t    SELECT fid AS id, source, target, modified_length AS cost, modified_length AS reverse_cost, x1, y1, x2, y2\n\t\t    FROM (\n\t\t        SELECT \n\t\t\t\t\tfid, \n\t\t\t\t\t--profile_without_stair AS modified_length,\n\t\t\t\t\tprofile_wheelchair AS modified_length,\n\t\t\t\t\tsource, \n\t\t\t\t\ttarget, \n\t\t\t\t\tx1, \n\t\t\t\t\ty1, \n\t\t\t\t\tx2, \n\t\t\t\t\ty2\n\t\t        FROM edges_all_vw\n\t\t        UNION ALL\n\t\t        SELECT \n\t\t\t\t\tfid, \n\t\t\t\t\tmodified_length, \n\t\t\t\t\tsource, \n\t\t\t\t\ttarget, \n\t\t\t\t\tx1, \n\t\t\t\t\ty1, \n\t\t\t\t\tx2, \n\t\t\t\t\ty2\n\t\t        FROM temp_routing_edges\n\t\t    ) AS all_edges\n\t\t    $$,\n\t\t    new_origin.node,\n\t\t    new_destination.node,\n\t\t    directed := false\n\t\t)\"\nPL/pgSQL function get_routing_ellipse_with_snapping_v4(character varying,character varying,character varying) line 117 at SQL statement\n","message":"Internal server error","success":false}
{"language": "de", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "blind", "side_street": "right", "destination_side": "left", "origin": "43.73779300604227,7.41352849282219", "destination": "43.72858264624457,7.40699570350486"}
{"code":500,"message":"No route available","success":false}
{"language": "fr", "polyline_shift": "false", "full_json": "true", "include_crossing": "false", "include_slope": "false", "include_information_point": "true", "profile": "electricWheelchair", "side_street": "right", "destination_side": "right", "origin": "43.734710610216645,7.4088216159175255", "destination": "43.743461482046165,7.4270750163598995"}
HTTPSConnectionPool(host='nvroute-api.n-vibe.com', port=443): Read timed out. (read timeout=5)
{"language": "nl", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "profile_without_stair", "side_street": "right", "destination_side": "left", "origin": "43.73685234593245,7.431867789571473", "destination": "43.73794768353722,7.432227593560853"}
{"code":500,"error":"Unexpected Null value in column source\nCONTEXT:  SQL function \"pgr_astar\" statement 1\nSQL statement \"CREATE TEMP TABLE IF NOT EXISTS result_pgr_aStar AS\n\t\tSELECT seq, edge, node\n\t\tFROM pgr_aStar(\n\t\t    $$\n\t\t    SELECT fid AS id, source, target, modified_length AS cost, modified_length AS reverse_cost, x1, y1, x2, y2\n\t\t    FROM (\n\t\t        SELECT \n\t\t\t\t\tfid, \n\t\t\t\t\t--profile_without_stair AS modified_length,\n\t\t\t\t\tprofile_wheelchair AS modified_length,\n\t\t\t\t\tsource, \n\t\t\t\t\ttarget, \n\t\t\t\t\tx1, \n\t\t\t\t\ty1, \n\t\t\t\t\tx2, \n\t\t\t\t\ty2\n\t\t        FROM edges_all_vw\n\t\t        UNION ALL\n\t\t        SELECT \n\t\t\t\t\tfid, \n\t\t\t\t\tmodified_length, \n\t\t\t\t\tsource, \n\t\t\t\t\ttarget, \n\t\t\t\t\tx1, \n\t\t\t\t\ty1, \n\t\t\t\t\tx2, \n\t\t\t\t\ty2\n\t\t        FROM temp_routing_edges\n\t\t    ) AS all_edges\n\t\t    $$,\n\t\t    new_origin.node,\n\t\t    new_destination.node,\n\t\t    directed := false\n\t\t)\"\nPL/pgSQL function get_routing_ellipse_with_snapping_v4(character varying,character varying,character varying) line 117 at SQL statement\n","message":"Internal server error","success":false}
{"language": "de", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "stroller", "side_street": null, "destination_side": "right", "origin": "43.744292391398275,7.442578281246244", "destination": "43.74294345402646,7.442047388340075"}
{"code":500,"error":"Unexpected Null value in column source\nCONTEXT:  SQL function \"pgr_astar\" statement 1\nSQL statement \"CREATE TEMP TABLE IF NOT EXISTS result_pgr_aStar AS\n\t\tSELECT seq, edge, node\n\t\tFROM pgr_aStar(\n\t\t    $$\n\t\t    SELECT fid AS id, source, target, modified_length AS cost, modified_length AS reverse_cost, x1, y1, x2, y2\n\t\t    FROM (\n\t\t        SELECT \n\t\t\t\t\tfid, \n\t\t\t\t\t--profile_without_stair AS modified_length,\n\t\t\t\t\tprofile_wheelchair AS modified_length,\n\t\t\t\t\tsource, \n\t\t\t\t\ttarget, \n\t\t\t\t\tx1, \n\t\t\t\t\ty1, \n\t\t\t\t\tx2, \n\t\t\t\t\ty2\n\t\t        FROM edges_all_vw\n\t\t        UNION ALL\n\t\t        SELECT \n\t\t\t\t\tfid, \n\t\t\t\t\tmodified_length, \n\t\t\t\t\tsource, \n\t\t\t\t\ttarget, \n\t\t\t\t\tx1, \n\t\t\t\t\ty1, \n\t\t\t\t\tx2, \n\t\t\t\t\ty2\n\t\t        FROM temp_routing_edges\n\t\t    ) AS all_edges\n\t\t    $$,\n\t\t    new_origin.node,\n\t\t    new_destination.node,\n\t\t    directed := false\n\t\t)\"\nPL/pgSQL function get_routing_ellipse_with_snapping_v4(character varying,character varying,character varying) line 117 at SQL statement\n","message":"Internal server error","success":false}
{"language": "es", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "blind", "side_street": "right", "destination_side": "left", "origin": "43.73499160429363,7.410126702068274", "destination": "43.73545334461149,7.434908499621841"}
{"code":500,"error":"could not open relation with OID 7205596\n","message":"Internal server error","success":false}
{"language": "en", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "profile_default", "side_street": null, "destination_side": "left", "origin": "43.74111688275062,7.43813918316256", "destination": "43.740086520674396,7.436549674977776"}
{"code":500,"error":"Unexpected Null value in column source\nCONTEXT:  SQL function \"pgr_astar\" statement 1\nSQL statement \"CREATE TEMP TABLE IF NOT EXISTS result_pgr_aStar AS\n\t\tSELECT seq, edge, node\n\t\tFROM pgr_aStar(\n\t\t    $$\n\t\t    SELECT fid AS id, source, target, modified_length AS cost, modified_length AS reverse_cost, x1, y1, x2, y2\n\t\t    FROM (\n\t\t        SELECT \n\t\t\t\t\tfid, \n\t\t\t\t\tprofile_default AS modified_length,\n\t\t\t\t\tsource, \n\t\t\t\t\ttarget, \n\t\t\t\t\tx1, \n\t\t\t\t\ty1, \n\t\t\t\t\tx2, \n\t\t\t\t\ty2\n\t\t        FROM edges_all_vw\n\t\t        UNION ALL\n\t\t        SELECT \n\t\t\t\t\tfid, \n\t\t\t\t\tmodified_length, \n\t\t\t\t\tsource, \n\t\t\t\t\ttarget, \n\t\t\t\t\tx1, \n\t\t\t\t\ty1, \n\t\t\t\t\tx2, \n\t\t\t\t\ty2\n\t\t        FROM temp_routing_edges\n\t\t    ) AS all_edges\n\t\t    $$,\n\t\t    new_origin.node,\n\t\t    new_destination.node,\n\t\t    directed := false\n\t\t)\"\nPL/pgSQL function get_routing_ellipse_with_snapping_v4(character varying,character varying,character varying) line 83 at SQL statement\n","message":"Internal server error","success":false}

NETHERLANDS

Errors
Request Result
{"language": "nl", "polyline_shift": "true", "full_json": "true", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "electricWheelchair", "side_street": null, "destination_side": null, "origin": "51.69098630159443,5.039667845860405", "destination": "51.70456225054667,5.051644203765488"}
{"code":500,"message":"No route found.","success":false}
{"language": "en", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "easyToRead", "side_street": "left", "destination_side": null, "origin": "52.08387742667683,6.165832166253618", "destination": "52.06831081994177,6.155051242163006"}
{"code":500,"message":"This route contains abnormal number of sections.","success":false}
{"language": "en", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "wheelchair", "side_street": null, "destination_side": "right", "origin": "51.827909385080495,5.152130240950626", "destination": "51.81365010612643,5.140314207171529"}
{"code":500,"message":"This route contains abnormal number of sections.","success":false}

SPAIN

Errors
Request Result
{"language": "es", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "profile_default", "side_street": "right", "destination_side": "right", "origin": "41.45560098785989,-5.195331886021581", "destination": "41.464236293965286,-5.187546646319045"}
{"code":500,"message":"The route is too long. Please narrow down your destination.","success":false}
{"language": "nl", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "easyToRead", "side_street": "right", "destination_side": "right", "origin": "38.49225724772545,-2.499241611766973", "destination": "38.507401404891105,-2.4894431063392513"}
HTTPSConnectionPool(host='nvroute-api.n-vibe.com', port=443): Read timed out. (read timeout=5)

SWITZERLAND

Errors
Request Result
{"language": "en", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "wheelchair", "side_street": "left", "destination_side": "left", "origin": "46.8123289405592,9.462040469497571", "destination": "46.806139960608604,9.484363112298302"}
{"code":500,"message":"The route is too long. Please narrow down your destination.","success":false}
{"language": "fr", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "blind", "side_street": "right", "destination_side": "left", "origin": "46.94894440024784,9.481579235348415", "destination": "46.94287096764269,9.462813229950644"}
{"code":500,"message":"This route contains abnormal number of sections.","success":false}
{"language": "de", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "profile_default", "side_street": null, "destination_side": "left", "origin": "46.68591724640127,7.185848514291459", "destination": "46.68320481577421,7.16026791246812"}
{"code":500,"message":"The route is too long. Please narrow down your destination.","success":false}
{"language": "en", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "pregnancy", "side_street": "right", "destination_side": null, "origin": "46.582784215179046,7.902101737159398", "destination": "46.597161394633346,7.889103509232025"}
{"code":500,"message":"This route contains abnormal number of sections.","success":false}