Unpack failed: error = 0
pickle_values = msgpack.packb(values,use_bin_type=True)
This data is then being AES256 encrypted. The code that is failing is:
decrypted_data = msgpack.unpackb(pickled_decrypted_data,encoding='utf-8')99% of the time all is well. I would expect data that has gone through packb without an error would read ok?Any suggestions on what I should look at?PT