Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 06-16-2009, 11:48 PM   #1
sea_los
Member
sea_los will become famous soon enoughsea_los will become famous soon enoughsea_los will become famous soon enoughsea_los will become famous soon enoughsea_los will become famous soon enoughsea_los will become famous soon enough
 
Posts: 21
Karma: 552
Join Date: Jul 2007
Location: Raleigh, NC
Device: Kindle 2 / Kindle on iPhone / Sony Reader PRS-505 / eReader on iPhone
Issue converting .MOBI to .LRF

Hello there... love Calibre and for the most part have been using it without any issues. Tonight, I'm trying to convert a ".mobi" file to ".lrf" and I get the following error message:

Job: **Convert book: Wicked Prey**
**tuple**: ('IndexError', u'list index out of range')
**Traceback**:
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/parallel.py", line 960, in worker
result = work(client_socket, func, args, kwdargs)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/parallel.py", line 918, in work
res = func(*args, **kargs)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/any/convert_from.py", line 196, in main
return process_file(src, options, logger)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/any/convert_from.py", line 165, in process_file
convertor(path, options, logger)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/mobi/convert_from.py", line 28, in process_file
htmlfile = generate_html(mobi, tdir)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/mobi/convert_from.py", line 17, in generate_html
mr.extract_content(tdir)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/mobi/reader.py", line 266, in extract_content
processed_records = self.extract_text()
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/mobi/reader.py", line 583, in extract_text
self.mobi_html += decompress_doc(section)
File "calibre/ebooks/mobi/palmdoc.pyo", line 28, in decompress_doc
IndexError: list index out of range

**Log**:
('IndexError', u'list index out of range')
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/parallel.py", line 960, in worker
result = work(client_socket, func, args, kwdargs)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/parallel.py", line 918, in work
res = func(*args, **kargs)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/any/convert_from.py", line 196, in main
return process_file(src, options, logger)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/any/convert_from.py", line 165, in process_file
convertor(path, options, logger)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/mobi/convert_from.py", line 28, in process_file
htmlfile = generate_html(mobi, tdir)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/mobi/convert_from.py", line 17, in generate_html
mr.extract_content(tdir)
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/mobi/reader.py", line 266, in extract_content
processed_records = self.extract_text()
File "/Applications/calibre.app/Contents/console.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/mobi/reader.py", line 583, in extract_text
self.mobi_html += decompress_doc(section)
File "calibre/ebooks/mobi/palmdoc.pyo", line 28, in decompress_doc
IndexError: list index out of range


I'm on a Mac in case you're wondering.

Cheers,
Carlos
sea_los is offline   Reply With Quote
Old 06-17-2009, 12:04 AM   #2
sirbruce
Provocateur
sirbruce ought to be getting tired of karma fortunes by now.sirbruce ought to be getting tired of karma fortunes by now.sirbruce ought to be getting tired of karma fortunes by now.sirbruce ought to be getting tired of karma fortunes by now.sirbruce ought to be getting tired of karma fortunes by now.sirbruce ought to be getting tired of karma fortunes by now.sirbruce ought to be getting tired of karma fortunes by now.sirbruce ought to be getting tired of karma fortunes by now.sirbruce ought to be getting tired of karma fortunes by now.sirbruce ought to be getting tired of karma fortunes by now.sirbruce ought to be getting tired of karma fortunes by now.
 
sirbruce's Avatar
 
Posts: 1,859
Karma: 505847
Join Date: Feb 2009
Location: Columbus, OH
Device: Kindle Touch, Kindle 2, Kindle DX, iPhone 3GS
It's best to get a free account on calibre.kovidgoyal.net and file a ticket there. Enclose the logfile text in code brackets to preserve format.
sirbruce is offline   Reply With Quote
Advert
Old 06-17-2009, 12:20 AM   #3
sea_los
Member
sea_los will become famous soon enoughsea_los will become famous soon enoughsea_los will become famous soon enoughsea_los will become famous soon enoughsea_los will become famous soon enoughsea_los will become famous soon enough
 
Posts: 21
Karma: 552
Join Date: Jul 2007
Location: Raleigh, NC
Device: Kindle 2 / Kindle on iPhone / Sony Reader PRS-505 / eReader on iPhone
Ok, looks like I found the problem. I was using the wrong mobidrm file. I should have used the 2nd version.

Cheers,
Carlos
sea_los is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre Indent Issue When Removing Blank Lines (Converting From HTML to MOBI or EPUB) David Derrico Calibre 5 08-04-2010 12:13 AM
converting from standard mobi to compressed mobi noideaatall Kindle Formats 6 07-11-2010 03:10 PM
CBZ > LRF (LRF>HTML/MOBI????) sideburnt Calibre 4 09-15-2009 06:44 AM
Converting PDF to ePub/MOBI/LRF jasonb57 Workshop 0 02-16-2009 03:58 PM
libprs500 Issues Converting .LIT to .LRF - .LRF crashes everything vasbinde Calibre 6 02-14-2008 12:16 PM


All times are GMT -4. The time now is 06:20 AM.


MobileRead.com is a privately owned, operated and funded community.