rochel3R
Convex Community2y ago
14 replies
rochel3

Convex import causes telegram bot to not work.

pyTelegramApi does not allow me to work. Error given is:

DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.telegram.org:443
DEBUG:urllib3.connectionpool:https://api.telegram.org:443 "GET /bot6583121108:AAEx-N1Qu7g80kyxGiC-5qgkEG1SsKt87q0/getMe HTTP/1.1" 200 195
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.telegram.org:443

Everything works if i dont have the from Convex import ConvexClient line :/ but when i include it, it gives this error
Bots are small applications that run entirely within the Telegram app. Users interact with bots through flexible interfaces
Was this page helpful?