Good day
I just updated Node-RED container, I was able to send videos got by my camera in Home Assistant in the previous build 2.x, now with this update, whenever I try to send videos with my telegram bot it says that
Caught exception in sender node:
Error: EFATAL: Unsupported Buffer file-type
when processing message:
{“_msgid”:“d092c532152ec973”,“payload”:{“type”:“video”,“chatId”:“XXXX”,“content”:{“type”:“Buffer”,“data”:[0,0,0,3…
I have tried many solutions:
- I tried to install
npm install bufferutil utf-8-validate
- I tried to update npm and node, these are my versions:
The node itself is doing a get, it is a mp4 video (and as I said, it used to work on 2.x)
Has anyone faced it? How could I solve this?
This is cross posted at node-red forums as well