Closed dubiousjim closed 9 years ago
See #68 For comments.
Any progress on this issue? I am getting the same problem: JSONDecodeError: Expecting value: line 3 column 1 (char 3).
when executing a simple test:
user = okcupyd.User()
profiles = user.search(age_min=26, age_max=32)
user_question = user.questions.somewhat_important[0]
for profile in profiles[:3]:
their_question = profile.find_question(user_question.id)
print their_question.their_answer
there is progress but we need help
What would be useful? I'm not really familiar with the okcupyd code, but I know Python reasonably well.
Well for starters https://github.com/IvanMalison/okcupyd/pull/68 needs to be finished
Hey guys: I'm happy to report that as of today okcupyd now partially supports the new json api!
A bunch of work remains to get it to support all of the available filters, and that is being tracked in #70. Since this is going to be a massively breaking change, it will only be released officially as part of v1.0.0. I'm thinking about putting out a beta so people can install this, but I dont want to put out v1.0.0 until things are in a better state.
Fantastic! Thanks a lot. It already supports the features that I'm looking for at the moment.
@okuser Are you sure? Literally the only filters that work right now are Age and gentation. See #70
Two days or so ago, search requests were working fine. Then all of a sudden they changed. Now:
produces a long exception trace ending with:
I haven't been banned; other sorts of requests from the same account and IP still work fine. The normal web interface (accessed in a browser) has started looking different too.