ultralytics / google-images-download

Google/Bing Images Web Downloader
https://ultralytics.com
GNU Affero General Public License v3.0
298 stars 85 forks source link

UnicodeEncodeError #7

Open faitno opened 4 years ago

faitno commented 4 years ago

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)
komiksam commented 1 year ago

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

glenn-jocher commented 10 months ago

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.