You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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",
The text was updated successfully, but these errors were encountered: