[Answer]-Thumbnails not generated because of PIL or Pillow?

1👍

From my point of view somewher in the code somebody wrote

os.path.join(thumbnail_folder, 'img_name')

instead of

os.path.join(thumbnail_folder, img_name)

can you try looking for such an error? Focus on 'img_name'

👤User

Leave a comment