-
Notifications
You must be signed in to change notification settings - Fork 211
Description
Describe the issue:
Have compiled example simonsays plugin but it does not work.
What are you running wire-pod on?
Raspberry Pi 4 on latest Trixie.
Are you setting up a prod (regular) bot or a dev/OSKR (unlocked) bot?
Regular bot.
What steps have you tried?
I have installed go with
sudo apt install golang
Made a directory in my home folder:
/wire-pod/chipper/plugins/
put simonsays.go in said folder and compiled succesfully using
go build -buildmode=plugin -o ~/wire-pod/chipper/plugins/ ~/wire-pod/chipper/plugins/simonsays.go
leaving simonsays.so in the plugin directory.
After rebooting the Raspberry Pi the plugin does not seem to work and the log file says "Unable to load plugins" and "open ./plugins: no such file or directory"
Unable to copy and paste full log from web interface.