WilliamVenner / grafana-timepicker-buttons

📊 Datasource-configured buttons panel plugin which set the time range of your Grafana dashboard
https://grafana.com/grafana/plugins/williamvenner-timepickerbuttons-panel
Apache License 2.0
47 stars 11 forks source link

Error Loading Plugin on Grafana 7.5.1 #18

Open corndog2000 opened 3 years ago

corndog2000 commented 3 years ago

I followed the instructions in the README and under the plugins menu in grafana I get this message:

image

corndog2000 commented 3 years ago

I was able to go to the grafana website and copy the installation command.

grafana-cli plugins install williamvenner-timepickerbuttons-panel

That allowed me to install the plugin on my server.

https://grafana.com/grafana/plugins/williamvenner-timepickerbuttons-panel/

paniterka commented 3 years ago

I get the same error. The v4.0.0 is working fine, v4.1.0 is not. Can you please re-check if the plugin is compiled correctly? Thanks a lot!

@corndog2000 - for me installing via grafana-cli only delivers an old version of the plugin

yujia21 commented 3 years ago

I downloaded the zip file for 4.1.1 and unzipped into the required folder instead of cloning from git, then followed the same setup instructions for permissions (chmod, chwon), which worked for me while cloning from git didn't. Checking my start up logs, the problem when cloning directly seemed to be due to wrong directory structure.

AntiTenzor commented 3 years ago

I downloaded the zip file for 4.1.1 and unzipped into the required folder instead of cloning from git

Thank you very much for sharing your experience. Instruction to clone from git is absolutely misleading now.