View Single Post
Old 10-26-2015, 01:46 PM   #111
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,810
Karma: 6000000
Join Date: Nov 2009
Device: many
Hi,

Actually that is still an unfixed bug. It just no longer gets hit. The self.s[b:p] should really be s[b:p].

I will fix this now and commit the fix to master.

So I am very happy you submitted the bug report!

KevinH

Quote:
Originally Posted by Arios View Post
Hi Kevin and Diap,

Sorry, but I found an error in Sigil 0.8.901.0 (win 7, HP 64 b).

I was playing with a new crutledge's epub (Shawnee's Warning, The, here: https://www.mobileread.com/forums/sho...d.php?t=266762). By habit I made a SanityCheck which has barked with the following message:

Code:
Embedded Python Error

Traceback (most recent call last):

  File "F:/Sigil89/python3lib\sanitycheck.py", line 290, in perform_sanity_check
    has_error, errlist = p.check()

  File "F:/Sigil89/python3lib\sanitycheck.py", line 61, in check
    for text, tp, tname, ttype, tattr in self.parse_iter():

  File "F:/Sigil89/python3lib\sanitycheck.py", line 213, in parse_iter
    tname, ttype, tattr = self.parsetag(tag)

  File "F:/Sigil89/python3lib\sanitycheck.py", line 97, in parsetag
    error_msg = 'Tag name not properly delimited: "' + self.s[b:p] + '"'

AttributeError: 'SanityCheck' object has no attribute 's'
No problem with the message, but after that Sigil doesn't close, the process must be killed.

PS Sigil 8.6 has no problem nor epubcheck 4.

Last edited by KevinH; 10-26-2015 at 01:52 PM.
KevinH is offline