IzakMarais / reporter

Service that generates a PDF report from a Grafana dashboard
Apache License 2.0
970 stars 311 forks source link

No image renderer available/installed #269

Open EdisonNetcon opened 3 years ago

EdisonNetcon commented 3 years ago

Hi, I have created a dashboard using Grafana and I used grafana-reporter for download PDF. PDF is opened but the dashboard image is not displayed. I got the below error.

Screenshot from 2021-01-16 10-07-15 And I followed this link for grafana image renderer but it did not help me. While I was installing it stuck like the below image. Screenshot from 2021-01-16 10-12-49

Can anybody help me?

voyzark commented 3 years ago

See https://grafana.com/docs/grafana/latest/administration/image_rendering/#troubleshoot-image-rendering for troubleshooting the image rendering.

Enabling the [log] option might give you a hint to what went wrong trying to render the image.

Usually it's a missing dependency (https://github.com/grafana/grafana-image-renderer): "This plugin is packaged in a single executable with Node.js runtime and Chromium browser. This means that you don't need to have Node.js and Chromium installed in your system for the plugin to function.

However, Chromium browser depends on certain libraries and if you don't have all of those libraries installed in your system you may encounter errors when trying to render an image. For further details and troubleshooting help, please refer to Grafana Image Rendering documentation."