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
Source:stackexchange.com