From 32cca09ae5809c8fd863a7bec2262fb464c267a0 Mon Sep 17 00:00:00 2001 From: GamerNoTitle Date: Sat, 5 Dec 2020 20:51:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Q&A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de9c70e..696c8e9 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,9 @@ ## Q&A -### 出现错误 telepot.exception.TelegramError +## 错误代码 + +### telepot.exception.TelegramError #### Chat not found @@ -86,3 +88,9 @@ #### Not found 请检查自己的Telebot Token是否正确! + +### urllib3.exceptions.MaxRetryError + +`HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /bot1166372402:AAFihK9Bq8_dPuBMDni8y90cZJvprqMFmAs/sendMessage` + +出现这个错误,那就是Telegram的问题,Github连接不上Telegram服务器(大半是TG服务器炸了) \ No newline at end of file