colonelpanic8 / okcupyd

A Library that enables programmatic interaction with okcupid.com, using okcupid.com's private okcupid JSON API and html scraping when necessary.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xpath.py => IndexError: list index out of range

chetmanley opened this issue · comments

While attempting to do user.search(...), this error message pops up:

http://i.imgur.com/IyynVCO.png

Every time? under what conditions?

Looks like okcupid moved the gender information to a different tag. I'm going to fix this, but you can use SearchFetchable directly to circumvent this issue for now.

Thanks for helping me catch these issues! Let me know if anything else comes up.