Quote:
Originally Posted by Leonatus
Hi David,
I have a KT N905, Fw. 3.3.0.
In Calibre, my default of your plugin is to "Backup Device Database", but for some months, at connecting the device to the computer and opening Calibre, I receive an error message of this type:
Code:
[Errno 2] No such file or directory: u'F:\\Kobo Reader\\KoboReader-KoboTouch-OG3180403354A-20140922-161916.sqlite'
Traceback (most recent call last):
File "site-packages\calibre\gui2\device.py", line 87, in run
File "calibre_plugins.koboutilities.jobs", line 172, in do_device_database_backup
File "shutil.py", line 83, in copyfile
IOError: [Errno 2] No such file or directory: u'F:\\Kobo Reader\\KoboReader-KoboTouch-OG3180403354A-20140922-161916.sqlite'
Is there anything I can do? Calibre functions in relation to my device are o.k.
|
That error is in the line of code that copies the database from the device to where you want to the backup stored. It is claiming that the destination file does not exist. As the copy is trying to create the file, that is a strange error. But, does the directory exist? Can you create a file in the directory?