04-10-2021, 07:16 AM
Hi, I got an "incorrect padding" error while trying to make simple checkin through the client api.
I was testing checkin with random images and videos, some of them were successful while some gave this error, then after several test, they all just kept throwing this error.
When I traced this error it was coming from the upload method in the UploadMultipart class, but I can't seem to figure out what exactly is happening.
To my understanding, it looks like the error is connected to the decoding of encoded multipart file strings, but I'm not sure.
For clarity sakes, this project is a flask web api that communicates with tactic application through the tactic_client_lib.
The error log is attached below.
I was testing checkin with random images and videos, some of them were successful while some gave this error, then after several test, they all just kept throwing this error.
When I traced this error it was coming from the upload method in the UploadMultipart class, but I can't seem to figure out what exactly is happening.
To my understanding, it looks like the error is connected to the decoding of encoded multipart file strings, but I'm not sure.
For clarity sakes, this project is a flask web api that communicates with tactic application through the tactic_client_lib.
The error log is attached below.