The questions asked didn’t solve my problem, so I’m asking my own.
I want to use the Telegram Get Node to convert an image file into a binary file so that it can be processed by the OpenAI Transcriber. However, I can’t find the right way to do it. I came across the Convert to File Node, but now I’m stuck.
Describe the problem/error/question
###Cannot read properties of undefined (reading ‘split’)
###i want convert the Json data what i get by the previous node in to binary data, that the OpenAi transcriber node can analyze that.
What is the error message (if any)?
###Cannot read properties of undefined (reading ‘split’)
Is it also possible to leave out the Telegram get the file node and bind the code node directly to the Telegram trigger node? i mean i saw that in one video.