# Limitations and errors

TheKeyMachine has a long list of minor bugs and issues that I will be resolving over time. Here are some of them listed:

## Installer

{% hint style="warning" %}
If you have multiple versions of Maya installed and you already have TheKeyMachine in one of them, attempting to reinstall it will result in an error informing you that the folder already exists.

To load TheKeyMachine in a diferent Maya version, open the Script Editor and execute in a python tab the following code:\
\
\&#xNAN;**`import TheKeyMachine`**\
**`TheKeyMachine.toggle()`**
{% endhint %}

## Nudge Box

{% hint style="danger" %}
The 'Nudgebox' might displace keys when moving them. The tool is currently under review.
{% endhint %}

## Tracer

{% hint style="info" %}
If the view is in isolate mode or the motion trails are not visible in the viewer, the Tracer is not seen. It should be added to isolate or change the view mode. Function to be implemented.
{% endhint %}

## Temp Pivots

{% hint style="warning" %}
Temp pivot does not seem to align the temporary pivot correctly to the object on which the pivot is to be created. To be fixed.
{% endhint %}

## Animation Offset

{% hint style="danger" %}
There is not undo in the Animation offset tool, that needs to be implemented.
{% endhint %}

{% hint style="warning" %}
Animation offset tool only works when you are on top of a keyframe
{% endhint %}

{% hint style="info" %}
Only works with one object
{% endhint %}


---

# 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://thekeymachine.gitbook.io/base/known-issues/limitations-and-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.
