indico-containers icon indicating copy to clipboard operation
indico-containers copied to clipboard

Could not load plug-in

Open phamminhtris opened this issue 5 years ago • 2 comments

Hi I was trying to load some plugin inside the container. When I ran list-plugins I got:

+Available Plugins--+-------------------------------+
| Name              | Title                         |
+-------------------+-------------------------------+
| importer          | Importer                      |
| importer_invenio  | Importer for Invenio          |
| livesync          | LiveSync                      |
| payment_manual    | Bank Transfer                 |
| payment_paypal    | PayPal                        |
| piwik             | Piwik statistics              |
| previewer_code    | Syntax highlighter (Pygments) |
| previewer_jupyter | Jupyter Notebook renderer     |
| search            | Search                        |
| storage_s3        | S3 Storage                    |
| vc_vidyo          | Vidyo                         |
+-------------------+-------------------------------+

But when I try to a plugin, I got an issue

2019-12-13 21:35:42,338  ERROR    0000000000000000  indico.plugins            Plugin 'previewer_code' does not exist

My environment file is like this:

INDICO_EXTRA_PLUGINS='previewer_code'

Any help is appreciated. Thanks

phamminhtris avatar Dec 13 '19 21:12 phamminhtris