I was looking to find alternatives for openai audio transcribe through community nodes and I came across “n8n-nodes-speech-transcribe”. I am stuck at a step though. I am constantly finding this error. I found this in other ways too. How to give the correct path?? I am getting the binary file correctly.
Hey @Shivam_Jha1 Did you try to use attachment_0
as binary property name?
Hey, @Ruslan_Yanyshyn . Yes I tried putting it in fixed as attachment_0 but it is throwing this error:
Hi @Shivam_Jha1
This community node might be outdated. Double-check its documentation, or consider using the Speechmatics API directly through an HTTP node…
Hey @mohamed3nan I was trying to use another API through HTTPS request hook. But there too I was facing this issue. What part should we map to these APIs as data??
Here is http node which is working for me:
Hey, @Ruslan_Yanyshyn thanks alot man. You are really a life saver.
Just one question @Ruslan_Yanyshyn here wast the name of your binary file data_file instead of attachment_0 and what is the input data field name which is set as data? Is it something from the previous node? It will be really helpful if you provide the previous node details too. Thanks again man
For example this is my workflow currently:
What should I link my data fields to?
In your case you should change only Input Data Field Name
to attachment_0
You should connect output of Switch to HTTP node.
Thanks @Ruslan_Yanyshyn
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.