Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Exception on get_list_servers() #342

Closed
tejasbehra opened this issue Jun 16, 2016 · 0 comments
Closed

Exception on get_list_servers() #342

tejasbehra opened this issue Jun 16, 2016 · 0 comments

Comments

@tejasbehra
Copy link

Influxdb 0.13v

Traceback (most recent call last):
File "store_log.py", line 8, in
print client.get_list_servers()
File "/usr/local/lib/python2.7/dist-packages/influxdb/client.py", line 615, in get_list_servers
return list(self.query("SHOW SERVERS").get_points())
File "/usr/local/lib/python2.7/dist-packages/influxdb/client.py", line 325, in query
expected_response_code=expected_response_code
File "/usr/local/lib/python2.7/dist-packages/influxdb/client.py", line 248, in request
raise InfluxDBClientError(response.content, response.status_code)
influxdb.exceptions.InfluxDBClientError: 400: {"error":"error parsing query: found SERVERS, expected CONTINUOUS, DATABASES, DIAGNOSTICS, FIELD, GRANTS, MEASUREMENTS, QUERIES, RETENTION, SERIES, SHARD, SHARDS, STATS, SUBSCRIPTIONS, TAG, USERS at line 1, char 6"}

gaker added a commit to gaker/influxdb-python that referenced this issue Jul 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant