Hi, I have the same pb, except I’m trying to install a local plugin (the quickstart plugin I cloned from Framasoft / PeerTube / peertube-plugin-quickstart · GitLab) to a local Peertube instance on Docker. Everything’s fine following this tut until the « Then, you can install or reinstall your local plugin/theme by running » which breaks on the same « Error: Expected status 200, got 400 » error. To be precise my command is
node ./dist/server/tools/peertube.js plugins install --path /home/gregory/sources/peertube-plugins/updatevideo
It’s a plugin I need to install, it’s not on the Peertube instance yet, so I don’t understand @Chocobozzz answer. I attempted moving the plugin folder among my peertube instance files to try with a relative path, but it breaks with « Path should be absolute » error.
I understand this 400 error comes from the path argument as it shows too when the path is deliberately wrong, but I don’t know how I should set its value.