Discussion:
[influxdb] Chronograf not fully operational
h***@gmail.com
2017-12-31 23:35:14 UTC
Permalink
I loaded Chronograf version 1.4.0-0 on my Raspberry Pi3 to create InfluxDB databases. The InfluxDB Admin page never loads, is just shows a spinning circle. Also, there is a pop-up that states: "Source Influx 1 is no longer available. Successfully connected to another source." I cannot delete that window.
CREATE DATABASE mydb
ERR: unable to parse authentication credentials
Warning: It is possible this error is due to not setting a database.
Please set a database with the command "use <database>".
use mydb
I receive


ERR: unable to parse authentication credentials

Ultimately I am interested in using Node Red to port sensor values to an Influx database using the influx nodes.
--
Remember to include the version number!
---
You received this message because you are subscribed to the Google Groups "InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to influxdb+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/411fd97d-55ec-448d-a0e4-7b51f92bc0ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Earl Hicks
2018-01-01 16:14:08 UTC
Permalink
I figured it out. I had to load the influx session with username and
password.
Post by h***@gmail.com
I loaded Chronograf version 1.4.0-0 on my Raspberry Pi3 to create InfluxDB
databases. The InfluxDB Admin page never loads, is just shows a spinning
circle. Also, there is a pop-up that states: "Source Influx 1 is no longer
available. Successfully connected to another source." I cannot delete
that window.
I'm not sure if is a authentication issue or not. In the rpi terminal I
can start the influx service but when I try CREATE DATABASE mydb I get the
CREATE DATABASE mydb
ERR: unable to parse authentication credentials
Warning: It is possible this error is due to not setting a database.
Please set a database with the command "use <database>".
use mydb
I receive
ERR: unable to parse authentication credentials
Ultimately I am interested in using Node Red to port sensor values to an
Influx database using the influx nodes.
--
Remember to include the version number!
---
You received this message because you are subscribed to the Google Groups "InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to influxdb+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit https://groups.google.com/d/msgid/influxdb/d6f1f31e-4a7c-424d-bef9-238ca436221b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...