http://stackoverflow.com/questions/38714936/typeerror-str-does-not-support-the-buffer-interface-in-python

下面这样会报错:

b=b'{"m":1}'
import urllib.parse
urllib.parse.unquote(b)

修正方案:

b=b.decode()
urllib.parse.unquote(b)

即:对于字节流(byte)类型的数据,因此此类bug时,将它decode一下。

转载于:https://www.cnblogs.com/Tommy-Yu/p/6122937.html

python3 TypeError: 'str' does not support the buffer interface in python相关推荐

  1. python中typeerror怎么解决_Python 3中套接字编程中遇到TypeError: 'str' does not support the buffer interface的解决办法...

    目前正在学习python,使用的工具为python3.2.3.发现3x版本和2x版本有些差异,在套接字编程时,困扰了我很久,先将python核心编程书中的例子 代码如下: 服务器端: #Echo se ...

  2. python3.3~mysql模块:‘int‘ does not support the buffer interface

    通过python往数据库插入数据,当一次性插入数据量为几百条时,都没问题,当一次性插入上万条时,报错, 'int' does not support the buffer interface 问题出现 ...

  3. TypeError: 'str' object cannot be interpreted as an integer

    TypeError: 'str' object cannot be interpreted as an integer python3 ,pycharm中运行 page = input('please ...

  4. Python报错TypeError: 'str' object is not callable

    原文:http://blog.sina.com.cn/s/blog_71f3890901017rsh.html Python报错TypeError: 'str' object is not calla ...

  5. 成功解决TypeError: ‘str‘ object is not callable

    成功解决TypeError: 'str' object is not callable 目录 解决问题 解决思路 解决方法 解决问题 TypeError: 'st

  6. python报错:TypeError: 'str' object is not callable

    这个问题遇到好多次了,这次记录一下, 问题重现 代码仅保留最重要的: # summaries 是一个集合 # 求和并打印 result = 0 for str in summaries: result ...

  7. Python3不用str自带lower转换位小写字母

    Python3不用str自带lower转换位小写字母 原题 https://leetcode-cn.com/problems/to-lower-case/ 题目: 不准用字符串自带的lower() A ...

  8. Python中TypeError: ‘str‘ object is not callable

    str( )是python自带函数,是python保留的关键字,定义变量时应该避免使用str作为变量名.如果在使用str( )函数之前已经定义过str变量,则会出现TypeError: 'str' o ...

  9. TypeError: 'str' object is not callable

    Python 报错 TypeError: 'str' object is not callable 原因是我的一个变量名和python api的某个函数名一样,导致 检查你的代码中变量的名字,看有没有 ...

最新文章

  1. 不能精准定位bug?可能是你没get到这几个打印日志的诀窍!
  2. GGally包绘制的几个图形
  3. golang并发编程goroutine+channel(一)
  4. Visual Studio2005无法启动web调试的真正原因
  5. python url请求
  6. Python 开发面试题
  7. 工作日志——k8s pvpvc
  8. clnt_create: RPC: Program not registered
  9. 201312-2_ISBN号码
  10. css居中最佳方案,CSS 水平、垂直居中的5种最佳方案
  11. asp.net MVC遇到的问题
  12. AppWeb服务后台登陆及配置的方法解答
  13. 2021年游戏项目的十大编程语言:C++、Java、JavaScript、Python均在榜上
  14. 二阶压控电压源低通滤波器的传递函数
  15. 《三体1》6.射手和农场主
  16. 经典网页三剑客html、css 和 JavaScript实现的导航网页
  17. HTML5期末大作业:红酒销售网页网站设计——品牌红酒销售网页模板(4页) html网页设计期末大作业_网页设计平时作业
  18. Hbase GC调优原理分析
  19. 磁盘管理器中不显示新增的硬盘
  20. linux离线安装jemalloc,jemalloc在linux上从安装到使用

热门文章

  1. 【百度地图API】如何制作一张魔兽地图!!——CS地图也可以,哈哈哈
  2. PHP起点 - 运算符
  3. 使用docker在CentOS7上搭建WordPress
  4. Kibana可视化管理页面详细使用说明
  5. 项目总结SpringMVC相关
  6. 我的第一程序语言python
  7. SQL Server replication requires the actual server name to make a connection to the server.错误解决...
  8. 如何备份 Outlook Express 项
  9. itchat 道歉_人类的“道歉”
  10. 机器学习kaggle竞赛实战-泰坦尼克号