# Unicode Error

```
# Error: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: 
truncated \UXXXXXXXX escape
```

#### **Cause:**

* This usually happens because of a conflicting `vaccine.py` script inside your Maya user scripts folder.

***

#### **Solution:**

1. Close Maya completely.
2. Navigate to your scripts folder:

   ```
   Documents\maya\2023\scripts\
   ```
3. Check if a file named **vaccine.py** exists.
4. If it does, rename it to:

   ```
   userSetup.py
   ```
5. Restart Maya and try launching Groomer’s Tool again.


---

# 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://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/unicode-error.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.
