А мне помогите с аудиокапчей бьюсь уже второй день
шлю через форму
<form method="post" action="http://antigate.com/in.php" enctype="multipart/form-data">
<input type="hidden" name="method" value="base64">
<input type="hidden" name="CapMonsterModule" value="ZennoLab.AudioReCaptcha">
<input type="hidden" name="ParallelMode" value="true">
Ключ вашего аккаунта:
<input type="text" name="key" size="32">
Тело файла закодированное в base64:
<textarea name="body"></textarea>
<input type="submit" value="загрузить и получить ID">
</form>
посылаю закодированый файл в base64 (то есть просто текст) , кодировал на
http://foxtools.ru/Base64
так же брал код в этой теме результат одинаковый
В проге пишет не распозналось, тип не определен
в логах пишет
2016-02-16 23:40:40.8299|Parsed audio bytes|
2016-02-16 23:40:40.8299|CaptchaWebService: ToInterceptionQueue put it to the interception queue. ID = 2|
2016-02-16 23:40:40.8299|CaptchaWebService: Antigate API request was parsed and was sent to the interception queue|
2016-02-16 23:40:40.8509|CaptchaWebService: MainAnalysis get the descriptor from the interception queue. ID = 2|
2016-02-16 23:40:40.8509|CaptchaWebService: TypeDetector get the descriptor with deteted type module and put it to the recognize queue. ID = 2|
2016-02-16 23:40:40.8509|CaptchaWebService: MainRecognize get the descriptor and recognize via "ZennoLab.AudioReCaptcha" module. ID = 2|
2016-02-16 23:40:40.8509|CaptchaWebService: Recognize recognize via "ZennoLab.AudioReCaptcha" capmonster module. ID = 2|
2016-02-16 23:40:40.8789|CaptchaWebService: Recognize recognition error so put it to the results queue|
Что не так ?