# Errors

If you get any errors - there is no reason to panic! Here we explained the two most common ones:

## Runtime error - Calculation timed out

This can rarely happen and is normal when using LuxSignals, as it indicates that it's doing a lot of calculations and sometimes TradingView's server can get overwhelmed with them and temporarily shuts down LuxSignals' loading for safety reasons.

Quick fix: You don't actually have to remove the indicator,  just open the settings and change any setting, then wait, and change it back again. This will cause LuxSignals to re-load again and will likely cause the error to disappear next time.&#x20;

<figure><img src="/files/ELDAu9a4uwNps4LKIFfX" alt=""><figcaption></figcaption></figure>

## Runtime error - The script takes too long to execute

To fix this, just reduce the resolutions in the **Automatic Settings Selection** section.&#x20;

Try to keep the product of both numbers below 1000, for example a Length Resolution of 20 and a Risk Resolution of 40 will probably load (product is 800, as 20 x 40=800, so below 1000) but if you use resolutions like 50 and 60 it will probably give the error, because 50x60=3000, so way above the recommended 1000-threshold.

<figure><img src="/files/AR7wsLynUah3o8XNNoju" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If you get an error message that is not listed here, please report it to [Luxy Support](https://www.luxsignals.com/luxy)&#x20;
{% 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://luxsignals.gitbook.io/luxsignals/focus/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.
