Topic: Error requesting routes from several objects
Hello
Attached list of requests that we make to get the list of the routes of our vehicles.
AS you can see, we have to type of errors ":1001, "error":6
Why? thanks
,
Hello
Attached list of requests that we make to get the list of the routes of our vehicles.
AS you can see, we have to type of errors ":1001, "error":6
Why? thanks
,
attached
.
locationGPS, error 1001 means that there is no messages for selected interval:
https://sdk.wialon.com/wiki/en/sidebar/ … ors/errors
As for error 6 - it occurs in your log only for render/create_messages_layer request. There are different reasons of getting error 6 in this request. For example if you pass "tripDetector" parameter but your unit doesn't have position messages for selected interval.
To answer you definitely it would be better to see logs with request bodies.