Created
May 18, 2017 19:38
-
-
Save garethgreenaway/537e6411b4f723e898869ca74c5a33c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR ] [18/May/2017:19:27:12] HTTP | |
Traceback (most recent call last): | |
File "/usr/lib64/python3.4/site-packages/cherrypy/_cprequest.py", line 663, in respond | |
self.body.process() | |
File "/usr/lib64/python3.4/site-packages/cherrypy/_cpreqbody.py", line 982, in process | |
super(RequestBody, self).process() | |
File "/usr/lib64/python3.4/site-packages/cherrypy/_cpreqbody.py", line 561, in process | |
proc(self) | |
File "/usr/lib/python3.4/site-packages/salt/netapi/rest_cherrypy/app.py", line 910, in urlencoded_processor | |
entity.fp.read(fp_out=contents) | |
File "/usr/lib64/python3.4/site-packages/cherrypy/_cpreqbody.py", line 841, in read | |
fp_out.write(data) | |
TypeError: string argument expected, got 'bytes' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment