-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
RestClient.get_timeseries() method returns an object of type DeferredResultResponseEntity which always has following properties:
{
'result': None,
'set_or_expired': None
}
I have tried the same requests to same urls and same parameters using plain python requests library and I get correct results (actual timeseries data I have saved in thingsboard), so I dont know why the result property is None when I use get_timeseries() method. What is the correct way of extracting the result from DeferredResultResponseEntity object?
Metadata
Metadata
Assignees
Labels
No labels