acceptable-salesmen-71657
09/11/2023, 10:32 PMFailed to decode feature JSON from GrowthBook APII opened the library and added some additional debugs, and then I realized this was the error... does anyone know how to solve it? (I’m masking the gb key)
("HTTPSConnectionPool(host='<http://cdn.growthbook.io|cdn.growthbook.io>', port=443): Max retries exceeded with url: /api/features/XXXXX (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))",)
Thanks!white-fireman-22476
09/12/2023, 4:36 AMsudo update-ca-certificates
acceptable-salesmen-71657
09/12/2023, 3:13 PMbrew install ca-certificates
but nothing solved that 😐white-fireman-22476
09/12/2023, 3:14 PMacceptable-salesmen-71657
09/12/2023, 3:16 PMwhite-fireman-22476
09/12/2023, 3:36 PMHTTP_PROXY
or HTTPS_PROXY
environment variables by any chance?requests
library work? ie.
r = requests.get('<https://cdn.growthbook.io/api/features/><YOUR_SDK_KEY')
acceptable-salesmen-71657
09/12/2023, 3:54 PMwhite-fireman-22476
09/12/2023, 3:55 PM