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
After the new update (that fixed the screenshare bug) the PinDMs plugin doesn't work anymore. If I add a new pin and restart vesktop the pin categories disappear. When adding a pin I get the following logs:
Failed to write renderer settings Error: EROFS: read-only file system, open '/home/username/.config/vesktop/settings/settings.json'
at writeFileSync (node:fs:2367:20)
at VencordDesktopMain:6:3504
at VencordDesktopMain:6:2551
at Set.forEach (<anonymous>)
at le.markAsChanged (VencordDesktopMain:6:2540)
at le.setData (VencordDesktopMain:6:2157)
at VencordDesktopMain:6:3767
at WebContents.<anonymous> (node:electron/js2c/browser_init:2:87039)
at WebContents.emit (node:events:518:28) {
errno: -30,
code: 'EROFS',
syscall: 'open',
path: '/home/username/.config/vesktop/settings/settings.json'
}
This seems like the plugin tries to change the generated settings.json file which is obviously readonly, which makes me wonder, why the plugin worked before.
Also note that I get those error logs every time I start vesktop...
The text was updated successfully, but these errors were encountered:
After the new update (that fixed the screenshare bug) the PinDMs plugin doesn't work anymore. If I add a new pin and restart vesktop the pin categories disappear. When adding a pin I get the following logs:
This seems like the plugin tries to change the generated settings.json file which is obviously readonly, which makes me wonder, why the plugin worked before.
Also note that I get those error logs every time I start vesktop...
The text was updated successfully, but these errors were encountered: