pip安装7.2.6 auth.QiniuMacAuth.token_of_request方法有误
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- authentication
Research direction
Start by comparing the installed 7.2.6 package with auth.py around line 266, focusing on QiniuMacAuth.token_of_request and the handling of body values. Reproduce the discrepancy between the source and installed package, then verify that the released package matches the source behavior.
Written by the indexing model from the issue text.
Description
源码auth.py 266行
if content_type and content_type != "application/octet-stream" and body:
if isinstance(body,bytes):
data += body.decode(encoding='UTF-8')
else:
data += body,
源码正确,安装包错误
- Dominant language
- Python
- Stars
- 550
- Forks
- 264
- Avg merge
- 19h 45m
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from qiniu/python-sdk
-
希望支持设置源站域名绑定证书 Open
Difficulty 4/5 3-5 days Newbie friendliness 35/100
qiniu/python-sdk#458 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
qiniu/python-sdk#428 · 2 reactions ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
qiniu/python-sdk#409 ·
-
waiting-for-info
Difficulty 4/5 3-5 days Newbie friendliness 25/100
qiniu/python-sdk#343 · 5 comments ·
All issues in qiniu/python-sdk
Similar issues
-
bug confirmed issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
open-webui/open-webui#30750 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
OpenwaterHealth/openmotion-bloodflow-app#604 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
good first issue
Difficulty 1/5 Under an hour Newbie friendliness 90/100