Dakota Nelson
Dakota Nelson
Ah, no - it parses through a fair number before it hits this error. I suspect that the last block in the file is a partial and so the code...
Have you tried this on different files? The original problem I had was because the `blk` files I was using were corrupted, so re-downloading the files solved it - the...
You need to include a `trackingParam` so that the credentials can be uniquely identified. Since the credentials are coming in with a "tracking parameter" of `""` (e.g. no tracking parameter...
Ah - see #33, my bad 😛
Hey @thaJeztah - hate to bug you but it would be awesome if you were able to take another pass at this. Would help a lot of people (including me!)...
I'm running into the following: ``` Plugin updated: Remarkable Plugin (1, 2, 3) calibre 6.4 embedded-python: True Windows-10-10.0.19044-SP0 Windows ('64bit', 'WindowsPE') ('Windows', '10', '10.0.19044') Python 3.10.1 Windows: ('10', '10.0.19044', 'SP0',...
``` Plugin updated: Remarkable Plugin (1, 2, 3) calibre 6.4 embedded-python: True Windows-10-10.0.19044-SP0 Windows ('64bit', 'WindowsPE') ('Windows', '10', '10.0.19044') Python 3.10.1 Windows: ('10', '10.0.19044', 'SP0', 'Multiprocessor Free') Interface language: None...
I'm running it via WSL - so, nominally an Ubuntu environment. The 3.10 check caught that I was using 3.8.10 - getting 3.10 on Ubuntu requires using `ppa:deadsnakes/ppa` rather than...
Ran the zip script fresh to make sure I had the newest, then installed the plugin zip using Calibre's interface: ``` $ calibre-debug.exe -g calibre 6.4 embedded-python: True Windows-10-10.0.19044-SP0 Windows...
Same error here, in Windows using the latest release zip file: From `__init__.py`: ``` class RemarkablePlugin(DevicePlugin): name = "Remarkable Plugin" description = "Send files to Remarkable" author = "Nathan Aclander"...