ronytigo

Results 17 comments of ronytigo

I get `Could NOT find CURL (missing: HTTP) (found version "7.80.0")`. Any update?

So is there a way to get a tag type?

It happens on 2 different machines, but doesn't happen on 2 others, so I'm not sure how to make sure it's reproduced. The code I'm running is the code from...

It happens also if I use different names. I use the same docker-compose file. For the host, It works OK on this one: ``` NAME="Ubuntu" VERSION="20.04.4 LTS (Focal Fossa)" ID=ubuntu...

Yes, all machines use the docker image. InfluxDB v2.4.0 (git: de247bab08) build_date: 2022-08-18T19:41:15Z

I'll check how I can add a bucket using the api.

@offa ``` curl --location ':8086/api/v2/buckets' \ --header 'Authorization: Token ' \ --header 'Content-Type: text/plain' \ --data '{ "description": "abcd bucket", "name": "abcd", "orgID": "", "retentionRules": [ ], "rp": "0", "schemaType":...

Yes, the buckets are created and only `A` is returned from `/query?q=show databases`.

Why should I look here if the problem occurs when I use plain curl calls? I already see a wrong response.

@cmongolang Can you show your change?