View Single Post
Old 09-03-2022, 08: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,101
Karma: 92190113
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, 860 views)

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