View Single Post
Old 08-11-2018, 06:07 PM   #304
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,901
Karma: 6120478
Join Date: Nov 2009
Device: many
bug is line 542 in plugin.py, "navlable" should have been "navlabel" to given an initial value of None. An updated value is generated from parsing the ncx but in your case there was no navlabel text and so no new value assigned.

Rebuilding the ncx "fixed" it by creating a navlabel which was then properly handled. I will fix this typo.

Thanks for the bug report.
KevinH is online now   Reply With Quote