All of sudden, on Route request failing with error code 500, a day ago it was working fine. we have try with changing start and off location but no luck.
Fri, 07/13/2018 - 05:38
MQBrianCoakley
If you're still seeing this,
If you're still seeing this, can you post a request that is failing?
Good to know. I was going to say, the Navigation SDK is only available in the U.S. at this time.
Thu, 10/08/2020 - 03:44
Pistle
The HTTP status code 500 is a
The HTTP status code 500 is a generic error response. It means that the server encountered an unexpected condition that prevented it from fulfilling the request. This error is usually returned by the server when no other error code is suitable.
Yes we are still facing this .
Here is the request data
...Options...
.maxRoutes(3)
.systemOfMeasurementForDisplayText(SystemOfMeasurement.UNITED_STATES_CUSTOMARY) // or specify METRIC
.language("en_US")
.highways(RouteOptionType.ALLOW)
.tolls(RouteOptionType.ALLOW)
.ferries(RouteOptionType.DISALLOW)
.internationalBorders(RouteOptionType.DISALLOW)
.unpaved(RouteOptionType.DISALLOW)
.seasonalClosures(RouteOptionType.AVOID)
.build();
And Coordinates are...
startPointCoordinate: 26.9893194,75.7733995
waypoint 0 : 26.9893136,75.7733705
waypoint 1 : 26.9876355,75.77378449999999
ok i got it we are usign the wrong coordinates ,
thanks for your help
The HTTP status code 500 is a generic error response. It means that the server encountered an unexpected condition that prevented it from fulfilling the request. This error is usually returned by the server when no other error code is suitable.