i got SSL error. im installed certificate and when i start my code on cmd nothing happens #5557
Replies: 5 comments
-
You've accidentally clicked in the Command Prompt window so the display (and possibly the script) is paused. Press the Escape key on your keyboard to de-activate Select mode and resume execution. Also note that your code will not print anything to the command prompt window when the bot connects - to test whether it's running, you'll want to try running the command that you made. |
Beta Was this translation helpful? Give feedback.
-
i press escape key and nothing happens what to do? |
Beta Was this translation helpful? Give feedback.
-
Add the following to your code to activate a basic logging and than there should be output: import logging
logging.basicConfig(level=logging.INFO) There is no logging by default. Since this is no library problem, if you need more help I'd suggest you join the discord server and ask in one of the the help channels. |
Beta Was this translation helpful? Give feedback.
-
Yo, SSL Certificate Error with Python beginns at the most with the installation on the System. From my site, i fail most when i execute the make command while the installation on a Debain10 System. My Advice is to try to reinstall Python on the System with root/admin permissions. Or try it to download it from the Mircosoft Store or use Anaconda for the interpreter. |
Beta Was this translation helpful? Give feedback.
-
Quoting Python Support server (this is pinned as this issue comes up a lot) How to fix SSL Certificate issue on [Windows] Sectigo (cert vendor) provides a download link of cert manually: You have to setup certificate yourself, you can just click on it, or if that doesn't work, refer here: How to fix SSL Certificate issue on [Mac] Navigate to your Applications/Python 3.6/ folder and double click the Install Certificates.command to fix this. For those curious, it was caused by this: https://support.sectigo.com/Com_KnowledgeDetailPage?Id=kA03l00000117LT |
Beta Was this translation helpful? Give feedback.
-
Summary
Reproduction Steps
Expected Results
Actual Results
Checklist
System Information
Beta Was this translation helpful? Give feedback.
All reactions