I have an AI integration that was working for months. I posted about it a while ago:
It now throws up this error message:
Complete chat: Invalid image URL: ‘messages[1].content[1].image_url.url’. Expected a base64-encoded data URL with an image MIME type (e.g. ‘data:image/png;base64,aW1nIGJ5dGVzIGhlcmU=’), but got a value without the ‘data:’ prefix.
I have other ‘Complete Chat’ integrations that continue to work without any issue in this and other apps. However, this action makes use of the ‘image’ field. The error message suggests that the error relates to how the image is handled during the action. Maybe Glide is now passing a different format for the image address?
Obviously I have tried multiple images. Some uploaded to the column in the App. Some have been URL’s in public places on the internet. Nothing works. The same error message is returned.