shurillu / CTBot

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

my.Bot testConnection always not ok #54

Closed magngnu closed 4 years ago

magngnu commented 4 years ago

anyone can help me, how to solve if my nodemcu 8266 can't connect with bot telegram and its connected with my Access point? please help

mad-b commented 4 years ago

Could this be the issue #52 ? My Bot also stopped responding since a couple of days now...

magngnu commented 4 years ago

yes i've normally router but it still same serial monitor always show connection not ok

IgorBurkovAlmaty commented 4 years ago

https://github.com/shurillu/CTBot/pull/53/commits/0576f89188d62148d90564e7b247d532950e4db8

This fix works for me

magngnu commented 4 years ago

im sorry igor, i dont understand what should i do

IgorBurkovAlmaty commented 4 years ago

\Documents\Arduino\libraries\CTBot\src You need to make changes to the library files: CTBot.cpp and CTBot.h

magngnu commented 4 years ago

should i remove the last library?

magngnu commented 4 years ago

thank u its work, maybe next i still need help

salvatore-1981 commented 4 years ago

\ Documents \ Arduino \ libraries \ CTBot \ src È necessario apportare modifiche ai file della libreria: CTBot.cpp e CTBot.h Ciao, cosa dovrei cambiare

Di-Strix commented 4 years ago

@salvatore-1981 you can just download modified library and install it instead original

salvatore-1981 commented 4 years ago

@ salvatore-1981 puoi semplicemente scaricare la libreria modificata e installarla invece originale

Grazie, provo a scaricare la ctbot 1.4.1e provo

magngnu commented 4 years ago

thanks all, anyone can help me for this issues https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/issues/178 ??

Di-Strix commented 4 years ago

That's the same way to fix it. Why not using this library? And universal bot has last update from author over two years ago. Does it matter to use it?

magngnu commented 4 years ago

because i dont understand how to change from universal bot to ctbot. can u help me ? this my code:

project1.txt please help its task for school

Di-Strix commented 4 years ago

Sorry, I can't, because it need time to learn your sketch and make changes to it. I can help you, but not do instead of you. These libraries work by a pretty same way. Please, see examples to understand more.

magngnu commented 4 years ago

Okay, no problem. maybe anyone can solve for this https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot/issues/178

shurillu commented 4 years ago

Hello to all, this issue is related to #52 so, as the library now works without patches (probably it was a Telegram related issue), I'll close it.

Stefano