I'm attempting to add a PDF to the library and am getting the following error.
Code:
calibre, version 0.8.2
ERROR: Unhandled exception: <b>WindowsError</b>:[Error 3] The system cannot find the path specified: u'c:\\users\\jeff\\appdata\\local\\temp\\calibre_0.8.2_tmp_wpjlcf\\calibre_0.8.2_oboi3y_rm_worker'
Traceback (most recent call last):
File "site-packages\calibre\gui2\actions\add.py", line 294, in add_books
File "site-packages\calibre\gui2\actions\add.py", line 308, in _add_books
File "site-packages\calibre\gui2\add.py", line 290, in add
File "site-packages\calibre\ebooks\metadata\worker.py", line 181, in read_metadata
File "site-packages\calibre\ebooks\metadata\worker.py", line 119, in __init__
File "site-packages\calibre\ptempfile.py", line 90, in PersistentTemporaryDirectory
File "tempfile.py", line 318, in mkdtemp
WindowsError: [Error 3] The system cannot find the path specified: u'c:\\users\\jeff\\appdata\\local\\temp\\calibre_0.8.2_tmp_wpjlcf\\calibre_0.8.2_oboi3y_rm_worker'
Is this me or the program? I could add PDFs without error prior to the new version.