Bug 1006805

Summary: [abrt] calibre-0.9.42-1.fc18: plumber.py:786:find_html_index:ValueError: Impossibile trovare un ebook nell'archivio
Product: [Fedora] Fedora Reporter: gmf <giuseppemfusco>
Component: calibreAssignee: Kevin Fenzi <kevin>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: chkr, frankly3d, kevin, mbacovsk, nushio
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:2ba4b3ee1f4448d18689d6317106f5f232458392
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-11 16:04:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description gmf 2013-09-11 10:17:36 UTC
Version-Release number of selected component:
calibre-0.9.42-1.fc18

Additional info:
reporter:       libreport-2.1.6
cmdline:        python2 /usr/bin/calibre-parallel
executable:     /usr/bin/calibre-parallel
kernel:         3.10.10-100.fc18.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
plumber.py:786:find_html_index:ValueError: Impossibile trovare un ebook nell'archivio

Traceback (most recent call last):
  File "/usr/bin/calibre-parallel", line 20, in <module>
    sys.exit(main())
  File "/usr/lib64/calibre/calibre/utils/ipc/worker.py", line 188, in main
    result = func(*args, **kwargs)
  File "/usr/lib64/calibre/calibre/gui2/convert/gui_conversion.py", line 31, in gui_convert_override
    override_input_metadata=True)
  File "/usr/lib64/calibre/calibre/gui2/convert/gui_conversion.py", line 22, in gui_convert
    override_input_metadata=override_input_metadata)
  File "/usr/lib64/calibre/calibre/ebooks/conversion/plumber.py", line 694, in __init__
    self.input, input_fmt = self.unarchive(self.input, tdir)
  File "/usr/lib64/calibre/calibre/ebooks/conversion/plumber.py", line 775, in unarchive
    return self.find_html_index(files)
  File "/usr/lib64/calibre/calibre/ebooks/conversion/plumber.py", line 786, in find_html_index
    raise ValueError(_('Could not find an ebook inside the archive'))
ValueError: Impossibile trovare un ebook nell'archivio

Local variables in innermost frame:
files: [u'/tmp/calibre_0.9.42_tmp_VoChoz/0AQ1DH_pl_arc/Interview.mp3', u'/tmp/calibre_0.9.42_tmp_VoChoz/0AQ1DH_pl_arc/DNA_-_Activation.mp3', u'/tmp/calibre_0.9.42_tmp_VoChoz/0AQ1DH_pl_arc/pillola_base_best_moment_ingl.mp3', u'/tmp/calibre_0.9.42_tmp_VoChoz/0AQ1DH_pl_arc/pillola_abbondanza_best_moment_ingl.mp3', u'/tmp/calibre_0.9.42_tmp_VoChoz/0AQ1DH_pl_arc/SevenPlanes.mp3', u'/tmp/calibre_0.9.42_tmp_VoChoz/0AQ1DH_pl_arc/pillola_avanzato_best_moments_ing.mp3', u'/tmp/calibre_0.9.42_tmp_VoChoz/0AQ1DH_pl_arc/Rainbow_-_Children.mp3']
html_files: []
self: <class 'calibre.ebooks.conversion.plumber.Plumber'>
html_pat: <_sre.SRE_Pattern object at 0x37b15d0>
f: u'/tmp/calibre_0.9.42_tmp_VoChoz/0AQ1DH_pl_arc/Rainbow_-_Children.mp3'

Comment 1 gmf 2013-09-11 10:17:42 UTC
Created attachment 796328 [details]
File: backtrace

Comment 2 gmf 2013-09-11 10:17:46 UTC
Created attachment 796329 [details]
File: environ

Comment 3 Kevin Fenzi 2013-09-11 16:04:46 UTC
Well, there's not much calibre can do here... you gave it a archive to convert that contained no ebooks. It can't do anything with mp3s. ;(