testcase/test_organization.py:34 (TestOrganization.test_delete)

self =

def test_delete(self):

print(self.organization.delete(119))

test_organization.py:36:

…/api/organization.py:59: in delete

return self.send(data)

…/api/base_api.py:14: in send

return requests.request(**data).json()

…/env/lib/python3.7/site-packages/requests/models.py:898: in json

return complexjson.loads(self.text, **kwargs)

…/env/lib/python3.7/site-packages/simplejson/init.py:525: in loads

return _default_decoder.decode(s)

…/env/lib/python3.7/site-packages/simplejson/decoder.py:370: in decode

obj, end = self.raw_decode(s)

self = , s = ‘’

idx = 0, _w =

_PY3 = True

def raw_decode(self, s, idx=0, _w=WHITESPACE.match, _PY3=PY3):

"""Decode a JSON document from s (a str or unicode

beginning with a JSON document) and return a 2-tuple of the Python

representation and the index in s where the document ended.

Optionally, idx can be used to specify an offset in s where

the JSON document begins.

This can be used to decode a JSON document from a string that may

have extraneous data at the end.

"""

if idx < 0:

# Ensure that raw_decode bails on negative indexes, the regex

# would otherwise mask this behavior. #98

raise JSONDecodeError('Expecting value', s, idx)

if _PY3 and not isinstance(s, str):

raise TypeError("Input string must be text, not bytes")

# strip UTF-8 bom

if len(s) > idx:

ord0 = ord(s[idx])

if ord0 == 0xfeff:

idx += 1

elif ord0 == 0xef and s[idx:idx + 3] == '\xef\xbb\xbf':

idx += 3

return self.scan_once(s, idx=_w(s, idx).end())

E simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

…/env/lib/python3.7/site-packages/simplejson/decoder.py:400: JSONDecodeError

Assertion failed

Assertion failed

python delete_python 使用 delete 方法时报错,可以正常删除相关推荐

  1. Python Django 重写delete方法实现单个对象的删除

  2. python 调用event handler_扣丁学堂Python开发之调用语音模块时报错及解决方法

    扣丁学堂Python开发之调用语音模块时报错及解决方法 2018-03-09 11:45:57 3346浏览 python调用语音模块时,遇见TypeError:NoneTypetakesnoargu ...

  3. Python: PyCharm中导入matplotlib时报错:“Backend Qt5Agg is interactive backend”的解决方案

    Python: PyCharm中导入matplotlib时报错:"Backend Qt5Agg is interactive backend"的解决方案 在使用PyCharm时,在 ...

  4. python中使用tomorrow多线程时报错invalid syntax

    python中使用tomorrow多线程时报错invalid syntax如何解决?具体报错信息如下: 解决方案: 需要点击打开tomorrow.py文件,把42行的async改个名称,因为async ...

  5. Scanner调用next方法时报错NoSuchElementException原因,及对Scanner的一些总结

    对象new Scanner(System.in)调用close()后,如果又使用重新创建了对象,在调用next方法时报错NoSuchElementException jshell> Scanne ...

  6. Python免费发短信时报错

    Python免费发短信 关与Python免费发短信 一 首先注册的前提需要你的电话,其次在给你个免费的号,如果你想每天给自己或者女朋友发一条定时短信没有问题. 建议参照: https://www.cn ...

  7. 在使用python中的使用 shapely 时报错

    在使用python中的使用 import shapely 时不会报错,但是在使用 from shapely.geos import lgeos 会报错,报错的详细信息如下图: Traceback (m ...

  8. Python 中reload一个文件时报错 ( reload() argument must be module)

    最近,在用reload()引入一个文件时报如题的错误:(可能仅限于直接在Python自带命令行中出现问题) 现在解决方案有两种: 1. from imp import reload import tr ...

  9. Python: PyCharm中导入matplotlib时报错:“Backend Qt5Agg is interactive backend”的解决方案...

    在使用PyCharm时,在PyCharm的Python Console中 import matplotlib.pyplot as plt时,会出现: Backend Qt5Agg is interac ...

最新文章

  1. 花小猪,真正的对手是谁?
  2. java 蓝桥杯 基础练习 FJ的字符串
  3. 命令行导出和导入数据库 How to export and import MySQL database using command line Interface...
  4. 收到朋友寄来的煎饼了
  5. 我跳槽是因为他们的显示器更大
  6. 高并发高可用系统的常见应对策略
  7. windows远程连接linux中mysql数据库
  8. 安装MATLAB2016a的完整步骤
  9. 高等数学辅导讲义_研学堂:考研数学辅导书测评
  10. c语言实现对矩阵进行行程编码,游程编码行程编码.pptx
  11. 深度学习标签制作简易Python代码
  12. AD学习之旅(1)— Altium Designer 16 软件下载与安装
  13. js对日期进行升序排序
  14. MySQL:explain结果中Extra:Impossible WHERE noticed after reading const tables
  15. ( 方框打勾 java_Java 11手册:Java 11是否在所有正确的方框中打勾?
  16. android模拟器插件,Android Online Emulator - Android在线模拟器插件
  17. [Linux] 添加清华镜像
  18. 正则表达式字符串匹配和字符串提取
  19. 东野圭吾梦幻花读后感_《梦幻花》小说在线阅读-东野圭吾
  20. matlab mda,Matlab的学习最大似然估计,PCA和MDA的一段代码

热门文章

  1. 服务器操作系统2008安装图解,IBM服务器windows2008操作系统安装步骤图文(13页)-原创力文档...
  2. 机器人石材雕刻机_一种石材雕刻机器人的制作方法
  3. Python生成器的用法,使用生成器灵活的生成斐波那契数列
  4. Python编程核心内容 ---- Function(函数)
  5. 78折用计算机怎么算,一分钟速算口诀,计算速度秒杀计算器
  6. 如何确认与服务器偏差_货架如何正确验收
  7. VMWare ubuntu虚拟机异常关闭打开报错:该虚拟机似乎正在使用中(下班虚拟机最好关闭,免得又异常关闭导致问题)(千万别在虚拟机下win+L锁屏,解锁后就打不开虚拟机了)
  8. Linux 交换内存空间原理(swap)(Linux内存管理)(cgroups)
  9. 人体姿态估计论文总结 (2D + 视频)
  10. Cheese 模拟,贪心(300)