Hubspot3 Client And "too Many Retries" Error
I'm trying to pull the details for a contact from hubspot using the recipient's email. I'm using the python3 client 'hubspot3' (https://github.com/jpetrucciani/hubspot3). Here's t
Solution 1:
OK ... so not super useful, but it turned out that this is just the error message you get when the email doesn't exist. After a few tries it gives up, which is why you get the "too many retries" error.
Post a Comment for "Hubspot3 Client And "too Many Retries" Error"