python报错:TypeError: string argument without an encoding
Posted zhangphil
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python报错:TypeError: string argument without an encoding相关的知识,希望对你有一定的参考价值。
python报错:TypeError: string argument without an encoding
如图:
发生现象,代码在使用bytes()编码一个字符串时候报错,解决方案,给bytes里面的字符串添加encode():
bytes(json.dumps(val).encode())
以上是关于python报错:TypeError: string argument without an encoding的主要内容,如果未能解决你的问题,请参考以下文章
python3报错:TypeError: can't concat bytes to str
Python_报错:TypeError: Tuple or struct_time argument required
Python. 报错: TypeError: issubclass() arg 1 must be a class
python报错:TypeError: string argument without an encoding
Python_报错:TypeError: file must have 'read' and 'readline' attributes
python 报错——Python TypeError: 'module' object is not callable 原因分析