When generating an JSON report in the Black Duck UI the HUB will display the error "Unable to read report contents due to an unarchive operation error" when the generated report is too large to be read in the application. Error: 503
The provided fix patches with the broken function download_notification_report by replacing the download link from "content" to "download". The patched function always downloads the report as ZIP file like it was before for TEXT format only. Now the return value is consistent for all type of reports.
We provide the attached patch in the hope that it is useful for all and merged to master.
001-Reporting.patch