-
Notifications
You must be signed in to change notification settings - Fork 6
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
KeyError 'end_date' for user_insights_audience stream. #13
Comments
@acarter24 thanks for raising this! I imagine the fix could be a pretty quick change similar to what we have here to first check if |
I'll have a go, sure :) Looks like EDIT: |
Huh okay. It's been long enough since I wrote this that I'm blanking on some implementation details. Without having looked two closely, seems like there are two paths here:
|
user_insights_audience
stream returns:parse_response
fails with a KeyError looking forend_date
in this data, but the period value islifetime
so not sure if thisend_date
key will be present.Stack trace below
<\details
The text was updated successfully, but these errors were encountered: