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

  • Автор темы Автор темы spdo
  • Дата начала Дата начала

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.
 
It's not error, it's information message that CapMonster is running on your IP address.
Try disabling windows firewall to solve the problem.
 
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
 
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
)
 
What about hosts file? Is there redirecting from service to this IP? Also, do you use 80 port number?
 
What about other services? Antigate, DBC, do they work?
 
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

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