Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

SSLError(SSLCertVerificationError

dshi
5 - Atom

Hello, Alteryx User Community,

 

I was trying to use Alteryx Python tool to to get twitter data using following Twitter API function and got SSL Error

tweets = collect_results(rule, max_results=500000, result_stream_args=premium_search_args)

 

SSLError: HTTPSConnectionSSLError: HTTPSConnectionPool(host='gnip-api.twitter.com', port=443)

Pool(host='gnip-api.twitter.com', port=443): Max retries exceeded with url: (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)')))

 

Can any one help with this?

 

Thanks!

 

2 REPLIES 2
afellows
8 - Asteroid

Did you find a solution to this? 

apathetichell
19 - Altair

These errors are usually internal and based upon what's whitelisted from your machine/system. I'd recommend running this through download tool vs Python if possible. You can also test to see if you can run from Postman Desktop and see if you get the same SSL issue.

Labels