Troubleshooting
Known issues and how to solve them.
LabError: (code 1), i.e., could not connect to the API, with an SSLError
UserError: (code 403) None
without trace codes, i.e., =None
Our firewall thinks you have bad intentions and is accidentally blocking your request. Please report the error so we can help you.
Any other LabError or UserError with trace codes
Everything else
Reach us at support@causalchamber.ai or through any of the support channels provided during onboarding. We are happy to help :)
Reporting errors
You can report an error through support@causalchamber.ai or any of the support channels provided during onboarding.
Connecting from a corporate network
Firewalls in corporate networks often push their own root certificates for additional security. If you're connecting with your work computer from within a corporate network, e.g., office WiFi, you might see the following error:
LabError: (code 1) Could not connect to the API at https://api.causalchamber.ai/v0
...
Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate...If this is the case, here's how to solve it
Visit https://api.causalchamber.ai/health with your browser to confirm the necessary certificates are installed on your computer. If they are, you should see a
scheduler_id.If that worked, you need to tell Python to use the right certificates. Run
pip install pip-system-certsin the Python environment from which you are calling our API.
That should fix it. If it doesn't or you're stuck, please report the error so we can help you :)
Last updated