Skip to content

IInfluxdb-relay installation error: not enough arguments in call to models.ParsePointsWithPrecision #76

@suvvenndu

Description

@suvvenndu

I am running following command to install influxdb-relay.
sudo go get -u github.com/influxdata/influxdb-relay


gocode/src/github.com/influxdata/influxdb-relay/relay/http.go:169:48: not enough arguments in call to models.ParsePointsWithPrecision
        have ([]byte, time.Time, string)
        want ([]byte, []byte, time.Time, string)
gocode/src/github.com/influxdata/influxdb-relay/relay/udp.go:163:48: not enough arguments in call to models.ParsePointsWithPrecision
        have ([]byte, time.Time, string)
        want ([]byte, []byte, time.Time, string)
root@lx-05:~#  not enough arguments in call to models.ParsePointsWithPrecision

Is this due to a missing package or actual bug ?

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