# Runtime Exception

An unexpected error occurred while running the app. This could be due to:

* JavaScript runtime errors
* Uncaught exceptions
* Invalid state transitions

## How to Fix

1. Check the error details in the browser console
2. Review any recent code changes that might have introduced the error
3. Ensure all required dependencies are properly loaded
4. Verify that all data being accessed exists and is in the expected format

## Using Buzzy AI

You can ask Buzzy AI to help diagnose and fix the runtime error by clicking the "Get AI assistance" button on the error page.


---

# Agent Instructions: 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:

```
GET https://docs.buzzy.buzz/troubleshooting/app-error-codes/runtime-exception.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
