I'm getting "NoMethodError: undefined method [] for nil:NilClass" when running client.authenticate, specifically, resp is nil. I'm a third party connecting to customers' Pardot accounts and I'm assuming some combination of email, password, and user_key is incorrect. Shouldn't this raise an error instead?
I'm getting "NoMethodError: undefined method [] for nil:NilClass" when running
client.authenticate, specifically,respisnil. I'm a third party connecting to customers' Pardot accounts and I'm assuming some combination ofemail,password, anduser_keyis incorrect. Shouldn't this raise an error instead?