Errors

connector_credential_required

400 – No credential.

No credential. Answered with 400.

What it means

The headless connect path names no account and app password, and there is nothing to connect with.

What to do

Send account and app_password. On Bluesky the app password is made under Settings, App passwords; the account's own password is not accepted.

The body

{
  "type": "https://tigby.eu/problems/connector_credential_required",
  "title": "No credential",
  "status": 400,
  "detail": "…what was refused, naming this request's own values",
  "code": "connector_credential_required",
  "doc_url": "https://docs.tigby.eu/errors/connector_credential_required",
  "agent_hint": "…the next step, for software"
}

Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.