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

返回的requests.models.Response不能使用r.join()函数 #1

Open
GoldIsland opened this issue Oct 19, 2017 · 2 comments
Open

返回的requests.models.Response不能使用r.join()函数 #1

GoldIsland opened this issue Oct 19, 2017 · 2 comments

Comments

@GoldIsland
Copy link

r = session.post('https://www.zhihu.com/login/email', data=loginData, headers=header)

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

为什么不能转化为 json呢?是不是 知乎的登陆路径错了呢?

@TessChan
Copy link

TessChan commented Jul 6, 2018

我也有同样的问题,这个问题解决了吗

@ymGdragon
Copy link

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

No branches or pull requests

4 participants
@TessChan @GoldIsland @ymGdragon and others