jameszah / ESP32-CAM-Video-Telegram

Record avi video on ESP32-CAM and send to Telegram on event or request
GNU General Public License v3.0
113 stars 26 forks source link

Does not respond to requests #60

Closed mat-674 closed 4 weeks ago

mat-674 commented 1 month ago

Everything was set up and started normally. I have set up a network and telegram bot. In the wi-fi panel of the router and serial monitor in the Arduino IDE I see a wifi connection. The bot receives a message about the restart. For example:

Reboot
Device: deskpro
Ver: param 9.6
Rssi: -52
ip: 192.168.1.104
/start

When I send /start the bot does not respond. But at the first launch, everything worked normally. I tried to put the ESP 32 Wroover board and the AI Thinker ESP32-CAM in Arduino IDE. The result is the same. What am I doing wrong?

mat-674 commented 4 weeks ago

I found the problem source. I pinned a message with commands also for a bot (I don't know why) and it seems to have locked the bot. Only changing the bot helped me. Maybe it can helpful for somebody