mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 06:41:22 -05:00
error.api.auth.not_configured #593
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
screenshots
No response
links
No response
platform information
postman
additional context
No response
@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"
}
}
@dumbmoron commented on GitHub (Nov 27, 2024):
the api is working as intended. please do not open duplicate issues
@MC-shark commented on GitHub (Nov 27, 2024):
Why Response “code”:“error.api.header.accept”, Do I need to configure anything?
@dumbmoron commented on GitHub (Nov 27, 2024):
yes, please read the api documentation for the
/endpoint@hextor1 commented on GitHub (Nov 27, 2024):
From my side i have facing an same issue error.api