Connoisseur
Posts: 66
Karma: 10
Join Date: Nov 2011
Device: none
|
Getting an "Unhandled exception" error (and more)
Ever since I installed 5.32.0, when I try to move a book or books from one library to another, I get this error:
***************
calibre, version 5.32.0
ERROR: Unhandled exception: <b>PermissionError</b>:[WinError 5] Access is denied: 'C:\\Users\\jenra\\OneDrive\\Desktop\\Calibre\\New \\Adele Abbott\\The Not-A-Date (132)'
calibre 5.32 embedded-python: True is64bit: False
Windows-10-10.0.19041 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '10', '10.0.19041')
Python 3.8.5
Windows: ('10', '10.0.19041', '', 'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (1, 45, 0) && DeDRM (7, 0, 3) && Package KFX (from KFX Input) (1, 45, 0) && Clean Metadata (0, 0, 6) && EpubMerge (2, 11, 0) && EpubSplit (3, 1, 0) && Find Duplicates (1, 8, 10) && Goodreads Sync (1, 15, 1) && KFX metadata reader (from KFX Input) (1, 45, 0) && KFX Input (1, 45, 0) && Manage Series (1, 2, 11) && Quality Check (1, 11, 4)
Traceback (most recent call last):
File "calibre\db\backend.py", line 404, in rmtree_with_retry
File "shutil.py", line 737, in rmtree
File "shutil.py", line 619, in _rmtree_unsafe
File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\jenra\\OneDrive\\Desktop\\Calibre\\New \\Adele Abbott\\The Not-A-Date (132)'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre\gui2\actions\copy_to_library.py", line 447, in copy_to_library
File "calibre\gui2\actions\copy_to_library.py", line 513, in do_copy
File "calibre\gui2\library\models.py", line 420, in delete_books_by_id
File "calibre\db\cache.py", line 75, in call_func_with_lock
File "calibre\db\cache.py", line 1796, in remove_books
File "calibre\db\backend.py", line 1756, in remove_books
File "calibre\db\backend.py", line 1245, in rmtree
File "calibre\db\backend.py", line 409, in rmtree_with_retry
File "shutil.py", line 737, in rmtree
File "shutil.py", line 619, in _rmtree_unsafe
File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\jenra\\OneDrive\\Desktop\\Calibre\\New \\Adele Abbott\\The Not-A-Date (132)'
***************
If I restart it, the book has been moved and is gone from the library I was moving it (and deleting it) from.
If I click to edit a book, I get this message:
***************
calibre, version 5.32.0
ERROR: Permission denied: Could not change the on disk location of this book. Is it open in another program?
Locked file: C:\Users\jenra\OneDrive\Desktop\Calibre\New\Adele Abbott\The Not-A-Date (132)
Traceback (most recent call last):
File "calibre\db\backend.py", line 404, in rmtree_with_retry
File "shutil.py", line 737, in rmtree
File "shutil.py", line 619, in _rmtree_unsafe
File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\jenra\\OneDrive\\Desktop\\Calibre\\New \\Adele Abbott\\The Not-A-Date (132)'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre\gui2\metadata\single.py", line 619, in apply_changes
File "calibre\gui2\metadata\basic_widgets.py", line 240, in commit
File "calibre\db\legacy.py", line 927, in func
File "calibre\db\cache.py", line 75, in call_func_with_lock
File "calibre\db\cache.py", line 1247, in set_field
File "calibre\db\cache.py", line 1260, in update_path
File "calibre\db\backend.py", line 1697, in update_path
File "calibre\db\backend.py", line 1245, in rmtree
File "calibre\db\backend.py", line 409, in rmtree_with_retry
File "shutil.py", line 737, in rmtree
File "shutil.py", line 619, in _rmtree_unsafe
File "shutil.py", line 617, in _rmtree_unsafe
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\jenra\\OneDrive\\Desktop\\Calibre\\New \\Adele Abbott\\The Not-A-Date (132)'
***************
I click OK to exit the error message, then click OK again, and it goes through just fine with the changes I made done.
I've uninstalled and reinstalled it. Still no dice.
Please help!
|