---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://yandex.com/support/common/en/troubleshooting/error-console.md
  - https://yandex.com/support/common/ru/troubleshooting/error-console.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/support/common/en/llms.txt

# How to copy a message from the error console

If a problem occurs when you're using the website, the browser console can help to identify the cause. Copy the message from the error console and send it to support.


{% cut "**Yandex Browser**" %}


1. To open the error console, use the keyboard shortcut **Ctrl** + **Shift** + **J** (or **⌥** + **⌘**+ **J** on macOS).
    
    {% cut "**Other methods**" %}
    
    - Go to <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 7C2 6.44772 2.44772 6 3 6H21C21.5523 6 22 6.44772 22 7C22 7.55228 21.5523 8 21 8H3C2.44772 8 2 7.55228 2 7ZM2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12ZM3 16C2.44772 16 2 16.4477 2 17C2 17.5523 2.44772 18 3 18H21C21.5523 18 22 17.5523 22 17C22 16.4477 21.5523 16 21 16H3Z" fill="currentcolor"/></svg> → **Advanced** → **JavaScript console**.
    - Right-click anywhere on the page, select **Inspect element** and go to the **Console** tab.
    
    {% endcut %}
    
1. To the right of the **Filter** box, open the **Default levels** list and deselect all options except **Errors**.
1. Refresh the page or repeat the actions that lead to the error.
1. If the **Console** tab shows error messages, expand the window to full screen and take a [screenshot](https://yandex.com/support/common/en/troubleshooting/screenshot.md) of the contents.

    If you need to scroll down to show all relevant information, take multiple screenshots.

    ![](../_assets/console-chromium.png)

To get more information, take a screenshot of the contents of the **Network** tab.


{% endcut %}

{% cut "**Safari**" %}


1. To open the error console, go to **Safari** → **Preferences** → **Advanced** and enable the **Show Develop menu in menu bar** option.
1. To open the error console, use the keyboard shortcut **⌥** + **⌘** + **C**.
    
    {% cut "**Other methods**" %}
    
    - In the menu, select **Develop** → **Show JavaScript Console**.
    - Right-click anywhere on the page, select **Inspect Element**.
    
    {% endcut %}
    
1. Go to the **Console** tab and turn on the **Errors** filter. Filter names may be hidden if the window is narrow: expand the window to see them.
1. <!-- source: en/_includes/troubleshooting/error-console/page-upd.md -->
   Refresh the page or repeat the actions that lead to the error. 
   <!-- endsource: en/_includes/troubleshooting/error-console/page-upd.md -->
    
1. If the **Console** tab shows error messages, expand the window to full screen and take a [screenshot](https://yandex.com/support/common/en/troubleshooting/screenshot.md) of the contents.

    If you need to scroll down to show all relevant information, take multiple screenshots.

    ![](../_assets/consol-saf-1.png)

To get more information, take a screenshot of the contents in the **Network** tab.


{% endcut %}

{% cut "**Google Chrome**" %}


1. To open the error console, use the keyboard shortcut **Ctrl** + **Shift** + **J**.
    
    {% cut "**Another method**" %}
    
    Go to <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 6.75C12.9665 6.75 13.75 5.9665 13.75 5C13.75 4.0335 12.9665 3.25 12 3.25C11.0335 3.25 10.25 4.0335 10.25 5C10.25 5.9665 11.0335 6.75 12 6.75ZM12 20.75C12.9665 20.75 13.75 19.9665 13.75 19C13.75 18.0335 12.9665 17.25 12 17.25C11.0335 17.25 10.25 18.0335 10.25 19C10.25 19.9665 11.0335 20.75 12 20.75ZM13.75 12C13.75 12.9665 12.9665 13.75 12 13.75C11.0335 13.75 10.25 12.9665 10.25 12C10.25 11.0335 11.0335 10.25 12 10.25C12.9665 10.25 13.75 11.0335 13.75 12Z" fill="currentcolor"/></svg> → **More tools** → **Developer tools** and open the **Console** tab.
    
    {% endcut %}
    
1. <!-- source: en/_includes/troubleshooting/error-console/chromium-filter.md -->
   To the right of the **Filter** box, open the **Default levels** list and deselect all options except **Errors**.
   <!-- endsource: en/_includes/troubleshooting/error-console/chromium-filter.md -->
    
1. <!-- source: en/_includes/troubleshooting/error-console/page-upd.md -->
   Refresh the page or repeat the actions that lead to the error. 
   <!-- endsource: en/_includes/troubleshooting/error-console/page-upd.md -->
    
1. <!-- source: en/_includes/troubleshooting/error-console/chromium-screenshot.md -->
   If the **Console** tab shows error messages, expand the window to full screen and take a [screenshot](https://yandex.com/support/common/en/troubleshooting/screenshot.md) of the contents.

   If you need to scroll down to show all relevant information, take multiple screenshots.

   ![](../_assets/console-chromium.png)
   <!-- endsource: en/_includes/troubleshooting/error-console/chromium-screenshot.md -->
    

<!-- source: en/_includes/troubleshooting/error-console/chromium-network.md -->
To get more information, take a screenshot of the contents of the **Network** tab.
<!-- endsource: en/_includes/troubleshooting/error-console/chromium-network.md -->



{% endcut %}

{% cut "**Opera**" %}


1. To open the error console, use the keyboard shortcut **Ctrl** + **Shift** + **J**.
    
    {% cut "**Another method**" %}
    
    In the upper-left corner, click **Opera**, select **Developer** → **Developer tools**, and go to the **Console** tab.
    
    {% endcut %}
    
1. <!-- source: en/_includes/troubleshooting/error-console/chromium-filter.md -->
   To the right of the **Filter** box, open the **Default levels** list and deselect all options except **Errors**.
   <!-- endsource: en/_includes/troubleshooting/error-console/chromium-filter.md -->
    
1. <!-- source: en/_includes/troubleshooting/error-console/page-upd.md -->
   Refresh the page or repeat the actions that lead to the error. 
   <!-- endsource: en/_includes/troubleshooting/error-console/page-upd.md -->
    
1. <!-- source: en/_includes/troubleshooting/error-console/chromium-screenshot.md -->
   If the **Console** tab shows error messages, expand the window to full screen and take a [screenshot](https://yandex.com/support/common/en/troubleshooting/screenshot.md) of the contents.

   If you need to scroll down to show all relevant information, take multiple screenshots.

   ![](../_assets/console-chromium.png)
   <!-- endsource: en/_includes/troubleshooting/error-console/chromium-screenshot.md -->
    

<!-- source: en/_includes/troubleshooting/error-console/chromium-network.md -->
To get more information, take a screenshot of the contents of the **Network** tab.
<!-- endsource: en/_includes/troubleshooting/error-console/chromium-network.md -->



{% endcut %}

{% cut "**Mozilla Firefox**" %}


1. To open the error console, use the keyboard shortcut **Ctrl** + **Shift** + **J**.
    
    {% cut "**Other methods**" %}
    
    - Go to <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 7C2 6.44772 2.44772 6 3 6H21C21.5523 6 22 6.44772 22 7C22 7.55228 21.5523 8 21 8H3C2.44772 8 2 7.55228 2 7ZM2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12ZM3 16C2.44772 16 2 16.4477 2 17C2 17.5523 2.44772 18 3 18H21C21.5523 18 22 17.5523 22 17C22 16.4477 21.5523 16 21 16H3Z" fill="currentcolor"/></svg> → **More Tools** → **Developer Tools**.
    - Right-click anywhere on the page, select **Inspect** and go to the **Console** tab.
    
    {% endcut %}
    
1. Make sure that only **Errors** are selected in the list of filters (Warnings, Logs, Info, Debug, CSS, XHR, and Requests should be disabled). To check, click the name of each filter. If there's no blue line below the filter, it's turned off.
    
1. <!-- source: en/_includes/troubleshooting/error-console/page-upd.md -->
   Refresh the page or repeat the actions that lead to the error. 
   <!-- endsource: en/_includes/troubleshooting/error-console/page-upd.md -->
    
1. If the **Console** tab shows error messages, expand the window to full screen and take a [screenshot](https://yandex.com/support/common/en/troubleshooting/screenshot.md) of the contents.

    If you need to scroll down to show all relevant information, take multiple screenshots.
    
    ![](../_assets/consol-ff-3.png)


{% endcut %}

{% cut "**Microsoft Edge**" %}


1. To open the error console, use the keyboard shortcut **Ctrl** + **Shift** + **J**.
    
    {% cut "**Other methods**" %}
    
    - Go to <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10.0001" cy="9.99967" r="1.66667" transform="rotate(90 10.0001 9.99967)" fill="currentcolor"/><circle cx="16.2501" cy="9.99967" r="1.66667" transform="rotate(90 16.2501 9.99967)" fill="currentcolor"/><circle cx="3.75008" cy="9.99967" r="1.66667" transform="rotate(90 3.75008 9.99967)" fill="currentcolor"/></svg> → **More Tools** → **Developer Tools**.
    - Right-click anywhere on the page, select **Inspect**, and go to the **Console** tab.
    
    {% endcut %}
    
1. <!-- source: en/_includes/troubleshooting/error-console/chromium-filter.md -->
   To the right of the **Filter** box, open the **Default levels** list and deselect all options except **Errors**.
   <!-- endsource: en/_includes/troubleshooting/error-console/chromium-filter.md -->
    
1. <!-- source: en/_includes/troubleshooting/error-console/page-upd.md -->
   Refresh the page or repeat the actions that lead to the error. 
   <!-- endsource: en/_includes/troubleshooting/error-console/page-upd.md -->
    
1. <!-- source: en/_includes/troubleshooting/error-console/chromium-screenshot.md -->
   If the **Console** tab shows error messages, expand the window to full screen and take a [screenshot](https://yandex.com/support/common/en/troubleshooting/screenshot.md) of the contents.

   If you need to scroll down to show all relevant information, take multiple screenshots.

   ![](../_assets/console-chromium.png)
   <!-- endsource: en/_includes/troubleshooting/error-console/chromium-screenshot.md -->
    

<!-- source: en/_includes/troubleshooting/error-console/chromium-network.md -->
To get more information, take a screenshot of the contents of the **Network** tab.
<!-- endsource: en/_includes/troubleshooting/error-console/chromium-network.md -->



{% endcut %}


