<> ERROR: IP is not available now. For restore access to this page, stop the service of CapMoster 2.

spdo

Новичок
Регистрация
29.10.2016
Сообщения
4
Благодарностей
1
Баллы
3
I am emulating de-captcher, however it is not working.
I keep getting that my IP is not available now. For restore access to this page, stop the service of CapMoster 2.

The connection is enabled, the port responds ok, however when I send a request with an image I get this html page back.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 413
Благодарностей
5 900
Баллы
113
It's not error, it's information message that CapMonster is running on your IP address.
Try disabling windows firewall to solve the problem.
 

spdo

Новичок
Регистрация
29.10.2016
Сообщения
4
Благодарностей
1
Баллы
3
I disabled all firewall.
I am 100% sure of that.

I can see the port is open, telnet returns me that the port is open.
However when emulating de-captcher call, I get that error message
 

spdo

Новичок
Регистрация
29.10.2016
Сообщения
4
Благодарностей
1
Баллы
3
Running on windows server 2008

My request code is basically this:


uri = URI.parse('MY_IP')
req = Net::HTTP::Post::Multipart.new( uri.path,
:login => 'login',
:password => 'password',
:function => "picture2",
:pic_type => 0,

#:file => UploadIO.new( file, 'image/png', 'image.jpg' )
:pict => UploadIO.new( file, 'image/png', 'image.jpg' ),
:numeric => 1
)
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 413
Благодарностей
5 900
Баллы
113
What about hosts file? Is there redirecting from service to this IP? Also, do you use 80 port number?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 413
Благодарностей
5 900
Баллы
113
What about other services? Antigate, DBC, do they work?
 

spdo

Новичок
Регистрация
29.10.2016
Сообщения
4
Благодарностей
1
Баллы
3
I got it solved.

The problem was the endpoint. Since I didn't send any path in the URL. I needed to add /in.php in my endpoint, that worked now.
 
  • Спасибо
Реакции: VladZen

Кто просматривает тему: (Всего: 2, Пользователи: 0, Гости: 2)