Результаты поиска

  1. S

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

    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.
  2. S

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

    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 =>...
  3. S

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

    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
  4. S

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

    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.