remarkable-sidekick icon indicating copy to clipboard operation
remarkable-sidekick copied to clipboard

Error when replacing sleep screen on Mac

Open lasergoat opened this issue 3 years ago • 1 comments

Version: Version 1.0.2 (1.0.2)

Repro Steps:

installed dmg from releases page configured connection with USB connected go to Images tab Drag in new image (attached actual image file png below)

image
Uncaught Exception:
Error: ENOENT: no such file or directory, open '/Users/me/Library/Application Support/remarkable-sidekick/local_images/raptor-engine-rm2-sleep-screen.png'
at Object.openSync (fs.js:476:3)
at Object.func [as openSync] (electron/js2c/asar_bundle.js:5:1846)
at Object.writeFileSync (fs.js:1467:35)
at handleChangeLockscreen (/Applications/Remarkable Sidekick.app/Contents/Resources/app.asar/build/main.bundle.js:28175:27)
at IpcMainImpl.handleIPCMessage (/Applications/Remarkable Sidekick.app/Contents/Resources/app.asar/build/main.bundle.js:28066:13)
at IpcMainImpl.emit (events.js:315:20)
at Object.<anonymous> (electron/js2c/browser_init.js:161:9469)
at Object.emit (events.js:315:20)

the image I choose:

raptor-engine-rm2-sleep-screen

reddit source

lasergoat avatar Feb 16 '22 16:02 lasergoat

I read the error and decided to manually add the file into the dir it's complaining about..

That worked - I duplicated the file into /Users/me/Library/Application\ Support/remarkable-sidekick/local_images

and then dragged it in again.

unfortunately, it didn't change the sleep screen.

I'll have to just do it manually with ssh.

lasergoat avatar Feb 16 '22 16:02 lasergoat