torhve / weechat-matrix-protocol-script

A WeeChat script in Lua that implements the matrix.org chat protocol
349 stars 52 forks source link

script: plugin "lua" is not loaded #131

Closed Amolith closed 5 years ago

Amolith commented 5 years ago

WeeChat is running on a Debian VPS. I downloaded the plugin, copied it to ~/.weechat/lua/ and made the symlink into autoload/. I opened my tmux session with WeeChat inside, ran /plugin load matrix.lua and got the following error: script: plugin "lua" is not loaded.

I've since installed lua-cjson per the README and restarted WeeChat but I'm still getting the same error.

ReadWriteError commented 5 years ago

I had this issue too there is a missing dep. For me (on debian testing/buster) it was fixed by running sudo apt install weechat-lua.

Amolith commented 5 years ago

That fixed it; thank you so much!