lsbaws icon indicating copy to clipboard operation
lsbaws copied to clipboard

if you have this problem"TypeError: a bytes-like object is required, not 'str'"

Open HavendGithub opened this issue 5 years ago • 1 comments

Problem: TypeError: a bytes-like object is required, not 'str'

Solve

http_response = b"""\
HTTP/1.1 200 OK

Hello, World!
"""

HavendGithub avatar Mar 11 '19 09:03 HavendGithub

python2 -> "Hello world" python3 -> b"Hello world"

zhwindy avatar Apr 22 '19 12:04 zhwindy