Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save garethgreenaway/537e6411b4f723e898869ca74c5a33c4 to your computer and use it in GitHub Desktop.
Save garethgreenaway/537e6411b4f723e898869ca74c5a33c4 to your computer and use it in GitHub Desktop.
[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