# Common Errors

<details>

<summary>You lack the required entitlement</summary>

If you are displaying this error, it means that you do not have access to the script, if freshly after purchase you added the script to the server without restarting the server, you need to restart it because your server license key must refresh the scripts available to the server.

If the error still occurs, verify that your license key from the server matches the one on which you have purchased the scripts.

</details>

<details>

<summary>Failed to verify protected resource X</summary>

This error means that files were corrupted during the download. Most times this happens because you use FileZilla, which has a tendency to corrupt files. Make sure to use a different FTP client, such as [WinSCP](https://winscp.net/eng/download.php).

</details>

<details>

<summary>Error parsing script @Y in resource X: @Y: syntax error near '&#x3C;\‎1>'</summary>

This error means that your server artifacts are outdated. Update to the latest [recommended version](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/).

</details>


---

# 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://playooze-scripts.gitbook.io/playooze-scripts/general-guides/common-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.
