-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: API mismatch for plugin #67
Comments
If are you using the binary from the repo's CI/CD, it uses the latest stable weechat, so update your weechat. If you are building it yourself, it should already use the correct weechat API installed on your system unless you have updated Weechat but didn't rebuild the plugin. |
I'm still very much a novice with rust (and frankly don't have time right now to really look to see where I can help test), but I tried relying on my fork of I'm not sure if this belongs here or a new issue on
|
I think that's a bug in the rust-weechat crate, something to do with the FdHook constructor. |
Similar problem but in this case weechat-matrix-rs is obsolete, not the other way around: API mismatch for plugin "/home/sircmpwn/.weechat/plugins/matrix.so" (current API: "20220312-01", plugin API: "20200621-01"), failed to load |
The build will by default use the systemwide You can also point at a custom one, more info here: https://github.com/poljar/rust-weechat/tree/master/weechat-sys#choosing-the-plugin-include-file. |
Since the bundled one by all rights simply does not work any longer, should it be removed? An error during the build is much better than an error at runtime. |
Yeah, that might be a good idea at this point. The initial idea was to keep it up-to date with the latest Weechat release. |
Hi, this link returns a 404. Are the details still relevant and if so I would like to read through it because I believe I am having the problem described with the -dev of weechat. |
I'm getting this upon opening weechat 3.0.1:
The text was updated successfully, but these errors were encountered: