Hi DiapDealer!
Thanks for your useful plugin, I very like this.
I've recently got error when run this plugin. This is my error log:
Code:
Status: failed
Traceback (most recent call last):
File "C:\Program Files\Sigil\plugin_launchers\python\launcher.py", line 135, in launch
self.exitcode = target_script.run(container)
File "C:\Users\username\AppData\Local\sigil-ebook\sigil\plugins\TagMechanic\plugin.py", line 545, in run
guiMain(root, bk).pack(fill=tkinter_constants.BOTH)
File "C:\Users\username\AppData\Local\sigil-ebook\sigil\plugins\TagMechanic\plugin.py", line 113, in __init__
self.initUI()
File "C:\Users\username\AppData\Local\sigil-ebook\sigil\plugins\TagMechanic\plugin.py", line 150, in initUI
self.tag_combo.current(self.gui_prefs['tag'])
File "tkinter\ttk.py", line 713, in current
_tkinter.TclError: Index -1 out of range
Error: Index -1 out of range
Please tell me how to fix. Thanks.
My machine: Windows 10 64bit, Sigil 0.9.3.
I've tried remove and re-install sigil (both 0.9.3 and 0.9.2) but still get that error.
EDIT: Wow, I've removed folder plugins_prefs/TagMechanic and TagMechanic can run normally. <3