# AUR3352

## Error Message

`AUR3352: Unexpected state at %s of %s`

## Description

This error indicates the viewport agent reached an unexpected internal state. In most cases, this should be treated as a router bug unless you are calling low-level viewport agent APIs directly.

## Troubleshooting

* Capture the two `%s` values and include them in a bug report.
* If you have custom viewport agent usage, ensure calls are made through supported router APIs.


---

# 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.aurelia.io/developer-guides/error-messages/router/aur3352.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.
