-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken report functionality in 45727ef commit #2804
Comments
@Morpheme777 Which commit? That link is broken for me or rather doesnt show the commit. |
sory, my bad. first comment was fixed too |
Fix coming. |
@Morpheme777 I might have been confusing your bug with another one but we did just push this patch (mitre/debrief#67) to Debrief plugin and bumped the version of the reportlab lib the report generator uses. If you can, pull latest master from Caldera repo, and then cd into the /plugins/debrief plugin and pull its master branch as well. (eventually we will repin debrief to current version but we like to wait and do all the plugins at once we repinning) |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
I'm newbie in git, so I actually didn't understand what exactly I need to do=) |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Describe the bug
I get an error when trying to generate report:
To Reproduce
Expected behavior
Generatiing report without issues
Screenshots
I just get an error in log and nothing in UI.
Desktop (please complete the following information):
Additional context
I've found the root of issue. The commit 45727ef in c_operation.py broke the functionality due to removing try..except.. structure from code.
The text was updated successfully, but these errors were encountered: