> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/center/log-in/fix-daylite-helper-errors.md).

# Fix Daylite Helper Errors

The following messages may appear when opening Daylite if the app is not installed correctly, has been renamed, or if multiple copies exist on the device.

{% columns fullWidth="false" %}
{% column width="50%" %}

<p align="center"><strong>Cannot connect to Daylite Helper</strong></p>

<figure><img src="/files/ee5kWkNpxmxQRIizDHNo" alt="" width="372"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<p align="center"><strong>Cannot launch Daylite Helper</strong></p>

<figure><img src="/files/nrBC8iLNrREvf8h4r3Bc" alt="" width="372"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<p align="center"><strong>Daylite Helper cannot run</strong></p>

<figure><img src="/files/LKgfkbiKaJ5hbNGTCA4q" alt="" width="372"><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<p align="center"><strong>Incorrect version of Daylite Helper</strong></p>

<figure><img src="/files/nrBC8iLNrREvf8h4r3Bc" alt="" width="372"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

To resolve this issue, first search your Mac for multiple copies of Daylite, ensure that Daylite is located within the **Applications** folder, and verify that its name has not been modified in any way.

If the issue persists, the issue maybe caused by Daylite Helper not running as a login item. You can resolve this by removing and adding Daylite Helper.

### Check for Multiple Copies of Daylite

1. Open **Finder**.
2. From the Finder menu bar, choose **File** > **Find**.
3. In the search bar, type "Daylite" and press **Return**.
4. Review the search results to identify any duplicate copies of the Daylite app.

#### If you find multiple copies:

1. Determine which copy is correctly installed in the **Applications** folder.
2. Remove any additional copies by dragging them to the **Trash**, then empty the Trash.

### Verify Daylite's Location in Applications Folder

1. Open the **Applications** folder.
2. Locate the **Daylite** app and confirm its name is exactly "Daylite" without any modifications.
3. If the app is not in the Applications folder, move it there by dragging it from its current location.

### Remove and Add Daylite Helper as a Login Item

1. Choose Apple menu  > System Settings.
2. Click **General**, then select **Login Items & Extensions**.
3. Turn off the **Daylite** item.
4. Quit **Mail** and **Daylite**.
5. From Finder open Applications
6. Drag the **Daylite** app to the **Trash**, then choose **Finder > Empty Trash**.
7. Restart your Mac.
8. Download the latest version of Daylite from the [Daylite downloads page](https://www.daylite.app/downloads/).
9. Drag **Daylite** from the **Downloads** folder to the **Applications** folder.

These steps should resolve your issue, however, if they do not please initiate a support ticket [here](mailto:support@daylite.app?subject=Fix%20Daylite%20Helper%20Errors) for our Technical Support Team to investigate further.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.daylite.app/help/center/log-in/fix-daylite-helper-errors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
