-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Readwise error 400 on Clara 2E #86
Comments
Now I've looked at other issues this looks related to #82 |
Hey @johnnyfleet, Just to confirm, are these highlights from sideloaded books, store purchased books or both? |
Side loaded and books from Libby.
…On Fri, 2 Jun 2023, 18:34 Marcus Crane, ***@***.***> wrote:
Hey @johnnyfleet <https://github.com/johnnyfleet>,
Just to confirm, are these sideloaded books or store purchased books?
—
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADL2YS2ZPJHWQZTYT3M4N5TXJGCP5ANCNFSM6AAAAAAYX35E6I>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hmm, that is a bit strange since sideloaded books shouldn't have any trouble. I can't say I've ever tried Libby books (I didn't know they could be highlighted). If you're up for forwarding me a copy of your Kobo database (via email), I can run some tests and see where it's getting stuck. There have been a few issues in the past like highlights exceeding a certain number of characters (which was patched) and other things that are hard to replicate or expect. As always, the one caveat you should know up front is that if you're logged into your Kobo account, your Kobo database does have a table that contains a session token that could be used to access your account. It doesn't contain your password or anything but you should be aware before ever sending that database anywhere (and definitely don't send it anywhere publicly) Anyway, if you're fine knowing that, you're welcome to forward it to |
Hey @johnnyfleet, I've just released v1.4.0 which fixes some bugginess with how highlights were being queried and this may fix the issue you're running into. |
Thanks a lot @marcus-crane - I'll give it a try shortly. It is possible to package a windows executable version? There doesn't seem to be one in the 1.4.0 release options right now. |
Hey @johnnyfleet, there should be a Windows version available shortly. It turns out that I accidentally released the version as |
Excellent - thank you for your help. That has made an improvement but some observations still.
|
If its helpful, here are 2 sets of the logs: With the uploadng highlights form store bought books unselected{"level":"info","msg":"Logger should be initialised now","time":"2023-06-03T21:39:22+12:00"}
{"level":"info","msg":"Backend is about to start up","time":"2023-06-03T21:39:22+12:00"}
{"kobos_found":1,"level":"info","msg":"Detected one or more Kobos","time":"2023-06-03T21:39:22+12:00"}
{"device_id":"00000000-0000-0000-0000-000000000386","level":"info","msg":"Found an attached device","time":"2023-06-03T21:39:22+12:00"}
{"kobos_found":1,"level":"info","msg":"Detected one or more Kobos","time":"2023-06-03T21:39:22+12:00"}
{"device_id":"00000000-0000-0000-0000-000000000386","level":"info","msg":"Found an attached device","time":"2023-06-03T21:39:22+12:00"}
{"batch_count":1,"highlight_count":0,"level":"info","msg":"Successfully parsed highlights","time":"2023-06-03T21:39:31+12:00"}
{"level":"error","msg":"Received a non-200 response from Readwise","response":"{\"non_field_errors\":[\"No data provided\"]}","status_code":400,"time":"2023-06-03T21:39:32+12:00"} With the uploadng highlights form store bought books selected{"level":"info","msg":"Logger should be initialised now","time":"2023-06-03T21:38:38+12:00"}
{"level":"info","msg":"Backend is about to start up","time":"2023-06-03T21:38:38+12:00"}
{"kobos_found":1,"level":"info","msg":"Detected one or more Kobos","time":"2023-06-03T21:38:38+12:00"}
{"device_id":"00000000-0000-0000-0000-000000000386","level":"info","msg":"Found an attached device","time":"2023-06-03T21:38:38+12:00"}
{"kobos_found":1,"level":"info","msg":"Detected one or more Kobos","time":"2023-06-03T21:38:38+12:00"}
{"device_id":"00000000-0000-0000-0000-000000000386","level":"info","msg":"Found an attached device","time":"2023-06-03T21:38:38+12:00"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"Your Pal Fred","volume_id":"41776a91-6beb-40bf-9cc2-782523870a1d"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"Ranger Rick: I Wish I Was a Lion","volume_id":"79104369-f642-49ec-b91a-0d0e26084173"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"Ranger Rick: I Wish I Was a Lion","volume_id":"79104369-f642-49ec-b91a-0d0e26084173"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"Icky Ricky #4: The Hole to China","volume_id":"91a841e0-5570-4b81-a2b8-7045a31b5ba9"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"Icky Ricky #4: The Hole to China","volume_id":"91a841e0-5570-4b81-a2b8-7045a31b5ba9"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"level":"warning","msg":"Found an entry with neither highlighted text nor an annotation so skipping entry","time":"2023-06-03T21:38:44+12:00","title":"The First 90 Days, Updated and Expanded","volume_id":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8"}
{"batch_count":1,"highlight_count":275,"level":"info","msg":"Successfully parsed highlights","time":"2023-06-03T21:38:44+12:00"}
{"batch_count":1,"level":"info","msg":"Successfully sent bookmarks to Readwise","time":"2023-06-03T21:38:46+12:00"}
{"book_count":2,"level":"info","msg":"Successfully retrieved books from Readwise API","time":"2023-06-03T21:38:46+12:00"}
{"cover":"b03ea6ad-b979-460b-b275-19a2b2e4cdb8","error":"open E:/.kobo-images/120/156/b03ea6ad-b979-460b-b275-19a2b2e4cdb8 - N3_LIBRARY_FULL.parsed: The system cannot find the path specified.","level":"warning","location":"E:/.kobo-images/120/156/b03ea6ad-b979-460b-b275-19a2b2e4cdb8 - N3_LIBRARY_FULL.parsed","msg":"Failed to load cover. Carrying on","time":"2023-06-03T21:38:46+12:00"}
{"cover":"91a841e0-5570-4b81-a2b8-7045a31b5ba9","error":"open E:/.kobo-images/73/147/91a841e0-5570-4b81-a2b8-7045a31b5ba9 - N3_LIBRARY_FULL.parsed: The system cannot find the path specified.","level":"warning","location":"E:/.kobo-images/73/147/91a841e0-5570-4b81-a2b8-7045a31b5ba9 - N3_LIBRARY_FULL.parsed","msg":"Failed to load cover. Carrying on","time":"2023-06-03T21:38:47+12:00"}
{"level":"info","msg":"Shutting down. Goodbye!","time":"2023-06-03T21:39:15+12:00"} |
If it's helpful ill see if I can send a copy of db to see if there is some way to distinguish Libby books from Kobo store bought ones. I could see, if possible, it would be desirable to upload those regardless of the toggle for uploading store bought books. If the Kobo official integration gets ironed out it may be good to then have a choice to turn off the feature. But I think Libby doesn't sync any other way officially from Kobo ereaderbso good to send either way. Testing v1.4.0 it seems to only work if the syncing of store bought is enabled. |
If you're able to, that'd be the easiest way forward since it allows me to replicate exactly what you're facing. I've got a test Readwise account that I upload into in order to replicate issues and test out bulk upload limits etc. It may be that Libby highlights have a slightly different structure in the database but I haven't checked. The issue is likely related to
where some highlights I believe use a third column in the database. Off the top of my head, there is Text, Annotation and a third one called something like UserContext and I'm not entirely sure what the criteria is for a note to end up in there but likely October needs to upload those as well to resolve the issue. |
Just wanted to chime in that I'm on v1.5.0 on an M1 Mac and I had this issue on my Libra 2 until I checked "Upload highlights from store-bought books," even though I sync all of mine through Calibre Web. So not sure what in there fixed the issue, but it worked. |
Hi there - I just tried to sync for the first time my Kobo Clara 2E using v.1.3.4.
The device successfully is recognised and identifies 300 highlights to sync. When I choose to sync I then get an error message saying
There was a problem sending your highlights: received a non-200 status code from Readwise: code 400
.Below is the logs if that helps.
System Details
The text was updated successfully, but these errors were encountered: