sprite create 500 error

I just downloaded sprites for the first time on a Mac M1, and upon attempting to run

sprite create <sprite-name>

Error creating sprite: API error (status 500)

Running with the extra arguments gives a 400 error:

sprite create -o dusty-cyanide claude-sprite

✗ Error creating sprite: API error (status 400)

1 Like

Update: Found the issue by using the --debug flag and the sprite api command:

  • The CLI doesn’t surface the actual error message from the API response
  • Running sprite api -o dusty-cyanide /sprites -X POST -d ‘{“name”: “test-sprite”}’ -H “Content-Type: application/json” returned the real error: {“errors”:[“sprite name already exists”]}
  • Turns out my sprites were actually created successfully - sprite list shows them all
  • The 400/500 errors might be from a post-creation step failing, but the sprite itself gets created

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.