Hi, i installed the categories-management-plugin on Peertube v7.0.0 and when i try to use it i get the following error :
{"level":"error","message":{"stack":"TypeError: Cannot convert undefined or null to object\n at Function.keys (<anonymous>)\n at toArray (/home/yunohost.app/peertube/storage/plugins/node_modules/peertube-plugin-categories/src/enhancedCategories.js:2:10)\n at toEnhancedCategories (/home/yunohost.app/peertube/storage/plugins/node_modules/peertube-plugin-categories/src/enhancedCategories.js:9:36)\n at /home/yunohost.app/peertube/storage/plugins/node_modules/peertube-plugin-categories/src/index.js:87:34\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)","message":"Cannot convert undefined or null to object"},"label":"peertube.smtnco.net:443 peertube-plugin-categories","timestamp":"2025-01-17T10:10:35.855Z"}
First i thought of a syntax error in my definition of a new category but it does the same with the example provided with the plugin
{"add":[{"key":42,"label":"The meaning of life"}],"delete":[1]}
I tried also the syntax like in this post without any success
Any hint to help me make it work ?
Thank you