smartnode / telebot

Telegram Bot API in C
https://elmurod.net/telebot
Apache License 2.0
159 stars 35 forks source link

first steps using echobot #17

Closed luisclaudiogama closed 5 years ago

luisclaudiogama commented 5 years ago

HI,

I´m having troubles to test echobot example.

I have a bot called SaborDelivery (@luisgama_bot ) .

this bot is running ok between my telegram app ( under debian 8 ) and my cell phone, but when I´m try to use echobot:

Welcome to Echobot Token: 268963290:AAHprXUwmtHf7Kt1mlR19riL74WiYBdPFRs [ERROR][telebot_core_curl_perform:84]Failed to curl_easy_perform Error: Couldn't connect to server (7) Failed to get bot information

Am I doing anything wrong?

Thanks

mmakdis commented 5 years ago

Are you running two instances of the bot? If so, then that could probably be why.

I just tried to use your token, and here's a screenshot of the output: image

Also, revoke your token and please don't share any tokens online.

smartnode commented 5 years ago

This is not an issue.