No, this is the one where it claims the file doesn't exist yet.
If I can create the file using the File Browser, then calibre should be able to as well. Besides, I tried multiple locations, including a FAT flashdrive, none worked.
And it's clearly not a Temp issue. I got it to work without touching /tmp or the temp variable.
The permissions problem was here:
https://www.mobileread.com/forums/sho...d.php?t=235888
The OP got a different message:
Code:
calibre, version 1.27.0
ERROR: Could not save: Saving of the book failed. Click "Show Details" for more information. You can try to save a copy to a different location, via File->Save a Copy
Traceback (most recent call last):
File "site-packages\calibre\gui2\tweak_book\save.py", line 145, in process_save
File "site-packages\calibre\gui2\tweak_book\save.py", line 155, in do_save
File "site-packages\calibre\gui2\tweak_book\save.py", line 29, in save_container
File "site-packages\calibre\utils\filenames.py", line 452, in atomic_rename
error: (5, 'MoveFileEx', 'Access is denied.')
This one was a "No such file or directory", but only because the temp folder never wrote the exploded files for the viewer (the error message is therefore quite true, and not referring to the save-to location):
Quote:
Originally Posted by gabryyl
calibre, version 1.26.0
ERROR: Unhandled exception: <b>IOError</b>:[Errno 2] No such file or directory: u'C:\\Users\\GabryylP\\AppData\\Local\\Temp\\calib re_0lnyuj\\z1w_7r_ebook_iter\\Davies_Corin-ge_Everlasting_split_012.html'
calibre 1.26 [64bit] isfrozen: True is64bit: True
Windows-7-6.1.7601-SP1 Windows ('64bit', 'WindowsPE')
('Windows', '7', '6.1.7601')
Python 2.7.5
Windows: ('7', '6.1.7601', 'SP1', 'Multiprocessor Free')
Traceback (most recent call last):
File "site-packages\calibre\gui2\viewer\documentview.py", line 1165, in wheelEvent
File "site-packages\calibre\gui2\viewer\main.py", line 1109, in next_document
File "site-packages\calibre\gui2\viewer\main.py", line 882, in load_path
File "site-packages\calibre\gui2\viewer\documentview.py", line 833, in load_path
File "site-packages\calibre\ebooks\oeb\display\webview.py", line 44, in load_html
IOError: [Errno 2] No such file or directory: u'C:\\Users\\GabryylP\\AppData\\Local\\Temp\\calib re_0lnyuj\\z1w_7r_ebook_iter\\Davies_Corin-ge_Everlasting_split_012.html'
|