Panel plugin with id michaeldmoore-multistat-panel could not be found

Hello,
I’m using Grafana 6.0.0 in a docker container. During the build process I installed the michealdmoore-multistat-panel plugin by unpacking the zip file into the plugin folder. This step is necessary because there is no internet access from the docker container.

The plugin is found installed by the command “grafana-cli plugins ls”. I also see the plugin in Grafana’s Home Dashboard under Installed Panels. If I click on it, I get the readme of the panel displayed.

But a created multistat panel shows me the error message “Panel plugin with id michaeldmoore-multistat-panel could not be found”.

What did I possibly do wrong during installation? What else would I have to do?

best regards
Matthias

Hi,

I don’t have an answer but would really appreciate any feedback as I’m running into the same issue (although, using a different plugin).

In order to reproduce this,

wget https://s3-us-west-2.amazonaws.com/grafana-releases/master/grafana-latest.linux-x64.tar.gz
tar xzf grafana-latest.linux-x64.tar.gz
cd grafana-6.1.0-11e85b5fpre/
bin/grafana-cli --pluginsDir data/plugins plugins install mtanda-histogram-panel
bin/grafana-server

Then, via http://:3000 (admin:admin), I can see the plugin and info about it. When I go to “create a new dashboard”, I can add any panel except for the “Histogram” plugin, which shows (red background, white text) “Panel plugin with id mtanda-histogram-panel could not be found”.

Output from “bin/grafana-server”:

INFO[03-10|11:26:46] Starting Grafana logger=server version=6.1.0-pre commit=0ae9c1c branch=master compiled=2019-03-09T00:35:46+0100
INFO[03-10|11:26:46] Config loaded from logger=settings file=/home/aluria/Downloads/grafana/grafana-6.1.0-11e85b5fpre/conf/defaults.ini
INFO[03-10|11:26:46] Path Home logger=settings path=/home/aluria/Downloads/grafana/grafana-6.1.0-11e85b5fpre
INFO[03-10|11:26:46] Path Data logger=settings path=/home/aluria/Downloads/grafana/grafana-6.1.0-11e85b5fpre/data
INFO[03-10|11:26:46] Path Logs logger=settings path=/home/aluria/Downloads/grafana/grafana-6.1.0-11e85b5fpre/data/log
INFO[03-10|11:26:46] Path Plugins logger=settings path=/home/aluria/Downloads/grafana/grafana-6.1.0-11e85b5fpre/data/plugins
INFO[03-10|11:26:46] Path Provisioning logger=settings path=/home/aluria/Downloads/grafana/grafana-6.1.0-11e85b5fpre/conf/provisioning
INFO[03-10|11:26:46] App mode production logger=settings
INFO[03-10|11:26:46] Initializing HTTPServer logger=server
INFO[03-10|11:26:46] Initializing SqlStore logger=server
INFO[03-10|11:26:46] Connecting to DB logger=sqlstore dbtype=sqlite3
INFO[03-10|11:26:46] Starting DB migration logger=migrator
INFO[03-10|11:26:46] Initializing InternalMetricsService logger=server
INFO[03-10|11:26:46] Initializing SearchService logger=server
INFO[03-10|11:26:46] Initializing PluginManager logger=server
INFO[03-10|11:26:46] Starting plugin search logger=plugins
INFO[03-10|11:26:46] Registering plugin logger=plugins name=Histogram
INFO[03-10|11:26:46] Initializing RenderingService logger=server
INFO[03-10|11:26:46] Initializing AlertingService logger=server
INFO[03-10|11:26:46] Initializing DatasourceCacheService logger=server
INFO[03-10|11:26:46] Initializing HooksService logger=server
INFO[03-10|11:26:46] Initializing LoginService logger=server
INFO[03-10|11:26:46] Initializing QuotaService logger=server
INFO[03-10|11:26:46] Initializing ServerLockService logger=server
INFO[03-10|11:26:46] Initializing TracingService logger=server
INFO[03-10|11:26:46] Initializing UsageStatsService logger=server
INFO[03-10|11:26:46] Initializing UserAuthTokenService logger=server
INFO[03-10|11:26:46] Initializing CleanUpService logger=server
INFO[03-10|11:26:46] Initializing NotificationService logger=server
INFO[03-10|11:26:46] Initializing ProvisioningService logger=server
INFO[03-10|11:26:46] Initializing Stream Manager
INFO[03-10|11:26:46] HTTP Server Listen logger=http.server address=0.0.0.0:3000 protocol=http subUrl= socket=

Same problem here. I’m trying to create my own plugin and this error keeps popping up even though everything compiles and everything seems to be where it’s supposed to be. It’s incredibly frustrating. Can you atleast give us a more detailed error description?

Hi there!

Any answer to this question, I am facing similar problem with Plotly plugin:

Panel plugin with id natel-plotly-panel could not be found

But as other here mentioned, I can also see the plugin and read its documentation from my dashboard homepage.