Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andreas Kristensen 65 posts 269 karma points c-trib
    Sep 21, 2020 @ 11:44
    Andreas Kristensen
    0

    Image Processor fails to process file in temp folder

    I have a site, where content and media nodes are created and updates programatically.

    One of the jobs, includes reading a file from an API, and create a media node for that file in Umbraco. The files is just stored as a stream.

    Now, after this job has run, Image Processor throws a couple of exceptions. Here is an example of one:

    ImageProcessor.Common.Exceptions.ImageProcessingException: PostProcessImageAsync 126 : Could not find file 'C:\local\Temp\tmp3121.png'.
    

    I guess this could have something to do, with the file being kept in memory, until the media item is created. But I still cant figure out, why this error appears.

    Any ideas?

Please Sign in or register to post replies

Write your reply to:

Draft