<?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 Re: Report refresh error information. in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Report-refresh-error-information/m-p/4273353#M58184</link>
    <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/834664"&gt;@PowerBIUserHoop&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can consider using the following two tools to collect error information:&lt;/P&gt;
&lt;P&gt;Browser development tools check for network requests made during refreshes. Look for any failed requests or error responses that might provide more information.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Tools_and_setup/What_are_browser_developer_tools" target="_blank"&gt;developer.mozilla.org&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyangliumsft_0-1730951016950.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1195485i7EB2133B36991971/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyangliumsft_0-1730951016950.png" alt="vyangliumsft_0-1730951016950.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Use the Fiddler tool to collect web traces:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.telerik.com/download/fiddler" target="_blank"&gt;Download Fiddler Web Debugging Tool for Free by Telerik&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/azure-web-pubsub/howto-troubleshoot-network-trace" target="_blank"&gt;How to collect a network trace | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 03:43:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-07T03:43:56Z</dc:date>
    <item>
      <title>Report refresh error information.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Report-refresh-error-information/m-p/4272577#M58168</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a report running using the ASP.Net Core example.&amp;nbsp; Everything is fine with the report on first load, but when the .refresh() command is called to refresh the report, the catch clause is fired, but no error message is return in the error parameter?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no clue as to why this may be happening since the initial report load works as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;    function refresahReport() {
        
        console.log('refresahReport - report start');
          //getReport1();
        
        report.refresh().then(() =&amp;gt; {
            console.log('report refreshed successfully');
        })
            .catch(error =&amp;gt; {
                
                console.log('Error refreshing report:', error);
            });


        console.log('refresahReport - report end');
         
    }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice greatly appriciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 13:48:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Report-refresh-error-information/m-p/4272577#M58168</guid>
      <dc:creator>PowerBIUserHoop</dc:creator>
      <dc:date>2024-11-06T13:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Report refresh error information.</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Report-refresh-error-information/m-p/4273353#M58184</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/834664"&gt;@PowerBIUserHoop&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can consider using the following two tools to collect error information:&lt;/P&gt;
&lt;P&gt;Browser development tools check for network requests made during refreshes. Look for any failed requests or error responses that might provide more information.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Tools_and_setup/What_are_browser_developer_tools" target="_blank"&gt;developer.mozilla.org&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyangliumsft_0-1730951016950.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1195485i7EB2133B36991971/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyangliumsft_0-1730951016950.png" alt="vyangliumsft_0-1730951016950.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Use the Fiddler tool to collect web traces:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.telerik.com/download/fiddler" target="_blank"&gt;Download Fiddler Web Debugging Tool for Free by Telerik&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/azure-web-pubsub/howto-troubleshoot-network-trace" target="_blank"&gt;How to collect a network trace | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 03:43:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Report-refresh-error-information/m-p/4273353#M58184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-07T03:43:56Z</dc:date>
    </item>
  </channel>
</rss>

