Stefano Ledda

Results 82 comments of Stefano Ledda

Hello Andrey, it's a known issue: it's involving on the URL encoding. The problem is identify all the characters that must be encoded (cfr. https://www.w3schools.com/tags/ref_urlencode.asp). Actually, the library filter the...

Hello Andrey, as I answered in the other issue #21 (check it please), Telegram is not built for handle binary messages (it can handle binary data but the data must...

Hello Andrey, I have just uploaded in the master branch some fixes that correct this issue: now you can (should) send any kind of characters. Forgive me for waiting, but...

Many thanks VashCrHm, I'm updating the two library and soon I'll draft a new release. UPDATE I've uploaded a quick fix in the v3.0.0 branch. I'll do the same with...

I have just published a new release (2.1.6) with fixes suggested (and verified) in this thread. It should fix the problem. Please let me know if it solve the issue....

Hello Hamster66, thank you for your feedbacks. Regarding the `CTBot::testConnection()` member function, I'll do some test. It is a "creative" way to use that member function (I made it just...

Hello, Migreco, thanks for using the library. Could you give me some info about the error? For example: + Arduino version + ESP8266 model + what happen. For example, the...

Hello Salomon, I encountered something similar when I left server connections "open". In other words, if you look inside the `sendCommand()` method I open and close the connection to the...

Hello Daniel, recapping: + you have several sensor and when triggered they send a Telegram message + meanwhile, in the main loop, you have the check for new incoming messages...

Hello chopind16, actually the only way to send an image is to use the library version v3.0.0 (see the v3.0.0 branch) and calling the `sendImage()` method. You can send only...