jpetrucciani / hubspot3

python3.6+ hubspot client based on hapipy, but modified to use the newer endpoints and non-legacy python
MIT License
146 stars 72 forks source link

get_all() fails #99

Closed corrigantj closed 4 years ago

corrigantj commented 4 years ago

thanks for writing this. trying to use for some quick api prototyping.

when trying the quickstart guide, i get the following error.

(Python 3.8.2)

Screen Shot 2020-05-14 at 11 39 31 AM

jpetrucciani commented 4 years ago

Hmm, appears to be SSL cert related - what OS are you on?

jpetrucciani commented 4 years ago

Looks like mac - if so, could you check this stackoverflow out?

corrigantj commented 4 years ago

this totally worked. thanks for helping this noob PM.

jpetrucciani commented 4 years ago

Glad to help! 😄