question

TrijimonPR-8333 avatar image
0 Votes"
TrijimonPR-8333 asked DSPatrick edited

devcenter API always returns cabDownloadable as false

Based on document - https://docs.microsoft.com/en-us/windows/uwp/monetize/get-details-for-an-error-in-your-app I created an account with Manager role and I am able to query failurehits and failure details API. However, I see that the field "cabDownloadable": is always set to false for all events (even recent ones). Has anyone else faced this issue? Please do let me know if you have any suggestions/solutions.


HTTP GET : https://manage.devcenter.microsoft.com/v1.0/my/analytics/desktop/failuredetails?ApplicationId=XXXXXXXXXXXXX&failureHash=afe695a1-b435-9ec7-2bc8-361d997b751c

Authorization header – Valid token from https://login.microsoftonline.com/

Response :

 {
     Value: [
         {
             applicationId: XXXXXXXXXXXXX,
             failureHash: afe695a1-b435-9ec7-2bc8-361d997b751c,
             failureName: DLL_INIT_FAILED_c0000142_buVss.exe!unknown_error_in_process,
             date: 2021-07-23 20:51:49,
             cabIdHash: bb4922b8-4fcd-477e-b241-208be9ed3f41,
             cabType: UnKnown,
             cabExpirationTime: 2021-08-22 20:51:49,
             market: US,
             osBuild: 6.3.9600.16384,
             applicationVersion: 10.20.0.11,
             deviceModel: Unknown,
             osVersion: Windows 8.1,
             osRelease: RTM,
             osArchitecture: x64,
             deviceType: Unknown,
             cabDownloadable: false
         },
         {
             applicationId: XXXXXXXXXXXXX,
             failureHash: afe695a1-b435-9ec7-2bc8-361d997b751c,
             failureName: DLL_INIT_FAILED_c0000142_buVss.exe!unknown_error_in_process,
             date: 2021-08-09 12:32:06,
             cabIdHash: c81fee71-df8a-44f1-ab3d-627db30d2b3a,
             cabType: UnKnown,
             cabExpirationTime: 2021-09-08 12:32:06,
             market: US,
             osBuild: 6.3.9600.16384,
             applicationVersion: 10.20.0.11,
             deviceModel: Unknown,
             osVersion: Windows 8.1,
             osRelease: RTM,
             osArchitecture: x64,
             deviceType: Unknown,
             cabDownloadable: false
         },
         {
             applicationId: XXXXXXXXXXXXX,
             failureHash: afe695a1-b435-9ec7-2bc8-361d997b751c,
             failureName: DLL_INIT_FAILED_c0000142_buVss.exe!unknown_error_in_process,
             date: 2021-08-02 07:12:46,
             cabIdHash: e7c3c0ab-fab5-4df5-aeb8-29ae50755f49,
             cabType: UnKnown,
             cabExpirationTime: 2021-09-01 07:12:46,
             market: US,
             osBuild: 6.3.9600.16384,
             applicationVersion: 10.20.0.11,
             deviceModel: Generic Desktop,
             osVersion: Windows 8.1,
             osRelease: RTM,
             osArchitecture: x64,
             deviceType: Unknown,
             cabDownloadable: false
         }
     ],
     TotalCount: 3
 }


P.S - Raised a ticket with Microsoft support, but they suggested reaching out to public dev forums for answers!:)

partner-center-api
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers