You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all, I am getting the following error on the budgets_response = budgets_api.get_budgets() line of the example in the README.md.
MaxRetryError: HTTPSConnectionPool(host='api.ynab.com', port=443): Max retries exceeded with url: /v1/budgets (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))
I think this is an issue with the module itself because I am able to hit the API using the quick start guide with no problem.
The text was updated successfully, but these errors were encountered:
Hey all, I am getting the following error on the
budgets_response = budgets_api.get_budgets()
line of the example in the README.md.MaxRetryError: HTTPSConnectionPool(host='api.ynab.com', port=443): Max retries exceeded with url: /v1/budgets (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')))
I think this is an issue with the module itself because I am able to hit the API using the quick start guide with no problem.
The text was updated successfully, but these errors were encountered: