Sideline Exchange/
Dashboard →

Errors

invalid_connector

HTTP 400Invalid connectorManagement API

What happened

The connector definition names a parser that is not registered, or is missing something that parser requires.

How to fix it

The parser list on the connector form is the set that exists. Pick one from it, or ship the parser first.

What you received
{
  "type": "https://docs.sidelineexchange.com/errors/invalid_connector",
  "title": "Invalid connector",
  "status": 400,
  "detail": "…"
}

Worth understanding

  • Parser — The named, versioned code that turns one fetched document into observations.
  • Connector — A versioned structural parser pointed at a published schedule, with run history, drift detection and an agreed request budget.