Closed jm66 closed 3 years ago
could it be due to the fact that the plugin is unsigned?
sudo systemctl status grafana-server.service
returns
... /usr/sbin/grafana-server[7868]: t=2021-06-09T09:26:18+0200 lvl=warn msg="Some plugin scanning errors were found" logger=plugins errors="plugin 'grafana-map-panel' is unsigned" ...
there is a way to allow unsigned plugins here (haven't tried it yet), but maybe it should be signed to be on the safe side.
Already allowed grafana-map-panel
to load in grafana.ini
:
[plugins]
;enable_alpha = false
;app_tls_skip_verify_insecure = false
# Enter a comma-separated list of plugin identifiers to identify plugins that are allowed to be loaded even if they lack a valid signature.
allow_loading_unsigned_plugins = grafana-map-panel
Hi @jm66,
thank you very much for reporting your observations. We will have to look into this issue.
Attaching to the Unknown provider: keybindingSrvProvider <- keybindingSrv
error you reported: This is related to the ignoreEscapeKey
feature, coming from community requests outlined within https://github.com/grafana/grafana/issues/11636 and https://github.com/grafana/grafana/issues/13706 and implemented here by eea48c41.
So, we will have to discover an alternative to the current implementation [1] to get hold of the keybinding service component of Grafana 8. Maybe you can look into that already? Alternatively, we can try to conditionally disable this feature on Grafana 8.
With kind regards, Andreas.
[1] https://github.com/panodata/grafana-map-panel/blob/0.15.0/src/chrome.ts#L72-L75
Dear @jm66 and @MarcoPignati,
Alternatively, we can try to conditionally/gracefully disable the
ignoreEscapeKey
feature on Grafana 8.
I just implemented this with #104. Can you check this and maybe verify if that would already work in order to make this plugin compatible with not croak on Grafana 8?
With kind regards, Andreas.
Sorry to hijack this conversation i use grafana under docker. So i use the grafana-cli (see) to install the plugin (version 0.15.0). Is there any way I can take advantage of this patch without having to create a development environment or create my own docker image?
I confirm that #104 seems to fix the issue
Hi there,
thanks for your confirmation. Unfortunately, I haven't been able to get around cutting a new release before my vacation. I will be back around 15th of July and will try to do that right away when I am back at the keyboard.
Cheers, Andreas.
/cc @birdayz
On 29 June 2021 20:08:29 CEST, MarcoPignati @.***> wrote:
I confirm that #104 seems to fix the issue
-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/panodata/grafana-map-panel/issues/103#issuecomment-870807277
-- Sent from my mind. This might have been typed on a mobile device, so please excuse my brevity.
In the meantime folks are welcome to use the release I made: https://s3-eu-west-1.amazonaws.com/orbit-binaries/grafana-map-panel-0.15.1.zip?AWSAccessKeyId=AKIAZVIOIP7XHYMMSIG6&Expires=1628237959&Signature=jgruQTGAsT5dF0zAixb4ZeEfx3A%3D
I cloned the repo, bumped the version, ran yarn install --frozen-lockfile
, make
, and then zipped it. So it's pretty easy to do it yourself (provided you have the dependencies like npx and yarn installed).
Note that the URL expires aug. 6, I assume @amotl will have released a patched version by then :-)
Thanks a stack!
On 7 July 2021 10:24:53 CEST, Anders Ingemann @.***> wrote:
In the meantime folks are welcome to use the release I made: https://s3-eu-west-1.amazonaws.com/orbit-binaries/grafana-map-panel-0.15.1.zip?AWSAccessKeyId=AKIAZVIOIP7XHYMMSIG6&Expires=1628237959&Signature=jgruQTGAsT5dF0zAixb4ZeEfx3A%3D
I cloned the repo, bumped the version, ran
yarn install --frozen-lockfile
,make
, and then zipped it. So it's pretty easy to do it yourself (provided you have the dependencies like npx and yarn installed).Note that the URL expires aug. 6, I assume @amotl will have released a patched version by then :-)
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/panodata/grafana-map-panel/issues/103#issuecomment-875399946
-- Sent from my mind. This might have been typed on a mobile device, so please excuse my brevity.
Grafana 8.0.5
Look at Visual options > Center and zoom level
:
The four fields are not usable if Fit to data
disabled.
Hi there,
thank you very much for providing the interim release artefact, @andsens. Finally, I have been able to find some time to issue the regular release (0.16.0), see https://github.com/panodata/panodata-map-panel/releases/tag/0.16.0. We will be happy to receive any feedback how this version works.
Please note that the plugin name changed to panodata-map-panel
in order to support #112.
With kind regards, Andreas.
Hi again,
I believe this issue has been resolved, a followup note is #122. Feel free to reopen if you need to.
With kind regards, Andreas.
Just upgraded to Grafana v8.0.0. The plugin area does not load and when try to edit the map settings I've got the following error:
The console throws this exception: