{"id":41781283,"url":"https://github.com/xboxoneresearch/errorcodes","last_synced_at":"2026-01-25T04:02:43.812Z","repository":{"id":294590798,"uuid":"987445475","full_name":"xboxoneresearch/errorcodes","owner":"xboxoneresearch","description":"Collection of POST / errorcodes","archived":false,"fork":false,"pushed_at":"2025-10-20T16:51:18.000Z","size":228,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-20T18:32:03.010Z","etag":null,"topics":["codes","diagnosis","error","one","post","repair","xbox"],"latest_commit_sha":null,"homepage":"https://errors.xboxresearch.com","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xboxoneresearch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-21T04:58:41.000Z","updated_at":"2025-10-20T16:51:23.000Z","dependencies_parsed_at":"2025-10-20T18:21:55.717Z","dependency_job_id":"303b05ad-b5a6-44e2-b1dc-ac03ce3ac7e7","html_url":"https://github.com/xboxoneresearch/errorcodes","commit_stats":null,"previous_names":["xboxoneresearch/errorcodes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xboxoneresearch/errorcodes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xboxoneresearch%2Ferrorcodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xboxoneresearch%2Ferrorcodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xboxoneresearch%2Ferrorcodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xboxoneresearch%2Ferrorcodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xboxoneresearch","download_url":"https://codeload.github.com/xboxoneresearch/errorcodes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xboxoneresearch%2Ferrorcodes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T02:46:29.005Z","status":"ssl_error","status_checked_at":"2026-01-25T02:44:29.968Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codes","diagnosis","error","one","post","repair","xbox"],"created_at":"2026-01-25T04:02:38.532Z","updated_at":"2026-01-25T04:02:43.797Z","avatar_url":"https://github.com/xboxoneresearch.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xbox One error codes\n\nRepository contains listings of POST / error codes\n\nWebsite: \u003chttps://errors.xboxresearch.com\u003e\n\nErrors:\n\n- [POST Codes list](./postcodes.csv) - POST codes\n- [System errors list](./oserrors.csv) - Errors thrown by the operating system (NTSTATUS / HRESULT)\n- [Errormasks](./errormasks.csv) - Used for categorizing some codes, when distinct identifier is unknown\n- [System errors (E errors) by @TorusHyperV](https://github.com/TorusHyperV/XboxOne-EXXX-err-Codes)\n\nThese will be transferred over here eventually to have everything in one place.\n\nRelated projects:\n\n- [PicoDurangoPOST](https://github.com/xboxoneresearch/PicoDurangoPOST) - RasPi Pico firmware to read POST codes from hardware\n- [XboxPostcodeMonitor](https://github.com/xboxoneresearch/XboxPostcodeMonitor) - Serial monitor software for `PicoDurangoPOST` that syncs from this repo/site.\n\n## Console Types\n\n| Identifier | Name                   |\n| ---------- | -----------------------|\n| ALL        | Valid for all versions |\n| XOP        | Xbox One PHAT          |\n| XOS        | Xbox One S             |\n| XOX        | Xbox One X             |\n| XSS        | Xbox Series S          |\n| XSX        | Xbox Series X          |\n\n## Error Types\n\n| Identifier | Name               |\n| ---------- | ------------------ |\n| SMC        | SMC / Southrbridge |\n| SP         | Security Processor |\n| CPU        | CPU                |\n| OS         | Operating System   |\n\n## Metadata format\n\nThere is a `meta.json` generated and uploaded to [errors.xboxresearch.com](https://errors.xboxresearch.com/meta.json).\nThis can be used to programmatically retrieve the error lists and check for updates to locally stored files.\n\nCurrent `formatVersion` is `2`.\n\nMake sure to always check `formatVersion` when retrieving the data, to ensure the client can parse the CSV files.\n\n## CSV Structure\n\nYou will probably **NOT** need this information when editing the CSV files, as most modern applications (Office suites etc.) should handle it properly.\n\n### General notes\n\n- If fields `Name` or `Description` contain spaces or characters other than `A-Z`, `a-z`, `_`, `-`, they need to be wrapped in `\"`.\n- If field `Console` contains a comma-seperated list of applicable consoles, this need to wrapped in `\"` as well.\n\n### LibreOffice calc\n\nTo open/edit the CSV files in LibreOffice Calc, use the following settings:\n\n![Libreoffice Calc CSV settings](./assets/csv_libreoffice_calc.png)\n\n## Scripts\n\nThere are scripts to verify CSVs and also create metadata.\n\n- scripts/create_meta.py\n  - Usage: `./create_meta.py [destination meta.json]`\n  - Creates information about the last update of the bundle of CSV files\n  - meta.json can be used to programmatically check for updates on `https://errors.xboxresearch.com`, by downloading `https://errors.xboxresearch.com/meta.json`\n\n## Credits / Greetz\n\n- [@craftbenmine](https://github.com/craftbenmine)\n- [@dony](https://github.com/apewalkers)\n- [@ACE Console Repairs](https://github.com/ACE-AU)\n- The rest of the team\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxboxoneresearch%2Ferrorcodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxboxoneresearch%2Ferrorcodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxboxoneresearch%2Ferrorcodes/lists"}