Quote:
Originally Posted by JimmXinu
As near as I can tell, converting a BeautifulSoup4 (4.10.0 to be exact) soup back to a text (str(soup)) in Calibre 6.10.0 some how crashes out instead of raising the appropriate RecursionError.
...
I've opened a calibre bug( 2000888) to bring this to Kovid's attention.
|
FYI, Kovid's dealt with this, it was an issue with the windows version using a smaller stack size by default. Next version of Calibre should correctly raise RecursionError again.
Note that this won't fix the issue with too many nested tags--it will just report it correctly. Will allow
continue_on_chapter_error:true to handle it.