Relay plugin not running on worker

Hi there!

The relay plugin works fine on my leader, but when I try running it on a worker it just fails silently?

Hi @gendor,

Hm, are you using the latest version? I think I broke plugin installation on workers in it…

Otherwise, try SSHing into your worker and checking if it’s installed:

pio plugins list

If you have access to the internet, you can still install plugins with:

sudo pip3 install pioreactor-relay-plugin

Yes, I’m on the latest version. pio plugins appears to be missing on the worker:

pioreactor@worker1:~ $ pio plugins list
Usage: pio [OPTIONS] COMMAND [ARGS]...
Try 'pio --help' for help.

Error: No such command 'plugins'.

Manually installing the plugin using pip3 worked! :tada: