API ERROR: Invalid base64-encoded string: number of data characters (5) cannot be 1 more than a multiole of 4 #133

Open
opened 2023-10-06 23:40:39 +02:00 by dbodbo · 0 comments
dbodbo commented 2023-10-06 23:40:39 +02:00 (Migrated from github.com)

I'm getting this error when trying to run via api, does anyone know how I can fix it?
I'm generating base64 through this website:

{ "error": "Error", "detail": " ", "body": " ", "errors": "Invalid base64-encoded string: number of data characters (5) cannot be 1 more than a multiole of 4" }

I'm getting this error when trying to run via api, does anyone know how I can fix it? I'm generating base64 through this [website]( https://www.base64-image.de/): `{ "error": "Error", "detail": " ", "body": " ", "errors": "Invalid base64-encoded string: number of data characters (5) cannot be 1 more than a multiole of 4" }`
Sign in to join this conversation.