Quote:
Originally Posted by DiapDealer
KindleUnpack has never been robust in unpacking dictionaries. It might not ever be. But having said that, your 2nd error sounds like a classic python 2/3 byte vs string issue. And since it's in the plugin-only error-dialog call, that's on me. I can fix that, but it's unlikely that doing so is going to result in that dictionary from being able to be successfully/correctly unpacked.
Thanks for the report and the sample!
|
Already remarkable that KindleUnpack can unpack dictionaries at all. Thank you.
If that can help, the dictionary author has made the
source available here.
[EDIT 13:05] Actually Jhowell has
corrected the malformed tag and Owl_ revised dictionary unpacks perfectly.