OpenFn / gife

0 stars 0 forks source link

The Remove Deleted Members Tags job is failing with an Adaptor error #21

Closed ritazagoni closed 1 week ago

ritazagoni commented 3 weeks ago

The current scenario is as follows (log):

Mailchimp returns a 200, so the connection is successful (Mailchimp API documentation: batch-subscribe-or-unsubscribe). However, we're having an AdaptorError, and we're not sure how to fix it. Could you guys save the day again and help us? :blob_help:

ADA Mailchimp says 200
R/T Operation 1 complete in 408ms
R/T Starting operation 2
R/T Removed configuration from final state
R/T Failed step Remove deleted members tags after 643ms
R/T {
  "details": {},
  "message": "[\n  []\n]",
  "name": "AdaptorError",
  "severity": "fail",
  "source": "runtime"
}
R/T Check state.errors.d839d64f-78f7-4178-ab9d-482bbedd8866 for details.
R/T Run complete with status: fail

Outcome: even when there are members to update (i.e., tags to be removed by updating Contact on Mailchimp using the active Campaing Memebers on Salesforce), the tags are not being removed from Mailchimp: Image

Here is the Run Log of the job Remove deleted members Tags.

Adaptor: mailchimp 0.7.1

Toggl Lightning Migration

mtuchi commented 1 week ago

This was resolved from our call today with @williandeavila and shreya. The error was caused by throwing null values. I have also reconfigure GitHub sync