Hi all,
I've just tried converting comics to pdf and I get an
Quote:
ERROR: Conversion Error: <p>Could not convert: Convert book 1 of 1 (The Metabarons 07)<p>It is a <a href="http://bugs.calibre-ebook.com/wiki/DRM">DRM</a>ed book. You must first remove the DRM using third party tools.
|
This is clearly an bug as cbr's have no DRM as far as I know. unraring it manually works with no errors. Also mobi conversions are effected. The system is archlinux, I'm using the AUR install method and all other conversions work just fine. It just chokes on comics.
EDIT: Here's more debugging information:
Quote:
67% Creating PDF Output
Traceback (most recent call last):
File "/usr/lib/calibre/calibre/ebooks/pdf/writer.py", line 130, in _render_html
self._render_book()
File "/usr/lib/calibre/calibre/ebooks/pdf/writer.py", line 105, in _render_book
self._write()
File "/usr/lib/calibre/calibre/ebooks/pdf/writer.py", line 141, in _write
outPDF = PdfFileWriter(title=self.metadata.title, author=self.metadata.author)
TypeError: __init__() got an unexpected keyword argument 'title'
|