ecthros / uncaptcha2

defeating the latest version of ReCaptcha with 91% accuracy
http://uncaptcha.cs.umd.edu
4.96k stars 462 forks source link

have a problem here #14

Open azamet90 opened 4 years ago

azamet90 commented 4 years ago

if CHECK_COLOR in runCommand( TypeError: a bytes-like object is required, not 'str'

this is on the default code...

my solution was .encode('utf-8')