Bugs related to plugin libraries #20
Replies: 1 comment 3 replies
-
Greetings, the extension has not been updated since late November 2022 because it does not need any changes to run current versions of BetterDiscord. Updating just the version number to reflect the compatible BD version would produce unnecessary "noise" in the repository. The versioning schema is a leftover from the time when BdBrowser had to be updated with each new BetterDiscord version because it shipped a version of BD's renderer.js, and direct in-place upgrades were not a thing. As mentioned in other recent posts, I cannot reproduce the issues people seem to have lately, so debugging and fixing them proves challenging. It is a vexing topic and could potentially have multiple causes, ranging from temporary issues on some GitHub API, browser extensions that block/alter certain behaviours, and outdated/broken plugins causing issues. Currently, my best guess is that certain plugins might be causing issues. My recommendation is:
If a plugin is the cause of your issues, it would help immensely if you could isolate it, so I can add it to my test setup and see what is happening. I am only able to fix issues I am able to grasp and - ideally - reproduce. |
Beta Was this translation helpful? Give feedback.
-
So, a while ago, I decided to update the (internal) BD version to 1.8.5, and this created a really strange bug where some of the plugins related to plugin libraries (mainly ZeresPluginLibrary) make it so themes don't load, the BetterDiscord logo is always blinking in the bottom right corner even after a long session uptime, and a lot of BD's own Settings Panel is locked.
I don't know what might be the cause for this, but I did notice that the last update to BDBrowser as an extension was 1.8.2, meanwhile BD itself is on 1.8.5, so I'm thinking that there might be some sort of conflict between the extension's files and BD's own. If so, is it possible to update the extension to fully support the latest version?
Here's a screenshot I took of the Settings tab, with the DevTools console opened up on the right side and 2 different messages warning me about "0PluginLibrary.plugin.js"'s inability to load.
Beta Was this translation helpful? Give feedback.
All reactions