ImTheSquid/SplitLargeFiles

compilation error

Opened this issue · 7 comments

afont1 commented

image

Screenshot 2023-12-06 202951
I am also experiencing the same issue. when just putting only the js into the plugins folder

@Shadowkj1 "when just putting only the js into the plugins folder" what do you mean by that? Do you mean at other circumstances the error doesn't appear? It's just that I have the same issue with the plugin

@Valdemarcheck The only way I have tested is by putting the Js file into the plugins folder, which results in the error. I have only experienced the error, no success in using the plugin. Apologies for the poor wording lol

+1, the same problem

TypeError: Cannot convert undefined or null to object
at Function.values (<anonymous>)
at plugin (betterdiscord://plugins/SplitLargeFiles.plugin.js:98:37)
at eval (betterdiscord://plugins/SplitLargeFiles.plugin.js:637:13)
at eval (betterdiscord://plugins/SplitLargeFiles.plugin.js:638:3)
at A.requireAddon (betterdiscord/renderer.js:5:33832)
at A.loadAddon (betterdiscord/renderer.js:5:6386)
at A.loadAddon (betterdiscord/renderer.js:5:31500)
at A.loadAllAddons (betterdiscord/renderer.js:5:8878)
at A.initialize (betterdiscord/renderer.js:5:3258)
at A.initialize (betterdiscord/renderer.js:5:30699)
at Object.startup (betterdiscord/renderer.js:5:369099)

i got the same issue, is there any fix?

also got the issue....

Same here