-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error: ENOENT: no such file or directory, lstat #8
Comments
+1 |
I think the plugin's dead unfortunately, at least for now. The BetterDiscord team apparently haven't ported the So unless they change their mind or I can find a workaround or something, it's a no-go for now :( |
I asked in the BetterDiscord server, and it seems like there are plans to port the net node library into electron v17. |
Just had a look, and indeed you can import the For example, calling I'll keep digging but this isn't a drop-in replacement. Besides, the (thx to retr0 on discord for helping me with this btw) |
Update: thanks to the incredible retr0, we may have found a workaround. It involves injecting the plugin into the preload script in order to be able to un code in the main process. On one hand, this seems overkill for just a betterdiscord plugin. But the more I think about it, the more it seems like the only option:
Overall I think electron has forced our hand in this, by essentially blockading the render process from doing anything more than, well, rendering. Which makes sense from a security perspective, but the alternative would be to ask everyone to install a separate lightweight helper exe, kinda like PreMID. |
This is an error I got when opening BetterDiscord. I believe this is due to Discord pushing a massive change, and breaking a lot of BetterDiscord Plugins.


The text was updated successfully, but these errors were encountered: