influxdata / influxdata/docs-v2
Bad host format in python client library doc
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 326
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 82
Description
Possible JS/regex bug
> The error grpc+tcp://localhost:8181:443 suggests an invalid URI where two ports are specified(:443 and :8181). I'm not sure if the following would work:
client = InfluxDBClient3(host="localhost", port=8181)
[Slack Message](https://influxdata.slack.com/archives/D07E8EJ3YRF/p1753440217246759)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by checking the Python client documentation containing the InfluxDBClient3(host="localhost", port=8181) example and review the linked Discord and Slack reports for context. Determine whether the documented host format produces the duplicated-port URI; done means the documentation and example accurately describe a valid host and port configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100