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
While provisioning a L900 I noticed that if the device time is off, trying to do anything on the device will fail with Got error: SmartDeviceException('Error querying device: 192.168.0.1: TIME_ERROR(-1601) for method: get_device_usage')
@sdb9696 maybe multiRequests should not completely fail if only some of the subrequests are reporting errors?
Failing queries on an unprovisioned P110:
TIME_ERROR(-1601) for method: get_device_usage
JSON_DECODE_FAIL_ERROR(-1003) for method: get_energy_usage
The text was updated successfully, but these errors were encountered:
While provisioning a L900 I noticed that if the device time is off, trying to do anything on the device will fail with
Got error: SmartDeviceException('Error querying device: 192.168.0.1: TIME_ERROR(-1601) for method: get_device_usage')
@sdb9696 maybe multiRequests should not completely fail if only some of the subrequests are reporting errors?
Failing queries on an unprovisioned P110:
TIME_ERROR(-1601) for method: get_device_usage
JSON_DECODE_FAIL_ERROR(-1003) for method: get_energy_usage
The text was updated successfully, but these errors were encountered: