I am curious if anyone else is sporadically experiencing this issue, or if it is due to the file source...
I have been getting product mockups from the website Freepik. When I attempt to utilize the psd plugin, I have noticed with increasing frequency I will get an error message stating,
Exception:
System.AggregateException: One or more errors occurred. (ZIP stream was not fully decompressed.)
at PhotoshopFile.Compression.ZipImage.Read(Byte[] buffer)
at PhotoshopFile.Compression.EndianReverser.Read(Byte[] buffer)
at PhotoshopFile.Compression.ZipPredict16Image.Read(Byte[] buffer)
at PhotoshopFile.Channel.DecodeImageData()
at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__DisplayClass44_0`2.<PartitionerForEachWorker>b__1(IEnumerator& partitionState, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()s
--- End of inner exception stack trace ---
at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1 action, ParallelOptions options, Boolean stopOnFirstFailure)
at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner`1 source, ParallelOptions parallelOptions, Action`1 simpleBody, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
I am running Win 11 Home 21H2. My knowledge is rudimentary, at best, when it comes to this sort of issue. I extract files using 7zip, and was curious if the issue was mine, as I had read an article on the 7zip blog about image extracting. However, I have the same issue when I extract with Win file extract. Any insight you may be able to provide would be extremely helpful.