divinity666 / ruby-grafana-reporter

Reporting Service for Grafana
MIT License
66 stars 5 forks source link

Grafana::DashboardDoesNotExistError #37

Closed bhaumiksonii closed 5 months ago

bhaumiksonii commented 1 year ago

Describe the issue i am running grafana dashboard on docker and than i ran the ruby-grafana-reporter with the template describing this

= Demo report
Created by `+ruby-grafana-reporter+` version 0.6.2
:grafana_default_dashboard:lqDwALhVz[]
grafana_panel_image:2[]

but than i got this error Grafana::DashboardDoesNotExistError i checked the json file it is the same as i described

divinity666 commented 1 year ago

Please closely look at the wizard template file and the asciidoctor syntax. The brackets [] behind the grafana_default_dashboard are wrong.

Try again without it and it should proceed.

Beno-Ben commented 11 months ago

Describe the issue i am running grafana dashboard on docker and than i ran the ruby-grafana-reporter with the template describing this

= Demo report
Created by `+ruby-grafana-reporter+` version 0.6.2
:grafana_default_dashboard:lqDwALhVz[]
grafana_panel_image:2[]

but than i got this error Grafana::DashboardDoesNotExistError i checked the json file it is the same as i described

Hi, I encountered the same issue because I had incorrect permissions on the folder.

divinity666 commented 5 months ago

Closing because of missing feedback