{ "action": "new_branch", "branch": "f42", "namespace": null, "repo": "perl-Mail-Audit", "create_git_branch": true }
Error happened during processing:
Traceback (most recent call last): File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 194, in process self.process_ticket(issue) File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 380, in process_ticket self.create_new_branch(issue, issue_body) File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 771, in create_new_branch namespace = issue_body_json.get("namespace", "").strip() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'strip'
@releng-bot retry
Traceback (most recent call last): File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 192, in process self.process_comment(issue) File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 239, in process_comment self.process_ticket(issue) File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 380, in process_ticket self.create_new_branch(issue, issue_body) File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 771, in create_new_branch namespace = issue_body_json.get("namespace", "").strip() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'strip'
@mavit how did you create this request? it seems not correctly formated?
Why is namespace null?
My shell history doesn't go back that far, but it would have been with fedpkg request-branch f42. The branch did get created, and there is an update on its way to stable, so I'm not sure that anything remains to be done.
fedpkg request-branch f42
Metadata Update from @churchyard: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.