Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PinDMs plugin not working after update #78

Open
anders130 opened this issue Feb 2, 2025 · 0 comments
Open

PinDMs plugin not working after update #78

anders130 opened this issue Feb 2, 2025 · 0 comments

Comments

@anders130
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant