You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following category pictures are missing: clothing, shoes, cell-phones, camera-photo
Check log for more details:
Error text: Cannot decode picture binary (file name: clothing)
Full message
System.ArgumentNullException: Value cannot be null. (Parameter 'codec')
at SkiaSharp.SKBitmap.Decode(SKCodec codec)
at SkiaSharp.SKBitmap.Decode(ReadOnlySpan`1 buffer)
at SkiaSharp.SKBitmap.Decode(Byte[] buffer)
at Nop.Services.Media.PictureService.ValidatePictureAsync(Byte[] pictureBinary, String mimeType, String fileName)
Files are named .jpeg not .jpg
The text was updated successfully, but these errors were encountered:
nopCommerce version: 4.80.1
Steps to reproduce the problem:
Check log for more details:
Error text: Cannot decode picture binary (file name: clothing)
Full message
System.ArgumentNullException: Value cannot be null. (Parameter 'codec')
at SkiaSharp.SKBitmap.Decode(SKCodec codec)
at SkiaSharp.SKBitmap.Decode(ReadOnlySpan`1 buffer)
at SkiaSharp.SKBitmap.Decode(Byte[] buffer)
at Nop.Services.Media.PictureService.ValidatePictureAsync(Byte[] pictureBinary, String mimeType, String fileName)
Files are named .jpeg not .jpg
The text was updated successfully, but these errors were encountered: