You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should not be an error that settings.tbd is missing as all plugins do not have settings.
error opening binary file: path/to/de1plus/plugins/jmk_hacks/settings.tdb / 'couldn't open "path/to/de1plus/plugins/jmk_hacks/settings.tdb": no such file or directory' / '1' /
Settings file:
The text was updated successfully, but these errors were encountered:
Edit: Rebased on tag v1.34.13 seems to have resolved at least that message, though there are other plugin issues arising now including:
Dependency in core code to load without wibble present. This is likely a structural problem with the web_api plugin, as wibble shouldn't be required if the webserver is disabled and isn't going to be run (package require should be in initialization code or otherwise separated from loading and retrieval of metadata). plugins: web_api: package require wibble causes errors, even if not enabled #73
Problems loading a custom plugin reported as "can't read "plugin_name", no such variable
Leaving open at this time until I can verify by removing the offending, upstream plugins.
It should not be an error that
settings.tbd
is missing as all plugins do not have settings.The text was updated successfully, but these errors were encountered: