Недавний контент manalsabbah

  1. M

    Capmonster cloud help for api request

    actually, I don't understand exactly whats this "-" but when I run my program and reach this line in code taskId = await client.CreateTaskAsync(captchaTask); all program stop, nth else happen ...
  2. M

    Capmonster cloud help for api request

    how I can pass the API then? can you tell me, please.
  3. M

    Capmonster cloud help for api request

  4. M

    Capmonster cloud help for api request

    { "errorId": 1, "errorCode": "ERROR_KEY_DOES_NOT_EXIST", "errorDescription": "Account authorization key not found in the system or has incorrect format", "taskId": 0 }
  5. M

    Capmonster cloud help for api request

    private static readonly string Token = "key"; private static readonly CapMonsterClient client = new CapMonsterClient(Token); I thought by this I pass the key? -------------------------------------- and I try to use postman to pass API and same issue happened
  6. M

    Cap Monster Cloud: ERROR_KEY_DOES_NOT_EXIST

    I'm trying to use cap monster inside my program but each time I create a task it returns an error like this { "errorId": 1, "errorCode": "ERROR_KEY_DOES_NOT_EXIST", "errorDescription": "Account authorization key not found in the system or has incorrect format", "taskId": 0 }...
  7. M

    Capmonster cloud help for api request

    I want to post my problem but I can't :( I had the same error u got but I can't solve it this is my code c# ------------- private static readonly string Token = "key"; private static readonly CapMonsterClient client = new CapMonsterClient(Token); private async Task...
  8. M

    Ошибка при обращении к capmonster.cloud

    I want to post my problem but I cant :( I had the same error u got but i cant solve it