> For the complete documentation index, see [llms.txt](https://docs.spike.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spike.sh/incidents/why-does-message-parsing-fail.md).

# Why does message parsing fail?

Message parsing fails when Spike can't convert an integration's JSON alert payload into a readable incident format.

When an integration triggers an incident, Spike parses the JSON payload into a readable format. Some integrations send payloads in formats the parser doesn't recognise, and that's when it fails.

<figure><img src="https://1743514643-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ln3jS1bJTTsE3yoEcOu%2Fuploads%2Fgit-blob-bd08a1d7f5d83fc5cc58c743ab018631220a74f2%2Fimage.png?alt=media&amp;token=514d8cf0-a9df-4863-b37f-7080e8c7444a" alt="Example of incident message parsing fail"><figcaption><p>An incident with a failed message parse in the incidents table.</p></figcaption></figure>

## Does it affect alerts?

Yes. Alerts still go out, but the incident message won't be included.

## Does it affect the incident?

No. The incident is still created and all details are available. Click the incident ID to view the full details.

## Report a parsing failure

When you see a parsing failure, report it with a single click. Each report helps improve the parser for future incidents.

<figure><img src="https://1743514643-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ln3jS1bJTTsE3yoEcOu%2Fuploads%2Fgit-blob-6971c2cb0f8aa34807a8955838973f3516517c12%2Fspike-incident-parsing-fail-report.gif?alt=media&amp;token=916e104d-75d4-4415-992d-cee37bc45cda" alt="Report a parsing failure with a single click"><figcaption><p>Report a parsing failure directly from the incidents table.</p></figcaption></figure>

{% hint style="warning" %}
Once the parser is fixed, existing incidents won't be updated. The fix applies to new incidents only.
{% endhint %}
