ecthros / uncaptcha2

defeating the latest version of ReCaptcha with 91% accuracy

Home Page:http://uncaptcha.cs.umd.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

have a problem here

azamet90 opened this issue · comments

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')