Error: Unknown argument error in WSME
Bug #1310674 reported by
Devdatta Kulkarni
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Solum |
Fix Released
|
High
|
Arati Mahimane |
Bug Description
See also (parent issue): https:/
When we do a git push, the git webhook sends a POST to the trigger with a payload.
However, some of the payload fields cannot be recognized by wsme, which results in a Client side Unknown argument error.
To resolve this issue, we added the ignore_
However, this resulted in another error in wsme - ‘kw’ referenced before assignment.
This revealed a bug in wsme (the ‘kw’ variable is returned before it is assigned) The bug can be fixed by initializing the variable before it is returned.
This bug ticket is to track the repair of the defect in WSME.
Changed in solum: | |
importance: | Undecided → High |
milestone: | none → 2014.1.2 |
summary: |
- Fix a bug identified in wsme + Error: Unknown argument error in WSME |
Changed in solum: | |
status: | New → Triaged |
tags: | added: git-trigger-wsme-bug |
tags: | added: errors |
Changed in solum: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I do not understand. We opened a bug to track a bug?