influxdata / influxdata/influxdb
Error: failed to list measurement schemas: InfluxDB Cloud-only command failed: 404 Not Found: unable to decode response content type "text/plain; charset=utf-8"
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
I want to lists the schemas of an InfluxDB bucket , but some err
influx version
```
Influx CLI 2.2.1 (git: 31ac783) build_date: 2021-11-09T21:24:22Z
```
```
influx bucket-schema list --bucket swap_bucket --extended-output
Error: failed to list measurement schemas: InfluxDB Cloud-only command failed: 404 Not Found: unable to decode response content type "text/plain; charset=utf-8"
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing `influx bucket-schema list --bucket swap_bucket --extended-output` with the reported Influx CLI 2.2.1 version and inspect the bucket-schema command entry point and its request handling. Determine whether the 404 and plain-text response are expected for this server, then verify the command's behavior against a supported InfluxDB deployment.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100