mattmakai / fullstackpython.com

Full Stack Python source with Pelican, Bootstrap and Markdown.
https://www.fullstackpython.com/
MIT License
2.88k stars 627 forks source link

StarterBot Certificate issues #185

Open anotherwally opened 6 years ago

anotherwally commented 6 years ago

Hello,

I was following the tutorial for creating StarterBot and initially I was running into a weird error related to a failed SSL certificate: slackclient.server.SlackConnectionError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate

Probably would be nice to add this (or a link) at the end of the post if another person runs into this error to know what steps to take.

Source: https://stackoverflow.com/a/51495648/4422594

That did it for me. 👍

Thanks!

P.S - I could submit a PR updating the content for that post.

mattmakai commented 6 years ago

thanks @Warlord08, sounds like this is a new issue with the websocket package. if you can submit a PR that fixes the issue that'd be awesome. if not I'll try to go through this and update it sometime in the future so other folks don't run into the same issue

anotherwally commented 6 years ago

Hey @mattmakai - sure I'll try to submit a PR for this. Thanks!