# Error Parsing Script / Failed to Load Script

#### Common Causes & Fixes

**1. Outdated Server Artifacts**

* If your server is running older artifacts, some resources may fail to load.
* **Solution:** Update your server to version **5181 or higher**.

**2. Entitlement Issues**

* If the error says **“You lack the required entitlement to use \<resource>”**, the resource isn’t linked to the correct CFX account.
* **Solution:**
  * Restart your server.
  * Check that your **server license key** is correct.
  * If purchased on the wrong account, **transfer the resource** to the correct account via Keymaster.

**3. Corrupted or Missing Files**

* If the error says **“Failed to verify protected resource”**, some files may be missing or corrupted.
* **Solution:**
  * Make sure all files, including hidden files like **.fxap**, are properly uploaded.
  * Some FTP programs skip hidden files—double-check your upload settings.


---

# 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.plexus-development.com/common-issues/markdown.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.
