#hmm my app stopped working 500 error, aything changed with the api?

1 messages · Page 1 of 1 (latest)

fair sandalBOT
#
AI-generated Answer for koningsbruggen

A 500 error typically indicates a server-side issue. To help diagnose the problem, could you please provide more details about the error message you're receiving? Additionally, sharing the code for your API call might help us identify the issue more quickly.

wild isle
#

raise HTTPError(http_error_msg, response=self)
2024-09-27T15:13:31.164453+00:00 app[web.1]: requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.elevenlabs.io/v1/voices
2024-09-27T15:13:31.164453+00:00 app[web.1]:

fair sandalBOT
#
AI-generated Answer for koningsbruggen

A 401 error indicates an authentication issue with your API request. Here are some steps to troubleshoot:

  1. Check API Key: Ensure your API key is valid and correctly set in the xi-api-key request header.
  2. Formatting: Verify that the API key is not surrounded by quotes or has extra spaces.
  3. Permissions: Confirm that the API key has the necessary permissions for the endpoint you are accessing.

If these steps don't resolve the issue, try regenerating your API key. If the problem persists, please open a ticket via the ticket form for further assistance.

wild isle
#

it was working til two weeks ago, anything changed?