{"language": "nl", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "electricWheelchair", "side_street": "right", "destination_side": "right", "origin": "43.74278768142172,7.425549084627316", "destination": "43.73753841191448,7.418966767693496"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "de", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "profile_without_stair", "side_street": "right", "destination_side": "left", "origin": "43.72916814711973,7.424357681831742", "destination": "43.733821099435346,7.418145386200189"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "fr", "polyline_shift": "false", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "false", "profile": "pregnancy", "side_street": "right", "destination_side": "left", "origin": "43.744078815207736,7.43460070621537", "destination": "43.73482209942566,7.432240729759776"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "pregnancy", "side_street": null, "destination_side": null, "origin": "43.75386067251914,7.439925753068011", "destination": "43.74833889806926,7.434791180927988"} |
{"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": "false", "include_information_point": "false", "profile": "stroller", "side_street": null, "destination_side": "right", "origin": "43.74065931069729,7.438533722364012", "destination": "43.74340120305859,7.434926906282297"} |
{"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": "false", "include_slope": "true", "include_information_point": "true", "profile": "wheelchair", "side_street": "right", "destination_side": null, "origin": "43.744765645602506,7.419990804255153", "destination": "43.728871049614916,7.42466705089279"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "es", "polyline_shift": "true", "full_json": "true", "include_crossing": "true", "include_slope": "false", "include_information_point": "true", "profile": "painfulWalk", "side_street": null, "destination_side": null, "origin": "43.74067204155008,7.416078111307846", "destination": "43.750122848270344,7.435187305924281"} |
{"code":500,"message":"No route available","success":false}
|
{"language": "fr", "polyline_shift": "false", "full_json": "false", "include_crossing": "false", "include_slope": "false", "include_information_point": "false", "profile": "painfulWalk", "side_street": "left", "destination_side": "left", "origin": "43.724285672623225,7.411979393444646", "destination": "43.73923496559081,7.421979938047589"} |
{"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": "false", "include_information_point": "true", "profile": "blind", "side_street": null, "destination_side": "left", "origin": "43.74148530687664,7.437022494226261", "destination": "43.73946325026363,7.43781071499752"} |
{"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": "true", "full_json": "true", "include_crossing": "false", "include_slope": "true", "include_information_point": "true", "profile": "easyToRead", "side_street": "left", "destination_side": null, "origin": "43.74322049363287,7.435208289266172", "destination": "43.73091505313823,7.423304522282137"} |
{"code":500,"error":"Traceback (most recent call last):\n File \"/tmp/8de3344fa40f498/routing_engine/v4/routing_engine.py\", line 955, in calculate_route\n polylines = nv_route.updatePolyline(intersections)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/tmp/8de3344fa40f498/mapbox_format_objects/NVibeRoute.py\", line 397, in updatePolyline\n result = self.linkTwoPolyline([allPolyline[i - 1][-1], newCoordinate], allPolyline[i])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/tmp/8de3344fa40f498/mapbox_format_objects/NVibeRoute.py\", line 538, in linkTwoPolyline\n if newPolyline1[-1].distance(newPolyline2[0]) < 1:\n ^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'distance'\n","message":"Internal server error","success":false}
|
{"language": "fr", "polyline_shift": "false", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "false", "profile": "electricWheelchair", "side_street": null, "destination_side": "right", "origin": "43.75188099109739,7.450128914537343", "destination": "43.74790921571461,7.443340134202701"} |
{"code":500,"message":"Could not find a route without stair","success":false}
|
{"language": "nl", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "false", "include_information_point": "false", "profile": "blind", "side_street": "right", "destination_side": "right", "origin": "43.74459184857775,7.4389664847104715", "destination": "43.73243995118169,7.424247926366751"} |
{"code":500,"error":"Traceback (most recent call last):\n File \"/tmp/8de3344fa40f498/routing_engine/v4/routing_engine.py\", line 955, in calculate_route\n polylines = nv_route.updatePolyline(intersections)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/tmp/8de3344fa40f498/mapbox_format_objects/NVibeRoute.py\", line 397, in updatePolyline\n result = self.linkTwoPolyline([allPolyline[i - 1][-1], newCoordinate], allPolyline[i])\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/tmp/8de3344fa40f498/mapbox_format_objects/NVibeRoute.py\", line 538, in linkTwoPolyline\n if newPolyline1[-1].distance(newPolyline2[0]) < 1:\n ^^^^^^^^^^^^^^^^^^^^^^^^^\nAttributeError: 'NoneType' object has no attribute 'distance'\n","message":"Internal server error","success":false}
|
{"language": "de", "polyline_shift": "true", "full_json": "false", "include_crossing": "true", "include_slope": "true", "include_information_point": "true", "profile": "profile_default", "side_street": "right", "destination_side": "right", "origin": "43.7249226409943,7.40874286142883", "destination": "43.731447414259385,7.429280001665698"} |
{"code":500,"message":"No route available","success":false}
|