# How to Fix Channel Verification Expiration Errors

When a channel's verification token expires, you will not be able to proceed with your broadcast until the authorization is renewed.

***

#### Channel Verification Expired

{% hint style="danger" %}
Error Message: Your channel verification information has expired. (Error code: 27000)
{% endhint %}

#### Cause

The verification token for the channel has expired. Token expiration can occur in the following two cases.

* The token API validation fails because the channel has not been used for streaming for an extended period of time
* The user has manually removed PRISM Live Studio's access authorization from the platform's website

#### Solution

1. Remove the affected channel from PRISM Live Studio, then click Add Channel to log in again and renew the authorization.
2. If the issue persists after reconnecting, click the PRISM info (i) icon at the bottom right of the app and select Contact Us to submit your inquiry.

***

If the issue persists after following the steps above, please contact us

**How to Contact Us:**

1. Click the **PRISM info** **(?)** icon located at the bottom right of the app.
2. Select the **Contact us** menu to submit your inquiry.
3. **Note:** Providing a detailed description of the situation (e.g., the platform used and the specific steps taken before the error appeared) will help our team analyze your case and resolve the issue much faster.

<br>

[Desktop](/desktop/overview.md), [Guides](/desktop/guides.md), [Error Solution](/desktop/guides/error-solution.md), [Naver Shopping Error](/desktop/guides/error-solution/naver-shopping-error.md)


---

# 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://guide.prismlive.com/desktop/guides/error-solution/naver-shopping-error/how-to-fix-channel-verification-expiration-errors.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.
