Open
Description
Hi! I am experiencing an error when sending sendVideo on the Ubuntu server. The code that I am executing on the local machine is working fine. I use const stream = new Readable();
stream.push(buffer);
stream.push(null); in order to convert the Buffer video file to a later one and send it using the method. Everything works as it should on localhost, however, the same code on the VPS gives the error Unhandled rejection Error: EPARSE: Error parsing response. What could be the reason? Please help, thank you!
Node -v 18.18.0
"node-telegram-bot-api": "^0.66.0",
Metadata
Metadata
Assignees
Labels
No labels