arrrlo / Google-Images-Search

[PYTHON] Search for image using Google Custom Search API and resize & crop afterwards
MIT License
176 stars 34 forks source link

TypeError: Parameter #153

Closed mimonirbd closed 2 years ago

mimonirbd commented 2 years ago

When I try to run the program it show the below problem: TypeError: Parameter "imgColorType" value "color|gray|mono|trans|imgColorTypeUndefined" is not an allowed value in "['imgColorTypeUndefined', 'mono', 'gray', 'color', 'trans']" How to solve this?

arrrlo commented 2 years ago

Hi @mimonirbd

You need to use one of those values: either color or gray or mono or trans or imgColorTypeUndefine Your value was color|gray|mono|trans|imgColorTypeUndefined