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

FB changed code related to Organizer #6

Open
charles-hood opened this issue Jul 21, 2020 · 1 comment
Open

FB changed code related to Organizer #6

charles-hood opened this issue Jul 21, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@charles-hood
Copy link

Facebook must have changed something recently, the script is failing trying to find the organizer.
(This is not a multiple organizer issue, it fails even on events hosted by a single organizer.)

error is:
File "events-scraper.py", line 219, in find_organizer
event_info["organizer"] = organizer[0].text
IndexError: list index out of range

@berettavexee
Copy link
Owner

I made a quick fix. FB changed the name of a class which broke the script. I keep the bug open because I should implement a more robust method to find the organizers.

@berettavexee berettavexee self-assigned this Jul 28, 2020
@berettavexee berettavexee added the bug Something isn't working label Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants