- Issue created by @Paul Dudink
For now I have written a simple patch, that logs the Exception to the database as a warning. Maybe it should be an error even.
I succesfully added the webform handler to a webform, however the submissions don't seem to come through in MailChimp.
After debugging the module I finally found out that MailChimp sends a "400 Bad Request" server response.
While I have yet to find out why this is happening, I would have found out the problem way earlier if the module would have logged the error.
I think the problem can easily be reproduced by manually throwing an exception before performing the Guzzle request.
The Exception is now caught, but nothing is being done with it. Logging the Exception to the database would be the least.
It would be even better if the webform also responses to the user that an error occurred.
Active
1.0
Code
For now I have written a simple patch, that logs the Exception to the database as a warning. Maybe it should be an error even.