CAPEv2 icon indicating copy to clipboard operation
CAPEv2 copied to clipboard

Failed to generate summary HTML report: 'dict object' has no attribute 'CAPE'

Open tionosaja opened this issue 9 months ago • 40 comments

Please Help Me

I have an issue related to the reporting process

WARNING: The reporting module "ReportHTML" returned the following error: Failed to generate summary HTML report: 'dict object' has no attribute 'CAPE

WARNING: The reporting module "ReportHTMLSummary" returned the following error: Failed to generate summary HTML report: 'dict object' has no attribute 'CAPE'

WARNING: The reporting module "ReportPDF" returned the following error: Unable to open summary HTML report to convert to PDF: Ensure reporthtmlsummary is enabled in reporting.conf

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [x] I am running the latest version
  • [x] I did read the README!
  • [x] I checked the documentation and found no answer
  • [x] I checked to make sure that this issue has not already been filed
  • [x] I'm reporting the issue to the correct repository (for multi-repository projects)
  • [x] I have read and checked all configs (with all optional parts)

Context

Question Answer
Git commit Type $ git log | head -n1 to find out
OS version Ubuntu 24.04, Windows 10 (VM Guest)

Failure Logs

in process.log

Image

in reporting.conf

[reporthtml]
enabled = yes
screenshots = yes
apicalls = no

[reporthtmlsummary]
enabled = yes
screenshots = yes

[reportpdf]
enabled = yes

tionosaja avatar Mar 07 '25 07:03 tionosaja