<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Troubleshooting Toolkit: How to retrieve network errors in Tips, Tricks &amp; Best Practices</title>
    <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Troubleshooting-Toolkit-How-to-retrieve-network-errors/m-p/172039#M322</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Sometimes you will come across an error on a page that is not quite specific enough and leaves you looking for more information on what could be incorrect or not functioning properly. You may, for example, see an image like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2018-01-15 08.28.47.png" style="width: 557px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/7361i2E84D5E2695388D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2018-01-15 08.28.47.png" alt="Screenshot 2018-01-15 08.28.47.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When you see an error like this, there is a tool you can use to often find out more information: The Javascript console. Sometimes, you will see the specific information that will guide you to the solution right in the console. Other times, you may get some more information, but not enough. The&amp;nbsp;network&amp;nbsp;error details are great to have when filing a ticket with Support. This extra information will help to expedite the troubleshooting process.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The Javascript console in Google Chrome (you can access a console in other browsers as well, but we will focus on Chrome) is a very useful tool that can show any errors that may be appearing on the page and gives further information on what the error is referring to. In Support, we look to the console for more information on errors and we will sometimes ask for a screenshot of your console. So how do you access this console and capture these errors?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Console Tab&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Open Chrome to the page you are experiencing errors on.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Right click on the page and click ‘Inspect’. You can also use the keyboard shortcuts Press Ctrl + Shift + J (Windows / Linux) or Command + Option + J (Mac).&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Navigate to the ‘Console’ tab.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Reproduce the error you were experiencing.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The console tab will log any errors or warnings that appear on the page. For example, if a resource fails to load on the page, you will often find the error for this in the console.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="console errors.gif" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/7362iA2AB98D3B31BA7C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="console errors.gif" alt="console errors.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Network Tab&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Navigate to the network tab.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Reload the page with the errors.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click into the error and go to the ‘headers’, ‘previews’, and ‘response’ tab to get even more information on the error.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The network tab shows all the elements loading on the page and their load times. For example, if there is a Javascript file attached to the page, we will see that Javascript file listed in the Network tab when the page loads.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="network errors.gif" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/7363iCB59D94A5928DBEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="network errors.gif" alt="network errors.gif" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Most errors and failed resources are highlighted in red, so capture any of those highlighted red texts in the console and network tabs and send those along to Support in your ticket!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also collect a HAR file from the network tab. For directions on collecting this file, click &lt;A href="https://community.hubspot.com/t5/Tips-Tricks-Best-Practice/Troubleshooting-Toolkit-Collecting-a-HAR-file/td-p/20103" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;For more information on the Chrome console, please see &lt;/SPAN&gt;&lt;A href="https://developers.google.com/web/tools/chrome-devtools/console/" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;here&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have any questions during this process, please post your questions in the &lt;A href="https://community.hubspot.com/t5/Blog-Website-Page-Publishing/bd-p/content_publishing" target="_blank" rel="noopener"&gt;Blog, Website, &amp;amp; Page Publishing board&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2024 21:20:56 GMT</pubDate>
    <dc:creator>cfernandes</dc:creator>
    <dc:date>2024-10-28T21:20:56Z</dc:date>
    <item>
      <title>Troubleshooting Toolkit: How to retrieve network errors</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Troubleshooting-Toolkit-How-to-retrieve-network-errors/m-p/172039#M322</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Sometimes you will come across an error on a page that is not quite specific enough and leaves you looking for more information on what could be incorrect or not functioning properly. You may, for example, see an image like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2018-01-15 08.28.47.png" style="width: 557px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/7361i2E84D5E2695388D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2018-01-15 08.28.47.png" alt="Screenshot 2018-01-15 08.28.47.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When you see an error like this, there is a tool you can use to often find out more information: The Javascript console. Sometimes, you will see the specific information that will guide you to the solution right in the console. Other times, you may get some more information, but not enough. The&amp;nbsp;network&amp;nbsp;error details are great to have when filing a ticket with Support. This extra information will help to expedite the troubleshooting process.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The Javascript console in Google Chrome (you can access a console in other browsers as well, but we will focus on Chrome) is a very useful tool that can show any errors that may be appearing on the page and gives further information on what the error is referring to. In Support, we look to the console for more information on errors and we will sometimes ask for a screenshot of your console. So how do you access this console and capture these errors?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Console Tab&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Open Chrome to the page you are experiencing errors on.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Right click on the page and click ‘Inspect’. You can also use the keyboard shortcuts Press Ctrl + Shift + J (Windows / Linux) or Command + Option + J (Mac).&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Navigate to the ‘Console’ tab.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Reproduce the error you were experiencing.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The console tab will log any errors or warnings that appear on the page. For example, if a resource fails to load on the page, you will often find the error for this in the console.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="console errors.gif" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/7362iA2AB98D3B31BA7C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="console errors.gif" alt="console errors.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Network Tab&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Navigate to the network tab.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Reload the page with the errors.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Click into the error and go to the ‘headers’, ‘previews’, and ‘response’ tab to get even more information on the error.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The network tab shows all the elements loading on the page and their load times. For example, if there is a Javascript file attached to the page, we will see that Javascript file listed in the Network tab when the page loads.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="network errors.gif" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/7363iCB59D94A5928DBEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="network errors.gif" alt="network errors.gif" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Most errors and failed resources are highlighted in red, so capture any of those highlighted red texts in the console and network tabs and send those along to Support in your ticket!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also collect a HAR file from the network tab. For directions on collecting this file, click &lt;A href="https://community.hubspot.com/t5/Tips-Tricks-Best-Practice/Troubleshooting-Toolkit-Collecting-a-HAR-file/td-p/20103" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;For more information on the Chrome console, please see &lt;/SPAN&gt;&lt;A href="https://developers.google.com/web/tools/chrome-devtools/console/" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;here&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have any questions during this process, please post your questions in the &lt;A href="https://community.hubspot.com/t5/Blog-Website-Page-Publishing/bd-p/content_publishing" target="_blank" rel="noopener"&gt;Blog, Website, &amp;amp; Page Publishing board&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 21:20:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Troubleshooting-Toolkit-How-to-retrieve-network-errors/m-p/172039#M322</guid>
      <dc:creator>cfernandes</dc:creator>
      <dc:date>2024-10-28T21:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Toolkit: How to retrieve network errors</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Troubleshooting-Toolkit-How-to-retrieve-network-errors/m-p/191419#M443</link>
      <description>&lt;P&gt;Thanks for sharing&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/250"&gt;@cfernandes&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 09:28:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/Troubleshooting-Toolkit-How-to-retrieve-network-errors/m-p/191419#M443</guid>
      <dc:creator>roisinkirby</dc:creator>
      <dc:date>2018-05-25T09:28:28Z</dc:date>
    </item>
  </channel>
</rss>

