Spruik / Libre

Open source Manufacturing Execution and Performance Monitoring built on Grafana, Influx, and Postgres
https://spruiktec.com/libre/
Apache License 2.0
45 stars 14 forks source link

Cannot access InfluxDB #16

Open darrelljung111 opened 11 months ago

darrelljung111 commented 11 months ago

I made the master-db,

And I am trying to set the scheduling. But It looks InfluxDB cannot authorization properly.

I think I cannot change the datasource/influxdb so I think I cannot access properly to influxdb. I started influxdb with localhost:8086 and set user and password for admin. But still there is only Network Error: Unauthorized(401) with profer user and password.

I tested with commandline test but it is same too.

jeong-gwang-il@jeongminhoui-MacBookPro Libre % curl -G http://172.30.1.38:8086/query -u amin:admin000
{"code":"unauthorized","message":"Unauthorized"}%

Can you let me know how I can access influxdb for scheduling?

스크린샷 2023-11-02 오후 4 31 58 스크린샷 2023-11-02 오후 4 32 18
mexicanhaze commented 10 months ago

I have the exact same problem

VirajB04 commented 5 days ago

Yeah same problem with me Is there any solution to this?