I'm using 0.7.0 and I'm getting this error trying to delete:
coercing to Unicode: need string or buffer, NoneType found
Traceback (most recent call last):
File "site-packages\calibre\gui2\device.py", line 58, in run
File "site-packages\calibre\gui2\device.py", line 308, in _delete_books
File "<string>", line 267, in delete_books
TypeError: coercing to Unicode: need string or buffer, NoneType found
and I get this error when trying to save to a directory (epub created by calibre not native kobo book):
(2, 'No such file or directory')
Traceback (most recent call last):
File "site-packages\calibre\gui2\device.py", line 58, in run
File "site-packages\calibre\gui2\device.py", line 324, in _save_books
File "site-packages\calibre\devices\usbms\cli.py", line 36, in get_file
IOError: [Errno 2] No such file or directory: u'News\\Epicurious [Sat, 05 Jun 2010]_2010-6-5.epub'
|