getMe (reconnect #1270) Error
brian-lagerman opened this issue · 7 comments
We're getting a parsing error on each poll, which is receiving an HTML response:
getMe (reconnect #1270) Error:Error: EPARSE: Error parsing response: <html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>nginx/1.18.0</center> </body> </html>
Really not sure where the problem lies...
Versions:
- Adapter version: 1.16.0
- JS-Controller version: 4.0.24
- Node version: v20.5.0
- Operating system: linux (x64)
Seems like the Telegram webserver had issue s... problem still there or gone?
Just fired up the adapter again, looks like the problem remains...
Node version: v20.5.0
and there's the problem. Not sure if it is an issue with the adapter directly or the node-telegram-bot-api
dependency, but at any rate, node 20 doesn't work.
try nodejs 20.6 ... there was a bug in node.js that errored strangely on some http communications
Any update on this? I'm running nodejs 20.7 and have the same issue
Please recheck with current release (3.3.2)
Not reproducible with adapter version 3.5.3 and node 20.14.0