問題タブ [telepot]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - "SSL: CERTIFICATE_VERIFY_FAILED" error in my telegram bot
My Telegram bot code was working fine for weeks and I didn't changed anything today suddenly I got [SSL: CERTIFICATE_VERIFY_FAILED]
error and my bot code no longer working in my PC.
I use Ubuntu 18.04 and I'm usng telepot library.
What is wrong and how to fix it?
Edit: I'm using getMe method and I don't know where is the certificate and how to renew it and I didn't import requests
in my bot code. I'm using telepot API by importing telepot
in my code.