Getting the error ""Attempt to load image with unspecified content type in table: null, filename: null: no thrown error"", Need to know the root cause and a fix for the error.

Pravinkishore
Tera Contributor

Getting the  error ""Attempt to load image with unspecified content type in table: null, filename: null: no thrown error"", Need to know the root cause and a fix for the error.

6 REPLIES 6

Trupti L Gajbh1
Kilo Contributor

Hi Pravin,

I am getting same error while trying to run an integration.

Did you find resolution for this error?

Kindly Help!!

 

Hi Trupti,

 

This error is occured sue to broken image but in my case we are not able to find the immage since there are to many, try checking any image or attachment.

 

Thanks

Pravinkishore

I am getting the same error when calling REST API from Flow. when I call the REST API from background script, this works fine

martinnahi6
Giga Contributor

If the error is related to loading images from a database or table, review the configuration settings for the database or table. Ensure that the image columns are properly defined and can handle the image data. Enable debugging and logging in your application to get more detailed information about the error. Check the logs for any additional error messages or stack traces that can help pinpoint the issue. Verify that the content types (MIME types) of the images are correctly set. Improper content type specification could lead to this error. For images, content types like "image/jpeg," "image/png," etc., should be used.