ultralytics / google-images-download

Google/Bing Images Web Downloader

Home Page:https://ultralytics.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnicodeEncodeError

faitno opened this issue · comments

I have error^ then name image in cyrillic UTF8

26/30 UnicodeEncodeError on an image...trying next one... Error: 'ascii' codec can't encode characters in position 32-53: ordinal not in range(128)
commented

I have the same issue and the app doesn't download anything :(

I'm sorry you're experiencing this issue. This error typically occurs when there are non-ASCII characters in the file paths. To resolve this, you can try renaming the image files to remove any non-ASCII characters or placing the images in a directory with a path that contains only ASCII characters. This should allow the app to download the images without encountering the UnicodeEncodeError. Let me know if you need any further assistance with this.