I'm getting 4 of the following errors on any book where the Author Link field has a url to a local folder - e.g.
file:///E:/Calibre%20Libraries/TestInfo/AuthorInfo/Anat%20Admati/ - the book details pane is either blank or it contains the details of the book that was previously current in the book list.
Code:
calibre, version 1.46.0
ERROR: Unhandled exception: <b>UnboundLocalError</b>:local variable 'lt' referenced before assignment
calibre 1.46 [64bit] isfrozen: True is64bit: True
Windows-7-6.1.7601-SP1 Windows ('64bit', 'WindowsPE')
('Windows', '7', '6.1.7601')
Python 2.7.5
Windows: ('7', '6.1.7601', 'SP1', 'Multiprocessor Free')
Traceback (most recent call last):
File "site-packages\calibre\gui2\book_details.py", line 609, in show_data
File "site-packages\calibre\gui2\book_details.py", line 335, in show_data
File "site-packages\calibre\gui2\book_details.py", line 28, in render_html
File "site-packages\calibre\gui2\book_details.py", line 103, in render_data
File "site-packages\calibre\ebooks\metadata\book\render.py", line 159, in mi_to_html
UnboundLocalError: local variable 'lt' referenced before assignment
BR