Skip to content

PyRequest.GetPostData 'bytes' object has no attribute 'encode' #626

Open
@hanziqi1

Description

@hanziqi1

window10,cefpython==66.1 @cztomczak
Traceback (most recent call last):
File "request_handler.pyx", line 117, in cefpython_py38.RequestHandler_OnBeforeResourceLoad
File "D:\workspace\browser_cef\rebulid_cef.py", line 36, in OnBeforeResourceLoad
post_data = request.GetPostData()
File "request.pyx", line 83, in cefpython_py38.PyRequest.GetPostData
File "request.pyx", line 130, in cefpython_py38.PyRequest.GetPostData
AttributeError: 'bytes' object has no attribute 'encode'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions