Since yesterday morning, my C# code to download reports from the service, stopped working after running daily for more than a year. The error I receive is not giving my any details. The ExportReportInGroupAsync is throwing 'InternalServerError'.
I've migrated from V2 to the latest 'standard' nuget package Microsoft.PowerBI.Api, but I got the same error.
Anyone know where to look for?
Error, Microsoft.Rest.HttpOperationException: Operation returned an invalid status code 'InternalServerError'
at Microsoft.PowerBI.Api.ReportsOperations.ExportReportInGroupWithHttpMessagesAsync(Guid groupId, Guid reportId, Dictionary`2 customHeaders, CancellationToken cancellationToken)
at Microsoft.PowerBI.Api.ReportsOperationsExtensions.ExportReportInGroupAsync(IReportsOperations operations, Guid groupId, Guid reportId, CancellationToken cancellationToken)
at Microsoft.PowerBI.Api.ReportsOperationsExtensions.ExportReportInGroup(IReportsOperations operations, Guid groupId, Guid reportId)