KittyCAD / support

Public-facing place for individuals to note issues, bugs, and feature requests.
1 stars 0 forks source link

Onboarding Script bugs out #20

Closed resistorsoftware closed 7 months ago

resistorsoftware commented 8 months ago

Trying to run onboarding for real, using the provided code from the website. I have an API key, my environment seems fine as the API key is there. But it fails to create a client from my environment, as per the snippet I pasted here.

To Reproduce To reproduce the behavior: run the code

Expected behavior I expected it would work as per the onboarding!

python3 convert.py
Traceback (most recent call last):
  File "/Users/senior-citizen/Documents/Workspace/zoo-cad/projects/convert.py", line 24, in <module>
    raise Exception("There was a problem")
Exception: There was a problem

Language (please complete the following information):

Desktop (please complete the following information):

jgomez720 commented 7 months ago

Fixed by https://github.com/KittyCAD/documentation/pull/111