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.
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:
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?
is working on a reply...