api.telegram超时阻断解决方法

反诈示警:如遇到文章内跳转至别的网站或产生需要交钱,交易等行为,均为诈骗行为,请谨慎对待。对于网上兼职、刷单、刷信誉的就是诈骗,请勿相信!需要提供身份证明、短信验证和短信链接点击都是诈骗, 请不要提供!同时请下载“国家反诈中心”App能自查自检,规避诈骗电话,免遭损失。

错误:HTTPSConnectionPool(host='api.telegram.org', port=443): Read timed out. (read timeout=25)

解决方法:

先安装sudo apt install tor

sudo apt install privoxy torsocks
nano /etc/privoxy/config

pip install pysocks

forward-socks5t / 127.0.0.1:9050 .

sudo systemctl enable privoxy.service
sudo systemctl start privoxy.service

/etc/tor/torsocks.conf

TorAddress 127.0.0.1
TorPort 9050

 

from telebot import apihelper
apihelper.proxy = {'https': 'socks5h://127.0.0.1:9050',
#    'http':'http://127.0.0.1:8118',
#    'https':'https://127.0.0.1:8118'
}
bot = telebot.TeleBot(TOKEN) # be sure telebot.TeleBot calls after apihelper.proxy

 

如需 WordPress 优化加速、二次开发、网站维护、企业网站建设托管等服务,点此联系我 | 近期站内热门福利推荐:
文章版权及转载声明

本文地址:https://www.zycang.com/116906.html
文章转载或复制请以超链接形式并注明来源出处。 本文最后更新于:2023-07-30 18:03:42
声明:某些文章或资源具有时效性,若有 错误 或 所需下载资源 已失效,请联系客服QQ:11210980

喜欢就支持一下吧
点赞163赞赏 分享
相关推荐
评论 抢沙发

请登录后发表评论