Rapport des tests – 12/05/2026, 07:00:23
Tests effectués
3
Réussis
3
Échoués
0
Ratio
100.0%
Monaco: Place d'Armes
Instructions correctes
Paramètres :
| origin | 43.733840506747114,7.4186521768569955 |
| destination | 43.732588510666126,7.421870827674867 |
| language | fr |
✅ Toutes les instructions sont correctes
- Démarrez
- Traversez
- Traversez puis tournez à gauche sur place d'armes
- Tournez à droite sur Place d'Armes
- Traversez Travolator puis tournez à gauche sur travolator puis entrez dans le tunnel
- Prenez l'ascenseur
- Tournez à gauche
- Prenez l'ascenseur
- Tournez à droite
- Traversez puis traversez puis tournez à gauche puis entrez dans le tunnel
- Vous êtes arrivé, la destination se trouve sur votre droite
Paris: Mairie => Lao Lao
Instructions correctes
Paramètres :
| origin | 48.8649564925442,2.3990562558174138 |
| destination | 48.86558286968942,2.3982140421867375 |
| language | fr |
✅ Toutes les instructions sont correctes
- Démarrez sur Place Gambetta
- Placez-vous sur le trottoir de droite et traversez Avenue Gambetta
- Tournez à droite sur Rue des Pyrénées
- Tournez à droite sur Rue des Gâtines
- Vous êtes arrivé, la destination se trouve sur votre droite
Brest: Parking => Faculté des Sciences
Instructions correctes
Paramètres :
| origin | 48.3978616695401,-4.4957028329372415 |
| destination | 48.400219478475414,-4.501386433839799 |
| language | fr |
| profile | wheelchair |
| side_street | left |
✅ Toutes les instructions sont correctes
- Démarrez
- Tournez à gauche
- Entrez dans le tunnel
- Quittez le tunnel
- Tournez à droite puis traversez
- Continuez tout droit
- Tournez à droite
- Tournez à droite
- Tournez à gauche
- Tournez à gauche
- Tournez à droite
- Tournez à droite
- Tournez à gauche
- Vous êtes arrivé, la destination se trouve sur votre droite
BELGIUM
SUCCESS
Tests effectués
100
Réussis
100
Ratio
100.0%
✅ Aucun problème détecté
ENGLAND
SUCCESS
Tests effectués
100
Réussis
100
Ratio
100.0%
✅ Aucun problème détecté
FRANCE
SUCCESS
Tests effectués
100
Réussis
99
Ratio
99.0%
| Request | Erreur |
|---|---|
{"language": "nl", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "blind", "side_street": "left", "destination_side": "right", "origin": "44.632918362035205,6.433423975500379", "destination": "44.617059177583194,6.4386192640424555"} |
{"code":500,"message":"The route is too long. Please narrow down your destination.","success":false}
|
MONACO
WARNING
Tests effectués
100
Réussis
82
Ratio
82.0%
| Request | Erreur |
|---|---|
{"language": "nl", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "profile_without_stair", "side_street": "left", "destination_side": null, "origin": "43.7335054691676,7.430191017705977", "destination": "43.74360929168227,7.430150835219521"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "de", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "stroller", "side_street": null, "destination_side": "right", "origin": "43.75029911716379,7.4510800743062795", "destination": "43.73831907240366,7.435779896534019"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "de", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "true", "include_information_point": "false", "profile": "stroller", "side_street": "right", "destination_side": "left", "origin": "43.734552092629116,7.434576827315065", "destination": "43.73453956663347,7.418859134041993"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "true", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "true", "profile": "pregnancy", "side_street": "right", "destination_side": null, "origin": "43.73565674802139,7.4095204948265145", "destination": "43.72586705496275,7.411096336172839"} |
{"code":500,"error":"could not open relation with OID 7486568\n","message":"Internal server error","success":false}
|
{"language": "es", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "blind", "side_street": "left", "destination_side": "left", "origin": "43.73928048805138,7.436625950832144", "destination": "43.73933719929498,7.436992743574612"} |
{"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}
|
{"language": "nl", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "pregnancy", "side_street": "right", "destination_side": "right", "origin": "43.73476272564836,7.424724434115176", "destination": "43.732924895326214,7.429186199363248"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "en", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "electricWheelchair", "side_street": "right", "destination_side": "right", "origin": "43.747729077887506,7.430060368546932", "destination": "43.733667259387104,7.416930881045999"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "nl", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "true", "include_information_point": "false", "profile": "easyToRead", "side_street": "right", "destination_side": "right", "origin": "43.75180576380039,7.449283747733877", "destination": "43.750984611666446,7.450207526581649"} |
{"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}
|
{"language": "fr", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "true", "profile": "stroller", "side_street": null, "destination_side": "right", "origin": "43.745384986370276,7.43826828317164", "destination": "43.753542068018845,7.448084421193429"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "fr", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "stroller", "side_street": "right", "destination_side": "left", "origin": "43.72660417321309,7.418000355664168", "destination": "43.73455572459875,7.413393570196743"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "de", "polyline_shift": "true", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "false", "profile": "pregnancy", "side_street": "right", "destination_side": null, "origin": "43.73795352483382,7.4370202156146625", "destination": "43.73833836312328,7.438820164627987"} |
{"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_without_stair AS modified_length,\n\t\t\t\t\t--profile_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": "false", "include_slope": "false", "include_information_point": "false", "profile": "painfulWalk", "side_street": null, "destination_side": "right", "origin": "43.74211183524514,7.419849301463617", "destination": "43.73907587229123,7.436521813430815"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "nl", "polyline_shift": "true", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "pregnancy", "side_street": null, "destination_side": "right", "origin": "43.73562112773811,7.4358220317883035", "destination": "43.746487712907204,7.431857158481848"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "false", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "pregnancy", "side_street": "right", "destination_side": "right", "origin": "43.7453607727941,7.438976245973493", "destination": "43.751075576069915,7.448688369812982"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "fr", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "valid", "side_street": "left", "destination_side": "right", "origin": "43.73870625634328,7.4236186100208945", "destination": "43.73900253526939,7.4241296910419"} |
{"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}
|
{"language": "fr", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "true", "profile": "pregnancy", "side_street": "right", "destination_side": "left", "origin": "43.73103677839681,7.42099963703559", "destination": "43.7427766720798,7.420108980315041"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "profile_without_stair", "side_street": null, "destination_side": "left", "origin": "43.75019030608692,7.4273871024285905", "destination": "43.74552166061701,7.438189149905464"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "en", "polyline_shift": "false", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "pregnancy", "side_street": "right", "destination_side": "left", "origin": "43.73411785301256,7.43386878063074", "destination": "43.74589919743855,7.426563480292671"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
NETHERLANDS
SUCCESS
Tests effectués
100
Réussis
99
Ratio
99.0%
| Request | Erreur |
|---|---|
{"language": "fr", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "sightImpaired", "side_street": null, "destination_side": "left", "origin": "52.16565185741378,5.546912938772604", "destination": "52.17794480208896,5.538235156667182"} |
{"code":500,"message":"No route found.","success":false}
|
SPAIN
SUCCESS
Tests effectués
100
Réussis
98
Ratio
98.0%
| Request | Erreur |
|---|---|
{"language": "fr", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "easyToRead", "side_street": "left", "destination_side": null, "origin": "41.92220096674538,-0.6058106443574022", "destination": "41.93236555920413,-0.6019910334447998"} |
{"code":500,"message":"The route is too long. Please narrow down your destination.","success":false}
|
{"language": "de", "polyline_shift": "false", "full_json": "true", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "valid", "side_street": "right", "destination_side": "right", "origin": "42.35237512102201,-0.5651036373209696", "destination": "42.35487279750206,-0.5583987740117742"} |
{"code":500,"message":"The route is too long. Please narrow down your destination.","success":false}
|
SWITZERLAND
SUCCESS
Tests effectués
100
Réussis
97
Ratio
97.0%
| Request | Erreur |
|---|---|
{"language": "fr", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "pregnancy", "side_street": "left", "destination_side": "right", "origin": "46.39301008212238,7.696193417630638", "destination": "46.37778884170888,7.690935399683232"} |
{"code":500,"message":"This route contains abnormal number of sections.","success":false}
|
{"language": "en", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "sightImpaired", "side_street": null, "destination_side": null, "origin": "46.45975256991802,7.942468471149419", "destination": "46.44986651860883,7.924334572250879"} |
{"code":500,"message":"This route contains abnormal number of sections.","success":false}
|
{"language": "nl", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "easyToRead", "side_street": null, "destination_side": "left", "origin": "46.788558071163955,8.74321632631562", "destination": "46.77159000784255,8.747946268311019"} |
{"code":500,"message":"This route contains abnormal number of sections.","success":false}
|