Thanks for the quick response!
The first error message is:
calibre, version 5.19.0
ERROR: Failed to create library: Failed to create calibre library at: 'C:\\Users\\Bryan\\Documents\\Calibre Library'.
You will be asked to choose a new library location.
Traceback (most recent call last):
File "calibre\gui2\main.py", line 182, in get_library_path
File "os.py", line 223, in makedirs
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\\Users\\Bryan\\Documents\\Calibre Library'
When I click "OK" and choose my Documents folder then I get:
"The library database at C:\Users\Bryan\Documents appears to be corrupted. Do you want calibre to try to and rebuild it automatically?"
When I click "Yes" I get:
calibre, version 5.19.0
ERROR: Failed to repair library: Restoring database failed, click "Show details" to see details
Traceback (most recent call last):
File "calibre\db\restore.py", line 129, in run
File "calibre\db\restore.py", line 286, in replace_db
File "shutil.py", line 261, in copyfile
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Bryan\\Documents\\metadata.db'
|