TypeError: You cannot set the body to a text value without a charset (WebOb 1.6.3)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
keystonemiddleware |
Fix Released
|
High
|
Lucas Alvares Gomes |
Bug Description
The WebOB "charset" can not be omitted when constructing Request/Response instance and exception will occur if omitted:
...
/py35/lib/
2017-01-03 09:37:22.322567 | b" content_
2017-01-03 09:37:22.322603 | b' File "/home/
2017-01-03 09:37:22.322612 | b' **kw)'
2017-01-03 09:37:22.322647 | b' File "/home/
2017-01-03 09:37:22.322666 | b' "You cannot set the body to a text value without a "'
2017-01-03 09:37:22.322687 | b'TypeError: You cannot set the body to a text value without a charset'
Full logs: http://
Changed in keystonemiddleware: | |
assignee: | nobody → Lucas Alvares Gomes (lucasagomes) |
no longer affects: | ironic |
summary: |
- ypeError: You cannot set the body to a text value without a charset + TypeError: You cannot set the body to a text value without a charset |
Changed in keystonemiddleware: | |
status: | In Progress → Invalid |
assignee: | Lucas Alvares Gomes (lucasagomes) → nobody |
Changed in keystonemiddleware: | |
status: | Invalid → New |
summary: |
TypeError: You cannot set the body to a text value without a charset + (WebOb 1.6.3) |
Changed in keystonemiddleware: | |
assignee: | nobody → Lucas Alvares Gomes (lucasagomes) |
status: | New → In Progress |
Changed in keystonemiddleware: | |
importance: | Undecided → High |
Fix proposed to branch: master /review. openstack. org/416198
Review: https:/