Skip to content Skip to sidebar Skip to footer

Discord.py Python File Not Running, Multiple Errors

I'm pretty new to coding Discord bots on my Mac instead of a Windows, and ran into trouble trying to run my Python file. I run my Python files with Visual Studio Code and the Pytho

Solution 1:

This is a common issue and here is the fix from the discord.py discord server.

Getting [SSL: CERTIFICATE_VERIFY_FAILED] on Python 3 on OS X?
Navigate to your Applications/Python 3.X/ folder and double click the Install Certificates.command to fix this.
Happy coding!

Post a Comment for "Discord.py Python File Not Running, Multiple Errors"