shurillu / CTBot

A simple (and easy to use) Arduino Telegram BOT Library for ESP8266/ESP32
MIT License
151 stars 35 forks source link

EchBot is not working #5

Closed itsjustvenky closed 6 years ago

itsjustvenky commented 6 years ago

Hi, Thanks for sharing a wonderful library.

So I was trying to use EchoBot (from your examples) and its not working consistently. The EchoBot is not picking-up the messages continuously and it only echo's back one in 30 messages.

What could be wrong ?

Thanks.

shurillu commented 6 years ago

Hello, thanks for using this library. Actually it's difficult to understand what is the problem if you do not provide others informations such as:

In addition:

Please, let me know. Regards,

Stefano

shurillu commented 6 years ago

Sorry I closed by mistake

shurillu commented 6 years ago

Hi,

I’ve replied you in the github platform, please could you check it?

Regards,

Stefano

Da: Venkatesh [mailto:notifications@github.com] Inviato: martedì 11 settembre 2018 05:35 A: shurillu/CTBot CTBot@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Oggetto: [shurillu/CTBot] EchBot is not working (#5)

Hi, Thanks for sharing a wonderful library.

So I was trying to use EchoBot (from your examples) and its not working consistently. The EchoBot is not picking-up the messages continuously and it only echo's back one in 30 messages.

What could be wrong ?

Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shurillu/CTBot/issues/5 , or mute the thread https://github.com/notifications/unsubscribe-auth/AgfZDOEPaalSJz80brP6w685AuAXpF3cks5uZy9igaJpZM4Wiidq . https://github.com/notifications/beacon/AgfZDCInUZXYvgVXnNSJmlq-wZ4IDExnks5uZy9igaJpZM4Wiidq.gif

itsjustvenky commented 6 years ago

Hi, Thanks for getting back. I am extremely sorry for not providing info.

I have tried the latest version of CBot both on PlatformIO (Arduino ESP -> 1.8.0) and ArduinoIDE (Arduino ESP 2.4.2)

ArduinoJson : 5.13.2 CTBot : 1.1.1 Board : NodeMCU v1.0 (ESP-12E)

I even tried inlineKeyboard and it was slow to respond (most of the time, failed to turn led on/off). But it was working fine 3 days back. Not sure what happened. I have not changed anything in my dev environment. May be issue with telegram itself ?

itsjustvenky commented 6 years ago

I got couple of warnings when compiled in platformio (inlineKeyboard) cbot-platformio-compile-warnings.txt

ArduinoJson : 5.13.2 CTBot : 1.1.1 Board : NodeMCU v1.0 (ESP-12E) ESP8266 Arduino SDK : 1.8.0

itsjustvenky commented 6 years ago

The echobot is working fine now. I guess it was a issue with telegram (not sure). Thanks for the help.