Skip to content

undefined response status in readMulti #26

Description

@Berckyt

Hi.

If I use readMilti method with few months data range (for example from 2013-12-22 to 2014-05-22), tempodb client returns me response with undefined status. Why?
{ [Error: Response returned non-200 code]
response:
{ headers: undefined,
status: undefined,
session:
{ key: 'some key',
secret: 'some secret',
hostname: 'api.tempo-db.com',
port: 443,
version: 'v1',
secure: true,
maxconns: 10,
path: '/v1',
headers: [Object],
connection: [Object] },
json: { data: [Object], series: [Object], rollup: null, tz: 'UTC' },
successful: 0,
error: undefined } }

But in such case response.json.data has normal data, as expected.
Can't I use big data range?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions