Forum Discussion
proka
7 years agoFrequent Visitor
Microsoft.PowerBI.API not working anymore (!?) - it just hangs.
Hi, I haven't modified my code in months, and yet, since a few days ago, the reports stopped working :( I don't even get a timeout, it just hangs. It hapens when I am tring to render a re...
- 7 years ago
I've "Fixed it"
From the NuGet Packages, I've downgraded Microsoft.Rest.ClientRuntime from 2.3.13 to 2.3.12 and now it works perfectly.
Anyone from Microsoft to handle/explain this?
Alezis
7 years agoFrequent Visitor
I came across at similar behaviour for another call CloneReportInGroupAsync. It hangs and nothing happened. ut once I checked HTTP call with PostMan it returned some 4XX (don't remember exactly) error. Then I changed a bit parameters and it start working. So, possible, but I'm not sure, its bug with processing status codes in SDK.
Also I used Async version of methods.