Skip to content

AutomateLab-tech/automation-error-index

Repository files navigation

automation-error-index

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/.

Repo layout

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.

Running locally

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 HuggingFace

Both scripts support --dry-run.

License

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.

Maintainer

AutomateLab

About

Structured catalog of real automation-tool error messages (n8n, Make, Zapier, Cursor, Claude Code, ...) with causes and fixes. CC-BY-4.0.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages