vmware-samples/validated-solutions-for-cloud-foundation

[HRM] Exception while sending Backup status data to vROps

bhumitra opened this issue ยท 1 comments

Code of Conduct

  • I have read and agree to the project's Code of Conduct.
  • Vote on this issue by adding a ๐Ÿ‘ reaction to the original issue initial description to help the maintainers prioritize.
  • Do not leave "+1" or other comments that do not add relevant information or questions.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

VMware Cloud Foundation

v4.5

Environment Details

NA

Description

This is the error seen in the logs. (See attached logs).

[2023-05-04 01:24:27] INFO - [send-data-to-vrops.py:934] - Pushing Backup status data to vrops
[2023-05-04 01:24:27] INFO - [send-data-to-vrops.py:946] - hostname = sddc-manager.vcf.sddc.lab, component = SDDC Manager
[2023-05-04 01:24:27] INFO - [send-data-to-vrops.py:51] - Exception occurred. Details -
[2023-05-04 01:24:27] INFO - [send-data-to-vrops.py:52] - 'NoneType' object has no attribute 'group'
send-data_2023-05-04_01-17-15.zip

Expected Behavior

Data should be pushed successfully, but an error is raised while parsing the backup JSON.

Actual Behavior

Error in the description.

Steps to Reproduce

Run the script send-data-to-vrops.py

Screenshots

No response

References

No response