View Single Post
Old 09-03-2022, 09:57 PM   #491
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,169
Karma: 92500001
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by PoP View Post
AttributeError: 'array.array' object has no attribute 'tostring'
That error is most likely the result of a change to the array module in Python:

Quote:
New in version 3.2: tostring() is renamed to tobytes() for clarity.

Added: I changed the name of that function in KindleUnpack and was able to unpack that dictionary without any further errors. I have attached a copy of the modified plugin in case anyone else needs to use it.
Attached Files
File Type: zip KindleUnpack - The Plugin.zip (99.0 KB, 870 views)

Last edited by jhowell; 09-03-2022 at 10:24 PM.
jhowell is offline   Reply With Quote