Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
suvvenndu opened this issue Apr 26, 2019 · 4 comments

Comments

@suvvenndu
Copy link

suvvenndu commented Apr 26, 2019

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 ?

@judeaugustinej
Copy link

Me too,

go get -u github.com/influxdata/influxdb-relay

github.com/influxdata/influxdb-relay/relay

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

@rockyluke
Copy link

Can you please try to check with https://github.com/vente-privee/influxdb-relay ?

@suvvenndu
Copy link
Author

@rockyluke , Thanks so much. I tried with the branch you provided and it works fine now.

Any idea , what was the issue?

@rockyluke
Copy link

The relay from influxdata is not maintained since more than 2 years. We decided to maintain our own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants