Ale
Ale
Thanks, now i try with: ``` // Listen on the 'polling_error' event bot.on('polling_error', (error) => { var time = new Date(); console.log("TIME:", time); console.log("CODE:", error.code); // => 'EFATAL' console.log("MSG:", error.message);...
You suggest to add something like this? ``` bot.on('uncaughtException', (error) => { var time = new Date(); console.log("TIME:", time); console.log("NODE_CODE:",error.code); console.log("MSG:",error.message); console.log("STACK:",error.stack); }); ```
Top! e Grazie ;)
After @sidelux advice, I added more code for debugging, now I get many times the error: **ETELEGRAM: 502 Bad Gateway** I see that someone had a similar problem in 2016...
@patrickbard what kind of error? For promise error, please insert: `process.env.NTBA_FIX_319 = 1; // fix cancellation of promises https://github.com/yagop/node-telegram-bot-api/issues/319. module.js:652:30` at first line of your BOT
@bndn, @itspriddle Any update? I'm interested too.
Any news? I have currently applied changes by @impedator https://github.com/impedator/osTicket/commit/3e40543faf4fbf206f9b8adc9529008d388ee5a9#diff-9d3ede82cbb2ca67574bfe9f98bf9ccce84ccb967cadf16cb0ed80ce66d64363R3
Thanks @ch-rles, for your suggestions, it works. The @#Name have to be a simple frame, not a component.
@FezVrasta @cudiz27 I've been working on it, do you want to try this integration? https://github.com/Cm-8/baxi_hybridapp_home/