-
Notifications
You must be signed in to change notification settings - Fork 73
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: 'vertical_type' #50
Comments
Yes almost definitely its because of the Excerpt from my blog:
Not sure how to solve this problem in a nice way. You could simply add a |
Should I add the sleep timer after each of the get_ sections (line 401, line 699 from my first post) or is there a more ideal spot? [I'm a novice, apologies] |
Note that once you're rate limited I found it can take a long time to get unrate limited (at times maybe 1-2 days). Instead of adding a sleep which still might fail I suggest just commenting out the method 1 from this line: From the method 1 comment until the This will make it always use the slower fallback |
That worked! I was still timed out ( a few hours after it finished ), but all the dates were pulled successfully, THANK YOU! 2700 contacts, with just method 2, took roughly 30 minutes. I was surprised at its snappiness. |
Glad it worked! Closing this as essentially a dupe of: #18 |
…ixes #50. * Avoid key error not letting script scrape all birthdays * Also add key check for render_type Co-authored-by: Mo Beigi <[email protected]>
At the end of going through all my friends (3k), no file is generated and this is the output. I attempted both storing the file to drive and to local with no success. Any ideas?
I think it may be because of too many requests. Is there a way to split up and do smaller batches perhaps?
The text was updated successfully, but these errors were encountered: