Hi i have rasa bot ready at my localhost and i have created telegram bot using BotFather and i have provided the access token and username in my credentials.yml file and i am using ngrok. Basically i have followed the same steps as provided at rasa documentation but still unable to connect rasa with telegram. I am using Rasa 2.0.8
This is the error i am getting
telegram.vendor.ptb_urllib3.urllib3.connectionpool - Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by ‘NewConnectionError(’<telegram.vendor.ptb_urllib3.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5abc8d6a30>: Failed to establish a new connection: [Errno 101] Network is unreachable’)’: /bot1694086561:AAEMr-fdfLy3TrPwLBH750qe1sFxGx4_2VA/setWebhook
File “/home/aqib/.local/lib/python3.8/site-packages/telegram/utils/request.py”, line 230, in _request_wrapper raise NetworkError(‘urllib3 HTTPError {}’.format(error)) telegram.error.NetworkError: urllib3 HTTPError HTTPSConnectionPool(host=‘api.telegram.org’, port=443): Max retries exceeded with url: /bot194086561:AAEMr-fdfLy3TrPwLBH750qe1sFxGx4_2VA/setWebhook (Caused by NewConnectionError(’<telegram.vendor.ptb_urllib3.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5abc8d6b80>: Failed to establish a new connection: [Errno 101] Network is unreachable’))