I'm trying to access contributions by election_id and run this code: scraper = ContributionScraper(election_id='20221108-GEN') I get an error that the strip_spaces function can't handle None. 