David McGregor
David McGregor
@dwdickens Have you found a solution to this issue yet? I've got the same issue.
I found the issue is with the parser.parseTransactionPage function. If I remove it and replace it with: ` .then(parser.parseForm).then(parser.parseAccountListWithKeys) ` Then it works.
This PR is being re-opened (old PR: https://github.com/nuvoleweb/drupal-behat/pull/54) as the functionality was not brought in by the multiple entity references PR.
Hi - I would also love to see some additional values published - at the very least the external temperature. If you add the value to the attributes of the...
I'm getting this error as well and it makes the Azure OpenAI option unusable. > XXXXXX.services.ai.azure.com/api/models/chat/completions??api-version=2024-12-01-preview/chat/completions failed, reason: getaddrinfo ENOTFOUND XXXXXX.services.ai.azure.com",
@andrewpareles I'm still getting the following error: ``` Full Error: { "cause": { "message": "request to https://.services.ai.azure.com/api/models/chat/completions?api-version=2025-05-01/chat/completions failed, reason: getaddrinfo ENOTFOUND .services.ai.azure.com", "type": "system", "errno": "ENOTFOUND", "code": "ENOTFOUND" } }...
I note this documentation from the openai node library: https://github.com/openai/openai-node?tab=readme-ov-file#microsoft-azure-openai Their documentation uses the `DefaultCredential`, but I believe you can use an `AzureKeyCredential` instead to use the API key.