Hi,
I have been using the API for quite a while now and as of today, I can getting a error that says:
Infusionsoft::InvalidConfigError ([InvalidConfig]For API support, please go to community.infusionsoft.com. If you need to submit an API trouble ticket, go to developer.infusionsoft.com)
I’ve opened a support ticket because it’s random and just started happening with no code changes. If I execute the same API call from the console I get this. Note the ranomdness:
irb(main):137:0> Infusionsoft.contact_load(50211, [‘OwnerID’])
Traceback (most recent call last):
1: from (irb):137
Infusionsoft::InvalidConfigError ([InvalidConfig]For API support, please go to community.infusionsoft.com. If you need to submit an API trouble ticket, go to developer.infusionsoft.com)
irb(main):138:0> Infusionsoft.contact_load(50211, [‘OwnerID’])
=> {“OwnerID”=>3}
irb(main):139:0> Infusionsoft.contact_load(50211, [‘OwnerID’])
Traceback (most recent call last):
1: from (irb):139
Infusionsoft::InvalidConfigError ([InvalidConfig]For API support, please go to community.infusionsoft.com. If you need to submit an API trouble ticket, go to developer.infusionsoft.com)
irb(main):140:0> Infusionsoft.contact_load(50211, [‘OwnerID’])
Traceback (most recent call last):
1: from (irb):140
Infusionsoft::InvalidConfigError ([InvalidConfig]For API support, please go to community.infusionsoft.com. If you need to submit an API trouble ticket, go to developer.infusionsoft.com)
irb(main):141:0> Infusionsoft.contact_load(50211, [‘OwnerID’])
=> {“OwnerID”=>3}
irb(main):142:0>
Anyone else get this or know of a fix?