> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/replays/replays-not-working.md).

# Replays Not Working

### Overview

If a Customer says they captured one or more Quick Replays during their match and did not receive an email after the booking ended, or the Quick Replay is missing from their App History, start your investigation in the Dashboard. The Replays tab on the Reservation or Event side panel shows the status of every Replay order attempted during that booking, and the flags on each Replay record point to the cause.

### Replay Status Flags

#### Draft

Draft means the system failed to generate the Replay. There is no Replay file to retrieve. This could happen because there was a break in the internet connection during the time when the Replay was ordered.

<figure><img src="/files/yWy188iNnCFQCOIE9945" alt=""><figcaption></figcaption></figure>

#### Charge Failed

Charge Failed means the system could not charge the Customer's card on file. The Replay file is still visible in the Replays section of the Purchases tab and can be reviewed.

<figure><img src="/files/ZjaioptWy1MDyvSMhr6U" alt=""><figcaption></figcaption></figure>

#### Ordered

Ordered means the Replay is processing. Give it time and check back; the status updates once processing finishes.

<figure><img src="/files/sAAli2eppJpuyeO8k6qo" alt=""><figcaption></figcaption></figure>

#### Confirmed

A confirmed Replay will show a still picture from within the Replay. This means the Replay generated successfully and was delivered.

<figure><img src="/files/q1QsP56TCGBXAB67P7Hc" alt=""><figcaption></figcaption></figure>

### Common Causes of a Stuck Draft Status

A Replay that stays in Draft and never reaches Confirmed usually traces back to one of these conditions: the Club's internet connection dropped during the moment the Replay was captured, the Replay camera on the court has a wiring issue, or the system glitched and never captured the source footage. If the status will not advance and none of these is obvious, contact the PodPlay CSM for review.

#### Other Things to Check

Confirm the Reservation or Event was running when the Customer says they captured the Replay. The system does not record footage for time windows that fall outside a scheduled Reservation or Event, even if Customers are still on the court.

Confirm the booking ended less than 48 hours ago. Replay camera footage is deleted at 48 hours and cannot be recovered.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podplay.app/replays/replays-not-working.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
