I/o timeout error reading buckets

Hi friends. I have tried to connect Influxdb to Grafana and i have a error.

Post “http://ip:8086/api/v2/query?org=Protein”: dial tcp ip:8086: i/o timeout error reading buckets

i delete mi ip for security

I tried so many options and nothing works :frowning:
Someone had the same error and have a solution?

*sorry if my english is bad, im from Chile. Greetings

Did you got a chance to Check the connectivity b/w Grafana and Influx DB
Also check permissions of the user you are using to connecting to influx db , MAY BE BUCKET LEVEL PERMISSIONS.

Let’s start from the simple parts:

  1. When logged in to the machine running Grafana, can you ping the IP address
    of the machine running InfluxDB?

  2. When logged in to the machine running InfluxDB, can you get a response to
    the request http://127.0.0.1:8086/api/v2/query?org=Protein ?

  3. When logged in to the machine running InfluxDB, can you get a response to
    the same request, but putting the actual IP address in place of 127.0.0.1?

Antony.

All the permissions are ok and activated

hi friends,
the error was in the bucket name, because this was write with caps in the first letter, just like: BucketName hahah.

I change to: bucketName; and this works.

Thanks to everyone was read this.

Had the same issue but I’ve misconfigured influxdb datasource, by using internal address “http://influx:8086” instead of “http://influxdb:8086