You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto fwjson = http_client->get("api/v1/system/firmware", timeout_sec);
This line in the client sometimes fails for us with this error
what(): CurlClient::execute_request failed for the url: [http://os-122422000616.local/api/v1/system/firmware] with the error message: Couldn't connect to server
When SensorHTTP::create() is invoked. Simply retrying a few times makes it go away. Meanwhile I can never reproduce this behaviour when just using curl on the command line in a loop
while true; do curl --request GET http://os-122422000616.local/api/v1/system/firmware && echo "result was $?"; done
(always successful).
This has happened with several different rev7 devices, and I'm not sure how to troubleshoot. The scanners work normally once connected.
Any advice on how to investigate?
I have not yes tried with current master, as it has introduced some install issues wrt to the version we're using, but the HTTP code is identical.
The text was updated successfully, but these errors were encountered:
ouster-sdk/ouster_client/src/sensor_http.cpp
Line 18 in 225053d
This line in the client sometimes fails for us with this error
When
SensorHTTP::create()
is invoked. Simply retrying a few times makes it go away. Meanwhile I can never reproduce this behaviour when just using curl on the command line in a loop(always successful).
This has happened with several different rev7 devices, and I'm not sure how to troubleshoot. The scanners work normally once connected.
Any advice on how to investigate?
I have not yes tried with current master, as it has introduced some install issues wrt to the version we're using, but the HTTP code is identical.
The text was updated successfully, but these errors were encountered: