Describe the problem/error/question
After configur the HTTP request module I get alway the same error attched.
What is the error message (if any)?
source.on is not a fuction
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
{
"nodes": [
{
"parameters": {
"method": "POST",
"url": "https://api.groq.com/openai/v1/audio/transcriptions",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Authorization",
"value": "API KEY"
}
]
},
"sendBody": true,
"contentType": "multipart-form-data",
"bodyParameters": {
"parameters": [
{
"name": "model",
"value": "whisper-large-v3-turbo"
},
{
"name": "response_format",
"value": "verbose_json"
},
{
"parameterType": "formBinaryData",
"name": "file",
"inputDataFieldName": "={{ $node["GetAudio"].binary.data }}"
},
{
"name": "language",
"value": "es"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-100,
-320
],
"id": "bc8be46b-4fe9-49df-bf0b-f8ce9107f4f7",
"name": "HTTP Request1"
}
],
"connections": {},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "aff0e1963ff23dbf30a552af030c5f373ef10246d89b73353b5660bd0ded2722"
}
}
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->
## Information on your n8n setup