sergeyzwezdin / hexo-images

Toolset to opimize images for Hexo static site generator
https://hexo.io/
MIT License
6 stars 5 forks source link

Missing images metadata #6

Open diego-v opened 3 years ago

diego-v commented 3 years ago

Hello,

I was trying to use hexo-images in my blog since it seems to make working with images so much easier. However I keep getting a warning There is no images metadata for the post when running hexo server and FATAL { err: [Error: ENOTDIR: not a directory, mkdir] { errno: -4052, code: 'ENOTDIR', syscall: 'mkdir' } } when running hexo generate.

Images are being converted correctly to 1x and 2x, both in webp and jpg

I wonder if you could point out where the error might be.

Thanks!

sergeyzwezdin commented 3 years ago

Hi @diego-v,

could you please provide the repo to reproduce the issue?

diego-v commented 3 years ago

Sure, you can find my repo here. Thank you

LucunJi commented 3 years ago

I got the same issue when there is upper-case letters in the filename. The program cannot recognize the image but can process it.