Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复 Python 3 登录问题 #825

Merged
merged 1 commit into from
Sep 1, 2019
Merged

修复 Python 3 登录问题 #825

merged 1 commit into from
Sep 1, 2019

Conversation

zhangjunphy
Copy link
Contributor

在 Cookie 中传入 rest=None 会在存储 cookie 时导致抛出异常。因为标准库期望 rest 是一个 dict-like: https://github.com/python/cpython/blob/f1f9c0c532089824791cfc18e6d6f29e1cd62596/Lib/http/cookiejar.py#L1846

Should fix #824 and #809

@kigawas kigawas merged commit d09e2f0 into darknessomi:master Sep 1, 2019
@zhangjunphy zhangjunphy deleted the fix_login_problem branch September 3, 2019 09:46
@LianglRen
Copy link

Thanks for the work!

younger-1 added a commit to younger-1/musicbox that referenced this pull request Nov 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python3.7 登录不正常
3 participants