error.api.auth.not_configured #593

Closed
opened 2025-11-09 09:53:32 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @MC-shark on GitHub (Nov 27, 2024).

bug description

Request /session
Resonse
{
"status": "error",
"error": {
"code": "error.api.auth.not_configured"
}
}

reproduction steps

image

screenshots

No response

No response

platform information

postman

additional context

No response

Originally created by @MC-shark on GitHub (Nov 27, 2024). ### bug description Request /session Resonse { "status": "error", "error": { "code": "error.api.auth.not_configured" } } ### reproduction steps <img width="602" alt="image" src="https://github.com/user-attachments/assets/476a8d7c-6c11-42f1-bc07-4371d16692f1"> ### screenshots _No response_ ### links _No response_ ### platform information postman ### additional context _No response_
GiteaMirror added the bug label 2025-11-09 09:53:32 -06:00
Author
Owner

@MC-shark commented on GitHub (Nov 27, 2024):

But I Request POST
curl --location --request POST 'http://ip:9000/'
--header 'Content-Type: application/json'
--data-raw '{
"url": "https://www.youtube.com/watch?v=rIyRrUAsaok",
"downloadMode": "audio"
} '

Response:
{
"status": "error",
"error": {
"code": "error.api.header.accept"
}
}

@MC-shark commented on GitHub (Nov 27, 2024): But I Request POST curl --location --request POST 'http://ip:9000/' \ --header 'Content-Type: application/json' \ --data-raw '{ "url": "https://www.youtube.com/watch?v=rIyRrUAsaok", "downloadMode": "audio" } ' Response: { "status": "error", "error": { "code": "error.api.header.accept" } }
Author
Owner

@dumbmoron commented on GitHub (Nov 27, 2024):

the api is working as intended. please do not open duplicate issues

@dumbmoron commented on GitHub (Nov 27, 2024): the api is working as intended. please do not open duplicate issues
Author
Owner

@MC-shark commented on GitHub (Nov 27, 2024):

Why Response “code”:“error.api.header.accept”, Do I need to configure anything?

@MC-shark commented on GitHub (Nov 27, 2024): Why Response “code”:“error.api.header.accept”, Do I need to configure anything?
Author
Owner

@dumbmoron commented on GitHub (Nov 27, 2024):

yes, please read the api documentation for the / endpoint

@dumbmoron commented on GitHub (Nov 27, 2024): yes, please read the api documentation for the `/` endpoint
Author
Owner

@hextor1 commented on GitHub (Nov 27, 2024):

From my side i have facing an same issue error.api

@hextor1 commented on GitHub (Nov 27, 2024): From my side i have facing an same issue error.api
Sign in to join this conversation.