Hi,
I get the following error when I try to transfer a rather large book. Calibre crashes randomly (it might work the next time I try) with large books (over 1000 pages) This yime I was "lucky" to get an error message. Maybe someone can help me? Thank you.
Here is the error message:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "calibre/gui2/device.py", line 89, in run
File "calibre/gui2/device.py", line 595, in _upload_books
File "calibre_plugins.kobotouch_extended.device.driver" , line 406, in upload_books
return super(KOBOTOUCHEXTENDED, self).upload_books(
File "calibre/devices/kobo/driver.py", line 2137, in upload_books
File "calibre_plugins.kobotouch_extended.device.driver" , line 302, in _modify_epub
raise e.__class__(msg).with_traceback(tb)
File "calibre_plugins.kobotouch_extended.device.driver" , line 276, in _modify_epub
common.modify_epub(
File "calibre_plugins.kobotouch_extended.common", line 235, in modify_epub
container.smarten_punctuation()
File "calibre_plugins.kobotouch_extended.container" , line 369, in smarten_punctuation
self.__run_async_over_content(self.__smarten_punct uation_impl)
File "calibre_plugins.kobotouch_extended.container" , line 417, in __run_async_over_content
self.__run_async(func, names)
File "calibre_plugins.kobotouch_extended.container" , line 409, in __run_async
[th.start() for th in threads]
File "calibre_plugins.kobotouch_extended.container" , line 409, in <listcomp>
[th.start() for th in threads]
File "calibre/startup.py", line 157, in new_start
File "threading.py", line 852, in start
RuntimeError: Failed to process Divina Commedia by Dante Alighieri: can't start new thread
|