Hi,
i have recently set up an instance of influxDB on my box, However, when i log in via chrome, I click on settings and there is no section to set up a token, which means I cannot log in via my python API .
can someone assist please
Hi,
i have recently set up an instance of influxDB on my box, However, when i log in via chrome, I click on settings and there is no section to set up a token, which means I cannot log in via my python API .
can someone assist please
Tell us enough about what you have done so that someone else could reproduce
your setup. We at least need basic information such as:
Anything else you can tell us which would help someone re-create what you now
have would be useful.
Thanks,
Antony.
Hi,
I havbe now managed to get logged in and it all looks good. But I am trying to connect via python …
i have created a token … but now not sure how to log into influxDB via my pyothn API …
I can set up a client … within python
InfluxDBClient(host=‘localhost’, port = 8086, username=‘xxxxx’)
but i get following error when trying to list databases
influxdb.exceptions.InfluxDBClientError: 401: {“code”:“unauthorized”,“message”:“Unauthorized”}
I think i need to place the token somewhere for InfluxDB to pick up … so I can successfully hook into my session …
i think i may have set up my user with no permissions … which is why i am unauthorised …
can i change this …