Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Add Better Exception Handling #17

Closed
allella opened this issue Aug 13, 2019 · 2 comments
Closed

Add Better Exception Handling #17

allella opened this issue Aug 13, 2019 · 2 comments

Comments

@allella
Copy link
Member

allella commented Aug 13, 2019

In order to avoid fatal errors I had to catch some exceptions and ignore them.

These exist in
format_meetup_events()
where we simply ignore using a "pass"
and
get_eventbrite_venues()
where the action is commented out

0d37a91

@allella
Copy link
Member Author

allella commented Aug 18, 2019

@bcsnipes I think your pull request #19 fixed at least some of this issue.

I'm not good at debugging Python code yet so this was helpful to catch one of the issues that was giving us trouble.

Was the "None" value returned from Eventbrite something we can fix on our end? For instance, was it related to bad info in our organizations API?

@allella allella closed this as completed Aug 18, 2019
@bcsnipes
Copy link

@allella I only found one event (at present) that was causing the error:

  • 'Gadgetfest 9 Display Table', VenueID == None

This seems to be from an old event.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants