01-09-2024, 02:31 AM | #2836 |
Grand Sorcerer
Posts: 6,393
Karma: 12408443
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
|
Yes, "Kobo Utilities -> Store/Restore Current Bookmarks". Use Restore Option, it will send the status to your Kobo and the book will be marked as Finished.
|
01-09-2024, 04:01 AM | #2837 |
Connoisseur
Posts: 59
Karma: 10
Join Date: Dec 2021
Location: Berkshire, UK
Device: Kobo Libra 2
|
|
01-09-2024, 05:52 PM | #2838 |
Enthusiast
Posts: 30
Karma: 10
Join Date: May 2014
Device: Windows 10 Tablet / Calibre or Nexus 9 / Moon+
|
I'm having a weird problem with the database backup function.
Currently Calibre 7.3 on an M2 MacBook Air running Sonoma 14.2.1, but this has been going on for quite a while--since late in the Ventura lifecycle, if memory serves. When I attempt a backup of the database via the Kobo Utilities (at device connection, natch), I get this error: Code:
calibre, version 7.3.0 (darwin, embedded-python: True) Failed to backup device database: Failed: Backing up Kobo device database CantOpenError: unable to open database file Traceback (most recent call last): File "calibre/gui2/device.py", line 104, in run File "calibre_plugins.koboutilities.jobs", line 215, in do_device_database_backup check_result = check_device_database(backup_file_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "calibre_plugins.koboutilities.action", line 6102, in check_device_database cursor.execute(check_query) File "src/cursor.c", line 1088, in APSWCursor_execute.sqlite3_prepare_v3 apsw.CantOpenError: CantOpenError: unable to open database file All database updates work fine (reading position, adding books, updating series and other metadata, etc.) Similarly, if I plug the reader into my Windows machine, Kobo Utilities backs up the database without a complaint. Possibly relevant: Sonoma, as best I can tell, no longer has the "Removable Volumes" permission (the Kobo desktop utility always complains about not having that access). I *have* given Calibre "Full Disk Access" permission. Other, random, thought: is it possible there's a case sensitivity issue here? FWIW, the on-device file is named "KoboReader.sqlite". |
01-10-2024, 04:53 AM | #2839 |
Addict
Posts: 237
Karma: 291844
Join Date: Oct 2019
Device: Kobo Nia
|
Steven
Have you checked in the KoboUtilities plugin configuration where it is trying to save the backup file to? Just looking at the error message it maybe that the directory path on the mac is incorrect/invalid. |
01-10-2024, 12:21 PM | #2840 |
Enthusiast
Posts: 30
Karma: 10
Join Date: May 2014
Device: Windows 10 Tablet / Calibre or Nexus 9 / Moon+
|
I have checked the directory. I've also changed it to a new one specifically created for the test and made the change via the GUI and made the change via the Browse button. So I'm fairly confident that the path is okay.
That said, the backup directory is on a network drive. Which, again, doesn't seem to bother the Windows machine, but I imagine it could be an issue for the Mac. |
01-10-2024, 02:41 PM | #2841 |
Addict
Posts: 237
Karma: 291844
Join Date: Oct 2019
Device: Kobo Nia
|
Steven
Try to save to the local drive and see if that works. If it does then you know the network drive is the issue. |
01-12-2024, 12:11 PM | #2842 |
Enthusiast
Posts: 30
Karma: 10
Join Date: May 2014
Device: Windows 10 Tablet / Calibre or Nexus 9 / Moon+
|
Finally got a chance to check it out. As we rather expected, the backup went smoothly to the local drive.
Any suggestions for how to determine what the issue is with the NAS drive, and how to resolve it? |
01-12-2024, 12:21 PM | #2843 |
Well trained by Cats
Posts: 30,443
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Calibre does not support having content stored on a NAS. I guess it applies to plugins.
Why not write a simple Batch file to move it on a schedule ? |
01-12-2024, 12:28 PM | #2844 |
Enthusiast
Posts: 30
Karma: 10
Join Date: May 2014
Device: Windows 10 Tablet / Calibre or Nexus 9 / Moon+
|
I'd find that argument a lot more convincing if the backup to the NAS didn't work perfectly on Windows and Linux. ;-)
I probably will do the scripted move, if moving the files manually gets too annoying. |
01-12-2024, 03:42 PM | #2845 |
Addict
Posts: 237
Karma: 291844
Join Date: Oct 2019
Device: Kobo Nia
|
Unfortunately unless someone steps up to the plate to look into the code of this plug-in, the answer is just save local and copy/sync the backup files to the NAS.
(The plug-in author passed away some 16 months ago so fixes are few and far between although some people have stepped up to fix 1 off issues) Last edited by georgemk; 01-12-2024 at 03:44 PM. |
01-12-2024, 05:54 PM | #2846 | |
the rook, bossing Never.
Posts: 12,352
Karma: 92073397
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper11
|
Quote:
So I only use remote files for years now with file managers, filezilla, rsync etc., never directly in an application on Linux or Windows. Many of my application on Linux don't even show locations mounted off the LAN, but only local drives (inc USB Mass Storage and SD Cards). Last edited by Quoth; 01-12-2024 at 05:59 PM. |
|
01-15-2024, 08:45 PM | #2847 |
Junior Member
Posts: 8
Karma: 10
Join Date: Jul 2010
Location: Amsterdam
Device: Kobo Sage/ Kobo Elipsa
|
I recently started getting an error when trying to manually back-up my Kobo Elipsa's database. The file it can't find, does indeed not exist. There are earlier back-ups in this directory, though. I tried looking on this Forum, but couldn't find an answer. I hope some one here will point me in the right direction if I overlooked something.
I tried a few thing like changing the directory. I tried adding an empty text-file with the name of the missing file. Unsurprisingly this didn't work. But I did not expect the error code to stay the same, but it did. I'm probably misreading the error message. Or I would expect there to be a way to start from scratch, what am I missing? The database itself seems fine (Device database check reads "ok", I compressed it and was able to make a manual back-up. This is the error message: calibre, version 7.3.0 (win32, embedded-python: True) Failed to backup device database: Failed: Backing up Kobo device database [Errno 2] No such file or directory: 'H:\\Documents\\01 Prive\\Boeken maken\\Kobo Database Backup\\KoboReader-KoboElipsa-N604220028271-20240116-013200.sqlite' Traceback (most recent call last): File "calibre\gui2\device.py", line 104, in run File "calibre_plugins.koboutilities.jobs", line 199, in do_device_database_backup File "shutil.py", line 258, in copyfile FileNotFoundError: [Errno 2] No such file or directory: 'H:\\Documents\\01 Prive\\Boeken maken\\Kobo Database Backup\\KoboReader-KoboElipsa-N604220028271-20240116-013200.sqlite' Thanks in advance for any advice on this. |
01-19-2024, 09:35 PM | #2848 | |
Member
Posts: 19
Karma: 10
Join Date: Feb 2017
Device: Kobo Clara HD
|
Hello! I also have a problem with Kobo and Calibre whenever I send ebooks or update a fic via Kobo Touch, this is the error log:
Quote:
Thanks! |
|
02-25-2024, 07:33 AM | #2849 |
Enthusiast
Posts: 33
Karma: 102928
Join Date: Apr 2018
Location: France
Device: Kobo Glo (kobo4) / Kobo Libra Colour (kobo11)
|
Update Metadata of kepub ?
Hi
I had "harmonized" my calibre library and the content of my kobo glo. After this some of my kepub download thru wifi now have their metadata (title and so) updated by calibre. But when I try to "update metadata" with Kobo utilities those same metadata are not updated even not "recognized" by the plugin as in the summary window whose books are not in the book count. Is this normal ? Thx |
03-12-2024, 03:44 AM | #2850 |
Enthusiast
Posts: 45
Karma: 2772
Join Date: Mar 2009
Device: Kobo H2O
|
I had the same issue and the way to solve it is to sign out and back in of your Kobo account on the device.
|
Tags |
calibre, kobo, kobo utilities, kobo-utilities, plugins |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Manga plugin | mastertea | Plugins | 6 | 01-06-2022 03:43 AM |
[GUI Plugin] Save Virtual Libraries To Column (GUI) | chaley | Plugins | 14 | 04-04-2021 06:25 AM |
Kobo Utilities Plugin Question | nikev | Kobo Reader | 10 | 09-26-2018 12:55 AM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |