Closed sneakernets closed 5 years ago
Hey... are you still seeing these errors? I'm using this gem in production on multiple servers and don't have this error.
Just committed a fix to master. https://github.com/nateleavitt/infusionsoft/commit/14308a224ddaff2ad5327169dbee6fd9e0980366 Can you try pulling master into your project and see if it fixes the issue?
Replace gemfile entry with this:
gem 'infusionsoft', :git => 'https://github.com/nateleavitt/infusionsoft.git'
If it works, I can build a new version of the gem.
I will try this ASAP! it'll take me a while to get to the server to update the gem but when I do I'll let you know!
Ok.. let me know how it goes.
@sneakernets - any update?
Unfortunately I have no longer access to that code, it was passed on to another team, but I'll let them know.
Okay.. can anyone else test this that is seeing the problem?
We are seeing these same errors in CustomerHub. So I am moving this forward to hopefully prevent these handshake issues until Infusionsoft gets it figured out.
Have release gem v1.2.2 which catches and retries these errors.
Referencing this topic: https://community.infusionsoft.com/t/intermittent-sll-connection-errors/31785/13 And issue #70 , This gem could benefit from a rescue/retry on API calls. From the forum topic:
I had been making my own rescue blocks on every single API call but that's just wayy too much code smell: