You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-08-24T03:18:41.222417319Z File "/usr/local/lib/python3.10/site-packages/wechatpy/work/client/api/calendar.py", line 65, in update
2022-08-24T03:18:41.222419103Z return self._post("oa/calendar/update", data=data, result_processor=op.itemgetter("cal_id"))
2022-08-24T03:18:41.222420855Z File "/usr/local/lib/python3.10/site-packages/wechatpy/client/api/base.py", line 18, in _post
2022-08-24T03:18:41.222422599Z return self._client.post(url, **kwargs)
2022-08-24T03:18:41.222424197Z File "/usr/local/lib/python3.10/site-packages/wechatpy/client/base.py", line 142, in post
2022-08-24T03:18:41.222426174Z return self._request(method="post", url_or_endpoint=url, **kwargs)
2022-08-24T03:18:41.222431709Z File "/usr/local/lib/python3.10/site-packages/wechatpy/client/base.py", line 90, in _request
2022-08-24T03:18:41.222433399Z return self._handle_result(res, method, url, result_processor, **kwargs)
2022-08-24T03:18:41.222435054Z File "/usr/local/lib/python3.10/site-packages/wechatpy/client/base.py", line 136, in _handle_result
2022-08-24T03:18:41.222436723Z return result if not result_processor else result_processor(result)
2022-08-24T03:18:41.222438452Z KeyError: 'cal_id'
The text was updated successfully, but these errors were encountered:
问题描述 (Description)
【企业微信】客户端调用 日历/日程 更新接口,会因为HTTP响应无id字段导致引起KeyError
配置信息 (Environment/Version)
OS:Linux
Python:3.10
wechatpy:2.0.0a26
重现步骤 (Reproducing)
调用 企业微信客户端的 schedule.update 或 calendar.update 方法
报错栈
2022-08-24T03:18:41.222417319Z File "/usr/local/lib/python3.10/site-packages/wechatpy/work/client/api/calendar.py", line 65, in update
2022-08-24T03:18:41.222419103Z return self._post("oa/calendar/update", data=data, result_processor=op.itemgetter("cal_id"))
2022-08-24T03:18:41.222420855Z File "/usr/local/lib/python3.10/site-packages/wechatpy/client/api/base.py", line 18, in _post
2022-08-24T03:18:41.222422599Z return self._client.post(url, **kwargs)
2022-08-24T03:18:41.222424197Z File "/usr/local/lib/python3.10/site-packages/wechatpy/client/base.py", line 142, in post
2022-08-24T03:18:41.222426174Z return self._request(method="post", url_or_endpoint=url, **kwargs)
2022-08-24T03:18:41.222431709Z File "/usr/local/lib/python3.10/site-packages/wechatpy/client/base.py", line 90, in _request
2022-08-24T03:18:41.222433399Z return self._handle_result(res, method, url, result_processor, **kwargs)
2022-08-24T03:18:41.222435054Z File "/usr/local/lib/python3.10/site-packages/wechatpy/client/base.py", line 136, in _handle_result
2022-08-24T03:18:41.222436723Z return result if not result_processor else result_processor(result)
2022-08-24T03:18:41.222438452Z KeyError: 'cal_id'
The text was updated successfully, but these errors were encountered: