#54908 New Branch "epel9" for "None/golang-github-vultr-govultr-3"
Closed: Invalid 10 months ago by mhayden. Opened 10 months ago by mhayden.

{
 "action": "new_branch",
 "branch": "epel9",
 "namespace": null,
 "repo": "golang-github-vultr-govultr-3",
 "create_git_branch": true
}

Error happened during processing:

Traceback (most recent call last):
  File "/code/toddlers/plugins/scm_request_processor.py", line 200, in process
    self.process_ticket(issue)
  File "/code/toddlers/plugins/scm_request_processor.py", line 312, in process_ticket
    self.create_new_branch(issue, issue_body)
  File "/code/toddlers/plugins/scm_request_processor.py", line 682, in create_new_branch
    namespace = issue_body_json["namespace"].strip()
AttributeError: 'NoneType' object has no attribute 'strip'

Error happened during processing:

Traceback (most recent call last):
  File "/code/toddlers/plugins/scm_request_processor.py", line 200, in process
    self.process_ticket(issue)
  File "/code/toddlers/plugins/scm_request_processor.py", line 312, in process_ticket
    self.create_new_branch(issue, issue_body)
  File "/code/toddlers/plugins/scm_request_processor.py", line 682, in create_new_branch
    namespace = issue_body_json["namespace"].strip()
AttributeError: 'NoneType' object has no attribute 'strip'

This one was my error, @tibbs! I was in the wrong directory when I ran the command. 🤦‍♂️

Metadata Update from @mhayden:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

10 months ago

Login to comment on this ticket.

Metadata