Error when validating DeepL app

I am trying to validate my DeepL installation after the latest upgrade in the RWS app store, but suddenly I am getting the following error message after I click "Validate saved configuration": "This secret field has an invalid value in the saved configuration." I am using the same account and API key that I have always used (and that was working up until now). I definitely have a paid subscription to DeepL. 

Is there something wrong with the app update or is there something else on my end that I need to udpate?

Thanks! 

Amy

emoji
Parents Reply
  • I did specify the correct version that I have (v2), and I get the same error message. Under the details of the error message, it says :

    {
      "message": "Method ValidateConfigurationSettings: Invalid configuration.",
      "errorCode": "invalidConfiguration",
      "details": [
        {
          "name": "apiKey",
          "code": "invalidKey",
          "value": "{\"message\":\"This account is not allowed to access the API.\"}"
        }
      ]
    }

    I have used the same account and same API forever until the update, so I'm pretty sure there is nothing incorrect that I am doing on my end. 

    Thanks for the response! 

    Amy 

    emoji
Children