docs icon indicating copy to clipboard operation
docs copied to clipboard

Empty plugins not in plugins page

Open sambarza opened this issue 1 year ago • 1 comments

The empty plugins seems not listed in plugin page, confirm and update page: https://cheshire-cat-ai.github.io/docs/quickstart/prepare-plugin/

sambarza avatar Dec 13 '23 16:12 sambarza

Hi @sambarza , what do you mean with "empty plugins"?

kodaline avatar Jan 26 '24 20:01 kodaline

Quickstart in docs asks to create an empty plugin, activate it and then create the .py file however the plugin was not listed in plugin page if it do not contains .py files, there is a log during bootstrap: [2024-09-12 21:50:32.004] ERROR cat.mad_hatter.mad_hatter.MadHatter.load_plugin::133 2024-09-12 23:50:32 cheshire_cat_core | "cat/plugins/new-plugin/ does not contain any python files. Cannot create Plugin."

It's correct behaviour to not show the plugin.

Quickstart already updated, now it asks to create an emtpy .py file and then fill it.

sambarza avatar Sep 12 '24 21:09 sambarza