Forum Discussion
coding78
8 years agoFrequent Visitor
'Not Found' during GetReportsInGroupAsync
I have downloaded the power bi sample. I have worked through the authentication issues, I have assigned permissions through the azure portal, I have created a report on my power bi desktop, and publi...
apomene12
8 years agoNew Member
NOt Sure If should use a reply, since I am also facing similar issue :
Microsoft.Rest.HttpOperationException: Operation returned an invalid status code 'NotFound'
Stack Error (from Fiddler):
<script src="https://npmcdn.com/[email protected]"></script> <script src="/scripts/powerbi.js"></script> <div id="errorWrapper"> <h2> Error </h2> <pre> Microsoft.Rest.HttpOperationException: Operation returned an invalid status code 'NotFound' at Microsoft.PowerBI.Api.V2.Reports.<GetReportsInGroupWithHttpMessagesAsync>d__14.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.PowerBI.Api.V2.ReportsExtensions.<GetReportsInGroupAsync>d__37.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at PowerBIEmbedded_AppOwnsData.Controllers.HomeController.<EmbedReport>d__11.MoveNext() in C:\Dev\<**************>\Dev-branch\App Owns Data\PowerBIEmbedded_AppOwnsData\Controllers\HomeController.cs:line 93 </pre> </div>
- FlashCrowz7 years agoNew Member
Same is happening to me