grafana-image-render not working in Ubuntu 20.04 and Grafana v7.1.1 (3039f9c3bd)
See original GitHub issueWhat happened:
I’ve install Grafana v7.1.1 (3039f9c3bd) on Ubuntu 20.04 LTS.
I installed grafana-image-renderer with the grafana-cli command
grafana-cli plugins install grafana-image-renderer
Restart grafana
t=2020-07-27T16:35:32-0400 lvl=info msg="Registering plugin" logger=plugins name="Grafana Image Renderer"
t=2020-07-27T16:35:32-0400 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=http subUrl= socket=
t=2020-07-27T16:35:33-0400 lvl=eror msg="Failed to get browser version" logger=plugins.backend pluginId=grafana-image-renderer err=map[]
In the Grafana plugin list, the plugin is registered but marked as unsigned.
In the share panel, this message still appear
To render a panel image, you must install the Grafana Image Renderer plugin. Please contact your Grafana administrator to install the plugin.
What you expected to happen:
Be able to render a graph to png through the share panel.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Grafana Image Renderer version: 2.0.0
- Grafana version: 7.1.1 (3039f9c3bd)
- Installed plugin or remote renderer service: None
- OS Grafana Image Renderer is installed on: Ubuntu 20.04 LTS
- User OS & Browser: Windows 10 & Google Chrome
- Others:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Troubleshoot image rendering - Grafana documentation
Troubleshoot image rendering. In this section, you'll learn how to enable logging for the image renderer and you'll find the most common issues....
Read more >Grafana Image Renderer plugin for Grafana | Grafana Labs
A Grafana backend plugin that handles rendering panels and dashboards to PNGs using a headless browser (Chromium). Requirements.
Read more >Problems with grafana-image-renderer
I've installed grafana 7.3.3 bitnami AMI instance on EC2 server. Image-renderer is pre-installed in location ...
Read more >Grafana_image_renderer Issue - Grafana Community
Hello, I'm using Grafana (version 8.3.1) with Prometheus (version 2.31) in linux ubuntu 20.04. Grafana and prometheus run in docker ...
Read more >Image renderer plugin doesn't work - Grafana Community
Hi I have installed` Grafana v7.3.1 Nodejs v12.9.1 Chromium 85.0.4183.121 Grafana-image-renderer v2.0.0 All libs are installed (Checked ldd ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I was able to fix this issue by looking at the grafana.log and installing the following packages as follows:
sudo apt-get install libxcomposite1 libnss3 libatk-bridge2.0-0 libgtk-3-0Hi @AgnesToulet , it works! Previously I uncommented the server url but not the callback url. Thank you for the help!