Source for the automatelab/automation-error-index HuggingFace dataset — a structured catalog of real error messages across automation and AI-coding tools (n8n, Make, Zapier, Power Automate, UiPath, Cursor, Claude Code, and agent frameworks), each with a one-line cause, a concise fix, and a link to its source.
Browse it as an interactive table at https://automatelab.tech/products/datasets/automation-error-index/.
| Path | What |
|---|---|
build-error-index.py |
Builds the dataset from AutomateLab's published troubleshooting posts (Ghost Content API). Emits errors.json + dataset.csv. |
publish-error-index-hf.py |
Pushes errors.json, dataset.csv, and the dataset card to HuggingFace as README.md. |
errors.json |
Canonical record-per-error snapshot, UTF-8 JSON. |
dataset.csv |
Flat CSV mirror for spreadsheet users. |
dataset-card.md |
HuggingFace dataset card and per-entry schema reference. Uploaded to HF as README.md. |
pip install huggingface_hub
export GHOST_CONTENT_API_KEY=... # Ghost Content API key for automatelab.tech
python3 build-error-index.py # rebuild errors.json + dataset.csv
export HF_TOKEN=hf_...
python3 publish-error-index-hf.py # push to HuggingFaceBoth scripts support --dry-run.
Our additions (catalog format, build/publish scripts, this README, the dataset card): CC-BY-4.0.
Individual entries link back to their source (an AutomateLab guide, or a public issue tracker / doc for community-mined entries) — see dataset-card.md for the provenance model.